git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit d89f6ed3dbafa7ea4ba77113148baaf2ceaacee1
parent 7aac3916edae98283330eeb66ebfe3f33b428f45
Author: Toxa <56631470+untoxa@users.noreply.github.com>
Date:   Tue, 13 Jun 2023 21:51:02 +0300

Merge pull request #524 from gbdk-2020/sdcc_4.3

Sdcc 4.3
Diffstat:
M.github/workflows/gbdk_build_and_package.yml42++++++++++--------------------------------
M.github/workflows/gbdk_build_examples.yml42++++++++++--------------------------------
MMakefile21+++++++++++++++++----
MREADME.md2+-
Mdocs/config/github-markdown-theme/doxygen_extra.css8++++++++
Mdocs/pages/03_using_gbdk.md4++--
Mdocs/pages/04_coding_guidelines.md11+++++++++++
Mdocs/pages/05_banking_mbcs.md3+++
Mdocs/pages/06b_supported_consoles.md4++++
Mdocs/pages/08_faq.md2+-
Mdocs/pages/09_migrating_new_versions.md6+++---
Mdocs/pages/10_release_notes.md32+++++++++++++++++++++++++++++---
Mdocs/pages/20_toolchain_settings.md111+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------
Mdocs/sdccman.pdf21182++++++++++++++++++++++++++++++++++++++++---------------------------------------
Mgbdk-lib/examples/ap/bcd/Makefile2+-
Mgbdk-lib/examples/ap/bcd/bcd.c2+-
Mgbdk-lib/examples/ap/colorbar/Makefile2+-
Mgbdk-lib/examples/ap/comm/Makefile2+-
Mgbdk-lib/examples/ap/crash/Makefile2+-
Mgbdk-lib/examples/ap/crash/crash.c2+-
Mgbdk-lib/examples/ap/dscan/Makefile2+-
Mgbdk-lib/examples/ap/dscan/dscan.c28++++++++++++++--------------
Mgbdk-lib/examples/ap/emu_debug/Makefile2+-
Mgbdk-lib/examples/ap/filltest/Makefile2+-
Mgbdk-lib/examples/ap/galaxy/Makefile2+-
Mgbdk-lib/examples/ap/galaxy/galaxy.c26+++++++++++++-------------
Mgbdk-lib/examples/ap/gb-dtmf/Makefile2+-
Mgbdk-lib/examples/ap/gb-dtmf/gb-dtmf.c12++++++------
Mgbdk-lib/examples/ap/gbdecompress/Makefile2+-
Mgbdk-lib/examples/ap/irq/Makefile2+-
Mgbdk-lib/examples/ap/irq/irq.c8++++----
Mgbdk-lib/examples/ap/large_map/Makefile2+-
Mgbdk-lib/examples/ap/large_map/large_map.c4++--
Mgbdk-lib/examples/ap/lcd_isr_wobble/Makefile2+-
Mgbdk-lib/examples/ap/lcd_isr_wobble/lcd_isr_wobble.c4++--
Mgbdk-lib/examples/ap/linkerfile/Makefile2+-
Mgbdk-lib/examples/ap/paint/Makefile2+-
Mgbdk-lib/examples/ap/paint/paint.c14+++++++-------
Mgbdk-lib/examples/ap/ram_function/Makefile2+-
Mgbdk-lib/examples/ap/ram_function/ram_fn.c12++++++------
Mgbdk-lib/examples/ap/rand/Makefile2+-
Mgbdk-lib/examples/ap/rpn/Makefile2+-
Mgbdk-lib/examples/ap/scroller/Makefile2+-
Mgbdk-lib/examples/ap/scroller/text_scroller.c4++--
Mgbdk-lib/examples/ap/sgb_border/Makefile2+-
Mgbdk-lib/examples/ap/sgb_multiplayer/Makefile2+-
Mgbdk-lib/examples/ap/sound/Makefile2+-
Mgbdk-lib/examples/ap/sound/sound.c48++++++++++++++++++++++++------------------------
Mgbdk-lib/examples/ap/space/Makefile2+-
Mgbdk-lib/examples/ap/template_minimal/Makefile2+-
Mgbdk-lib/examples/ap/template_subfolders/Makefile2+-
Mgbdk-lib/examples/ap/template_subfolders/src/main.c2+-
Mgbdk-lib/examples/cross-platform/banks/Makefile3++-
Mgbdk-lib/examples/cross-platform/banks/Makefile.targets4++++
Mgbdk-lib/examples/cross-platform/banks/src/bank.ba0.bo2.c2+-
Mgbdk-lib/examples/cross-platform/banks/src/bank.ba1.bo1.c2+-
Mgbdk-lib/examples/cross-platform/banks/src/bank.ba1.bo3.c2+-
Mgbdk-lib/examples/cross-platform/banks/src/banks.c6+++---
Mgbdk-lib/examples/cross-platform/banks_autobank/Makefile3++-
Mgbdk-lib/examples/cross-platform/banks_autobank/Makefile.targets4++++
Mgbdk-lib/examples/cross-platform/banks_autobank/src/banks.c2+-
Mgbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_1.c2+-
Mgbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_1.h2+-
Mgbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_2.c2+-
Mgbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_2.h2+-
Mgbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_3.c2+-
Mgbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_3.h2+-
Mgbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_4_not-autobanked.c2+-
Mgbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_4_not-autobanked.h2+-
Mgbdk-lib/examples/cross-platform/banks_farptr/Makefile3++-
Mgbdk-lib/examples/cross-platform/banks_farptr/Makefile.targets5+++++
Mgbdk-lib/examples/cross-platform/banks_farptr/src/bank2code.c4++--
Mgbdk-lib/examples/cross-platform/banks_farptr/src/banks_farptr.c18+++++++++++++-----
Mgbdk-lib/examples/cross-platform/banks_nonintrinsic/Makefile3++-
Mgbdk-lib/examples/cross-platform/banks_nonintrinsic/Makefile.targets5+++++
Mgbdk-lib/examples/cross-platform/banks_nonintrinsic/src/banks_nonintrinsic.c2+-
Mgbdk-lib/examples/cross-platform/incbin/src/main.c2+-
Mgbdk-lib/examples/cross-platform/large_map/Makefile4++--
Mgbdk-lib/examples/cross-platform/large_map/src/large_map.c4++--
Mgbdk-lib/examples/cross-platform/logo/src/main.c2+-
Mgbdk-lib/examples/cross-platform/metasprites/src/metasprites.c2+-
Mgbdk-lib/examples/cross-platform/rle_map/src/main.c2+-
Mgbdk-lib/examples/cross-platform/scroller/src/text_scroller.c4++--
Mgbdk-lib/examples/gb/apa_image/Makefile2+-
Mgbdk-lib/examples/gb/banks/Makefile2+-
Mgbdk-lib/examples/gb/banks/bank_1.c2+-
Mgbdk-lib/examples/gb/banks/bank_2.c2+-
Mgbdk-lib/examples/gb/banks/bank_3.c2+-
Mgbdk-lib/examples/gb/banks/banks.c6+++---
Mgbdk-lib/examples/gb/bcd/Makefile2+-
Mgbdk-lib/examples/gb/bcd/bcd.c2+-
Mgbdk-lib/examples/gb/colorbar/Makefile2+-
Mgbdk-lib/examples/gb/comm/Makefile2+-
Mgbdk-lib/examples/gb/crash/Makefile2+-
Mgbdk-lib/examples/gb/crash/crash.c2+-
Mgbdk-lib/examples/gb/dscan/Makefile2+-
Mgbdk-lib/examples/gb/dscan/dscan.c28++++++++++++++--------------
Mgbdk-lib/examples/gb/filltest/Makefile2+-
Mgbdk-lib/examples/gb/galaxy/Makefile2+-
Mgbdk-lib/examples/gb/galaxy/galaxy.c26+++++++++++++-------------
Mgbdk-lib/examples/gb/gb-dtmf/Makefile2+-
Mgbdk-lib/examples/gb/gb-dtmf/gb-dtmf.c12++++++------
Mgbdk-lib/examples/gb/gbdecompress/Makefile2+-
Mgbdk-lib/examples/gb/incbin/Makefile2+-
Mgbdk-lib/examples/gb/incbin/src/main.c2+-
Mgbdk-lib/examples/gb/irq/Makefile2+-
Mgbdk-lib/examples/gb/irq/irq.c8++++----
Mgbdk-lib/examples/gb/isr_vector/Makefile2+-
Mgbdk-lib/examples/gb/isr_vector/lcd_isr_wobble.c8++++----
Mgbdk-lib/examples/gb/large_map/Makefile2+-
Mgbdk-lib/examples/gb/large_map/large_map.c4++--
Mgbdk-lib/examples/gb/lcd_isr_wobble/Makefile2+-
Mgbdk-lib/examples/gb/lcd_isr_wobble/lcd_isr_wobble.c4++--
Mgbdk-lib/examples/gb/linkerfile/Makefile2+-
Mgbdk-lib/examples/gb/paint/Makefile2+-
Mgbdk-lib/examples/gb/paint/paint.c14+++++++-------
Mgbdk-lib/examples/gb/ram_function/Makefile2+-
Mgbdk-lib/examples/gb/ram_function/ram_fn.c12++++++------
Mgbdk-lib/examples/gb/rand/Makefile2+-
Mgbdk-lib/examples/gb/rpn/Makefile2+-
Mgbdk-lib/examples/gb/scroller/Makefile2+-
Mgbdk-lib/examples/gb/scroller/text_scroller.c4++--
Mgbdk-lib/examples/gb/sgb_border/Makefile2+-
Mgbdk-lib/examples/gb/sgb_multiplayer/Makefile2+-
Mgbdk-lib/examples/gb/sgb_pong/Makefile2+-
Mgbdk-lib/examples/gb/sgb_sfx/Makefile2+-
Mgbdk-lib/examples/gb/sgb_sfx/main.c2+-
Mgbdk-lib/examples/gb/simple_physics/Makefile2+-
Mgbdk-lib/examples/gb/sound/Makefile2+-
Mgbdk-lib/examples/gb/sound/sound.c48++++++++++++++++++++++++------------------------
Mgbdk-lib/examples/gb/space/Makefile2+-
Mgbdk-lib/examples/gb/template_subfolders/Makefile2+-
Mgbdk-lib/examples/gb/template_subfolders/src/main.c2+-
Mgbdk-lib/examples/gb/wav_sample/Makefile2+-
Mgbdk-lib/examples/gb/wav_sample/src/sample_player.c2+-
Mgbdk-lib/examples/gb/wav_sample/src/sample_player.h2+-
Mgbdk-lib/examples/gb/wav_sample/src/samples_bank2.c2+-
Mgbdk-lib/examples/gb/wav_sample/src/samples_bank2.h2+-
Mgbdk-lib/examples/gb/wav_sample/src/samples_bank3.c2+-
Mgbdk-lib/examples/gb/wav_sample/src/samples_bank3.h2+-
Mgbdk-lib/examples/gb/wav_sample/src/samptest.c2+-
Mgbdk-lib/examples/gg/smoke/Makefile2+-
Mgbdk-lib/examples/gg/smoke/smoketest.c2+-
Mgbdk-lib/examples/msxdos/hello/Makefile2+-
Mgbdk-lib/examples/msxdos/smoke/Makefile2+-
Mgbdk-lib/examples/msxdos/smoke/smoketest.c2+-
Mgbdk-lib/examples/msxdos/test/Makefile2+-
Mgbdk-lib/examples/msxdos/test/test.c2+-
Mgbdk-lib/examples/nes/smoke/Makefile2+-
Mgbdk-lib/examples/nes/smoke/smoketest.c2+-
Mgbdk-lib/examples/sms/smoke/Makefile2+-
Mgbdk-lib/examples/sms/smoke/smoketest.c2+-
Mgbdk-lib/examples/sms/test/Makefile2+-
Mgbdk-lib/examples/sms/test/test.c2+-
Mgbdk-lib/include/asm/mos6502/types.h4++--
Mgbdk-lib/include/gb/gb.h95+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------
Mgbdk-lib/include/gbdk/far_ptr.h2+-
Mgbdk-lib/include/gbdk/incbin.h18------------------
Mgbdk-lib/include/gbdk/version.h2+-
Mgbdk-lib/include/msx/msx.h2+-
Mgbdk-lib/include/nes/nes.h35++++++++++++++++++++++++++++++++---
Mgbdk-lib/libc/asm/mos6502/__memcpy.s2+-
Mgbdk-lib/libc/asm/mos6502/__sdcc_indirect_jsr.s2+-
Mgbdk-lib/libc/asm/mos6502/_divsint.s2+-
Mgbdk-lib/libc/asm/mos6502/_divslong.s2+-
Mgbdk-lib/libc/asm/mos6502/_divuint.s2+-
Mgbdk-lib/libc/asm/mos6502/_divulong.s2+-
Mgbdk-lib/libc/asm/mos6502/_memcpy.s2+-
Mgbdk-lib/libc/asm/mos6502/_modsint.s2+-
Mgbdk-lib/libc/asm/mos6502/_modslong.s2+-
Mgbdk-lib/libc/asm/mos6502/_moduint.s2+-
Mgbdk-lib/libc/asm/mos6502/_modulong.s2+-
Mgbdk-lib/libc/asm/mos6502/_mulint.s2+-
Mgbdk-lib/libc/asm/mos6502/_mullong.s2+-
Mgbdk-lib/libc/asm/mos6502/_mulschar.s2+-
Mgbdk-lib/libc/asm/mos6502/_muluchar.s2+-
Mgbdk-lib/libc/asm/mos6502/_strcmp.s2+-
Mgbdk-lib/libc/asm/mos6502/_strcpy.s2+-
Mgbdk-lib/libc/asm/mos6502/rand.s2+-
Agbdk-lib/libc/targets/mos6502/far_ptr.s52++++++++++++++++++++++++++++++++++++++++++++++++++++
Mgbdk-lib/libc/targets/mos6502/nes/Makefile2++
Mgbdk-lib/libc/targets/mos6502/nes/crt0.s403+++++++++----------------------------------------------------------------------
Mgbdk-lib/libc/targets/mos6502/nes/global.s7++++++-
Agbdk-lib/libc/targets/mos6502/nes/mapper.s7+++++++
Agbdk-lib/libc/targets/mos6502/nes/mapper_macros.s19+++++++++++++++++++
Agbdk-lib/libc/targets/mos6502/nes/sdcc_bcall.s59+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mgbdk-lib/libc/targets/mos6502/nes/set_data.s36++++++++++++++++++------------------
Agbdk-lib/libc/targets/mos6502/nes/vram_transfer_buffer.s318+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mgbdk-lib/libc/targets/mos6502/rle_decompress.s2+-
Mgbdk-lib/libc/targets/sm83/ap/crt0.s23++++++++++++-----------
Mgbdk-lib/libc/targets/sm83/duck/crt0.s23++++++++++++-----------
Mgbdk-lib/libc/targets/sm83/gb/crt0.s23++++++++++++-----------
Mgbdk-lib/libc/targets/sm83/serial.s9+--------
Mgbdk-lib/libc/targets/sm83/sio.s5+++++
Mgbdk-support/bankpack/options.c2++
Mgbdk-support/bankpack/options.h1+
Mgbdk-support/lcc/gb.c1+
Mgbdk-support/lcc/targets.c12++++++------
Mgbdk-support/makebin/Makefile3++-
Mgbdk-support/makebin/makebin.c52++++++++++++++++++++++++++++++++++++++--------------
Mgbdk-support/png2asset/png2asset.cpp6+++---
201 files changed, 11999 insertions(+), 11342 deletions(-)

diff --git a/.github/workflows/gbdk_build_and_package.yml b/.github/workflows/gbdk_build_and_package.yml @@ -29,50 +29,28 @@ jobs: - name: Linux Depends if: matrix.name == 'Linux-x64' run: | - # Use patched sms/gg z80 build: - # For GBDK-2020 4.0.5 - # curl -Lo sdcc.tar.bz2 https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-12539-patched/sdcc-amd64-linux2.5-20210711-12539--sms-gg-patched.tar.bz2 - # For GBDK-2020 4.0.6 - # curl -Lo sdcc.tar.bz2 https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-12539-patched-gbdk0-4.0.6/sdcc-amd64-linux2.5-20211031-12539--sms-gg-patched.tar.bz2 - # For GBDK-2020 4.1.0 - curl -Lo sdcc.tar.bz2 https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-13350-patched-gbdk-4.1.0/sdcc-amd64-linux2.5-20220402-13350--sdldz80-patched-at-12539.tar.bz2 - bunzip2 sdcc.tar.bz2 - tar xvf sdcc.tar + curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-patched-gbdk-4.2.0/sdcc-14089-Linux-x64.tar.gz + tar xvfz sdcc.tar.gz - name: MacOS Depends if: matrix.name == 'MacOS-x64' run: | - # Use patched sms/gg z80 build: - # For GBDK-2020 4.0.5 - # curl -Lo sdcc.tar.bz2 https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-12539-patched/sdcc-x86_64-apple-macosx-20210718-12548--sms-gg-patched.tar.bz2 - # For GBDK-2020 4.0.6 - # curl -Lo sdcc.tar.bz2 https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-12539-patched-gbdk0-4.0.6/sdcc-x86_64-apple-macosx-20210718-12548--sms-gg-patched.tar.bz2 - # For GBDK-2020 4.1.0 - curl -Lo sdcc.tar.bz2 https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-13350-patched-gbdk-4.1.0/sdcc-x86_64-apple-macosx-20220402-13350--sdldz80-patched-at-12539.tar.bz2 - bunzip2 sdcc.tar.bz2 - tar xvf sdcc.tar + curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-patched-gbdk-4.2.0/sdcc-14089-MacOS-x64.tar.gz + tar xvfz sdcc.tar.gz - name: Windows-x64 Depends if: matrix.name == 'Windows-x64' run: | - # Use patched sms/gg z80 build: - # For GBDK-2020 4.0.5 - # curl -Lo sdcc.zip https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-12539-patched/sdcc-x86_64-w64-mingw32-20210711-12539--sms-gg-patched.zip - # For GBDK-2020 4.0.6: adds makebin -yN - # curl -Lo sdcc.zip https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-12539-patched-gbdk0-4.0.6/sdcc-x86_64-w64-mingw32-20210711-12539--sms-gg-patched_makebin_yN.zip - # For GBDK-2020 4.1.0 - curl -Lo sdcc.zip https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-13350-patched-gbdk-4.1.0/sdcc-x86_64-w64-mingw32-20220402-13350--sdldz80-patched-at-12539.zip - 7z x sdcc.zip + curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-patched-gbdk-4.2.0/sdcc-14089-Win64-On-Linux.tar.gz + 7z x sdcc.tar.gz + 7z x sdcc.tar - name: Windows-x32 Depends if: matrix.name == 'Windows-x32' run: | - # Use patched sms/gg z80 build: - # For GBDK-2020 4.0.6: adds makebin -yN - # curl -Lo sdcc.zip https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-12539-patched-gbdk0-4.0.6/sdcc-i586-mingw32msvc-20210711-12539--sms-gg-patched_makebin_yN.zip - # For GBDK-2020 4.1.0 - curl -Lo sdcc.zip https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-13350-patched-gbdk-4.1.0/sdcc-i586-mingw32msvc-20220402-13350--sdldz80-patched-at-12539.zip - 7z x sdcc.zip + curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-patched-gbdk-4.2.0/sdcc-14089-Win32-On-Linux.tar.gz + 7z x sdcc.tar.gz + 7z x sdcc.tar - name: Windows Depends MSYS2/MinGW64 if: matrix.name == 'Windows-x64' diff --git a/.github/workflows/gbdk_build_examples.yml b/.github/workflows/gbdk_build_examples.yml @@ -29,50 +29,28 @@ jobs: - name: Linux Depends if: matrix.name == 'Linux-x64' run: | - # Use patched sms/gg z80 build: - # For GBDK-2020 4.0.5 - # curl -Lo sdcc.tar.bz2 https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-12539-patched/sdcc-amd64-linux2.5-20210711-12539--sms-gg-patched.tar.bz2 - # For GBDK-2020 4.0.6 - # curl -Lo sdcc.tar.bz2 https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-12539-patched-gbdk0-4.0.6/sdcc-amd64-linux2.5-20211031-12539--sms-gg-patched.tar.bz2 - # For GBDK-2020 4.1.0 - curl -Lo sdcc.tar.bz2 https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-13350-patched-gbdk-4.1.0/sdcc-amd64-linux2.5-20220402-13350--sdldz80-patched-at-12539.tar.bz2 - bunzip2 sdcc.tar.bz2 - tar xvf sdcc.tar + curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-patched-gbdk-4.2.0/sdcc-14089-Linux-x64.tar.gz + tar xvfz sdcc.tar.gz - name: MacOS Depends if: matrix.name == 'MacOS-x64' run: | - # Use patched sms/gg z80 build: - # For GBDK-2020 4.0.5 - # curl -Lo sdcc.tar.bz2 https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-12539-patched/sdcc-x86_64-apple-macosx-20210718-12548--sms-gg-patched.tar.bz2 - # For GBDK-2020 4.0.6 - # curl -Lo sdcc.tar.bz2 https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-12539-patched-gbdk0-4.0.6/sdcc-x86_64-apple-macosx-20210718-12548--sms-gg-patched.tar.bz2 - # For GBDK-2020 4.1.0 - curl -Lo sdcc.tar.bz2 https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-13350-patched-gbdk-4.1.0/sdcc-x86_64-apple-macosx-20220402-13350--sdldz80-patched-at-12539.tar.bz2 - bunzip2 sdcc.tar.bz2 - tar xvf sdcc.tar + curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-patched-gbdk-4.2.0/sdcc-14089-MacOS-x64.tar.gz + tar xvfz sdcc.tar.gz - name: Windows-x64 Depends if: matrix.name == 'Windows-x64' run: | - # Use patched sms/gg z80 build: - # For GBDK-2020 4.0.5 - # curl -Lo sdcc.zip https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-12539-patched/sdcc-x86_64-w64-mingw32-20210711-12539--sms-gg-patched.zip - # For GBDK-2020 4.0.6: adds makebin -yN - # curl -Lo sdcc.zip https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-12539-patched-gbdk0-4.0.6/sdcc-x86_64-w64-mingw32-20210711-12539--sms-gg-patched_makebin_yN.zip - # For GBDK-2020 4.1.0 - curl -Lo sdcc.zip https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-13350-patched-gbdk-4.1.0/sdcc-x86_64-w64-mingw32-20220402-13350--sdldz80-patched-at-12539.zip - 7z x sdcc.zip + curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-patched-gbdk-4.2.0/sdcc-14089-Win64-On-Linux.tar.gz + 7z x sdcc.tar.gz + 7z x sdcc.tar - name: Windows-x32 Depends if: matrix.name == 'Windows-x32' run: | - # Use patched sms/gg z80 build: - # For GBDK-2020 4.0.6: adds makebin -yN - # curl -Lo sdcc.zip https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-12539-patched-gbdk0-4.0.6/sdcc-i586-mingw32msvc-20210711-12539--sms-gg-patched_makebin_yN.zip - # For GBDK-2020 4.1.0 - curl -Lo sdcc.zip https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-13350-patched-gbdk-4.1.0/sdcc-i586-mingw32msvc-20220402-13350--sdldz80-patched-at-12539.zip - 7z x sdcc.zip + curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-patched-gbdk-4.2.0/sdcc-14089-Win32-On-Linux.tar.gz + 7z x sdcc.tar.gz + 7z x sdcc.tar - name: Windows Depends MSYS2/MinGW64 if: matrix.name == 'Windows-x64' diff --git a/Makefile b/Makefile @@ -8,7 +8,7 @@ TOPDIR = $(shell pwd) # Package name, used for tarballs PKG = gbdk # Version, used for tarballs & docs -VER = 4.1.1 +VER = 4.2.0 PORTS=sm83 z80 mos6502 PLATFORMS=gb ap duck gg sms msxdos nes @@ -280,7 +280,7 @@ gbdk-dist-examples-clean: # Copy SDDC executable files # win 32 specific: libgcc_s_dw2-1.dll # win 64 specific: libgcc_s_seh-1.dll -SDCC_BINS = packihx sdar sdasgb sdcc sdcdb sdcpp sdldgb sdnm sdobjcopy sdranlib sz80 sdasz80 sdldz80 sdas6500 sdld +SDCC_BINS = packihx sdar sdasgb sdcc sdcpp sdldgb sdnm sdobjcopy sdranlib sdasz80 sdldz80 sdas6500 sdld6808 sdld ifeq ($(OS),Windows_NT) MINGW64_RUNTIME = \ libgcc_s_dw2-1.dll \ @@ -297,6 +297,7 @@ sdcc-install: check-SDCCDIR @for i in $(SDCC_BINS); do \ cp $(SDCCDIR)/bin/$$i $(BUILDDIR)/bin/ && echo "-> $$i" ; \ done + cp -r $(SDCCDIR)/libexec $(BUILDDIR) && echo "-> cc1" # Final binary binary: @@ -353,7 +354,7 @@ endif # Turn on Latex -> PDF conversion to run run at end of regular docs build # (which includes latex output but deletes it at the end). # -# The conversion process requires a Latex install. +# The conversion process requires a Latex install. # For Windows there are various Latex packages to choose from. # For Linux this appears to be the minimum: # sudo apt install texlive-latex-base @@ -392,7 +393,13 @@ ifneq (,$(wildcard $(BUILDDIR)/bin/)) echo \@anchor sdasz80-settings >> $(TOOLCHAIN_DOCS_FILE); echo \# sdasz80 settings >> $(TOOLCHAIN_DOCS_FILE); echo \`\`\` >> $(TOOLCHAIN_DOCS_FILE); - $(BUILDDIR)/bin/sdasgb -h >> $(TOOLCHAIN_DOCS_FILE) 2>&1 || true + $(BUILDDIR)/bin/sdasz80 -h >> $(TOOLCHAIN_DOCS_FILE) 2>&1 || true + echo \`\`\` >> $(TOOLCHAIN_DOCS_FILE); +# sdas6500 + echo \@anchor sdas6500-settings >> $(TOOLCHAIN_DOCS_FILE); + echo \# sdas6500 settings >> $(TOOLCHAIN_DOCS_FILE); + echo \`\`\` >> $(TOOLCHAIN_DOCS_FILE); + $(BUILDDIR)/bin/sdas6500 -h >> $(TOOLCHAIN_DOCS_FILE) 2>&1 || true echo \`\`\` >> $(TOOLCHAIN_DOCS_FILE); # bankpack echo \@anchor bankpack-settings >> $(TOOLCHAIN_DOCS_FILE); @@ -412,6 +419,12 @@ ifneq (,$(wildcard $(BUILDDIR)/bin/)) echo \`\`\` >> $(TOOLCHAIN_DOCS_FILE); $(BUILDDIR)/bin/sdldgb >> $(TOOLCHAIN_DOCS_FILE) 2>&1 || true echo \`\`\` >> $(TOOLCHAIN_DOCS_FILE); +# sdld6808 + echo \@anchor sdld6808-settings >> $(TOOLCHAIN_DOCS_FILE); + echo \# sdld6808 settings >> $(TOOLCHAIN_DOCS_FILE); + echo \`\`\` >> $(TOOLCHAIN_DOCS_FILE); + $(BUILDDIR)/bin/sdldgb >> $(TOOLCHAIN_DOCS_FILE) 2>&1 || true + echo \`\`\` >> $(TOOLCHAIN_DOCS_FILE); # ihxcheck echo \@anchor ihxcheck-settings >> $(TOOLCHAIN_DOCS_FILE); echo \# ihxcheck settings >> $(TOOLCHAIN_DOCS_FILE); diff --git a/README.md b/README.md @@ -63,7 +63,7 @@ The sources in this repo are only needed if you want to re-compile GBDK-2020 you ## Current status - Updated CRT and library that suits better for game development - SDCC Versions - - Current GBDK-2020 versions require SDCC patches for z80 SMS/Game Gear support (only `sdldz80` in GBDK-2020 4.1.0). So SDCC nightlies/snapshot builds cannot be used if you want to target SMS/Game Gear. Instead use the [Patched SDCC Builds](https://github.com/gbdk-2020/gbdk-2020-sdcc/releases). + - A [custom build of SDCC]([Patched SDCC Builds](https://github.com/gbdk-2020/gbdk-2020-sdcc/releases) with support for Sega GG/SMS and the Nintendo NES is used. See the [github workflow](https://github.com/gbdk-2020/gbdk-2020-sdcc/tree/main/.github/workflows) for details of how to patch and build SDCC. - The default calling convention changed in `SDCC 4.2`. This is supported starting with `GBDK-2020 4.1.0`. Older versions of GBDK should use SDCC builds #12539 or older (see per-version GBDK notes). - The compiler driver **lcc** supports the latest sdcc toolchain. diff --git a/docs/config/github-markdown-theme/doxygen_extra.css b/docs/config/github-markdown-theme/doxygen_extra.css @@ -574,3 +574,10 @@ th, table.markdownTable tr:hover { background-color: rgb(231, 236, 242); } + +/* @note styling */ +dl.note { + padding-left: 8px !important; + border-color: rgba(0, 210, 0, 0.40) !important; + background-color: rgba(0, 255, 0, 0.12) !important; +} + diff --git a/docs/pages/03_using_gbdk.md b/docs/pages/03_using_gbdk.md @@ -30,8 +30,8 @@ The GameBoy hardware can generate 5 types of interrupts. Custom Interrupt Servic - Example project: `tim` - SIO : Serial Link I/O transfer end - - The default SIO ISR gets installed automatically if any of the standard SIO calls are used. These calls include add_SIO(), remove_SIO(), send_byte(), receive_byte(). - - The default SIO ISR cannot be removed once installed. Only secondary chained SIO ISRs (added with add_SIO() ) can be removed. + - The default SIO ISR gets installed automatically if any of the standard SIO calls are used (send_byte(), receive_byte()). + - Once installed the default SIO ISR cannot be removed. Only secondary chained SIO ISRs (added with add_SIO() ) can be removed. - See @ref add_SIO() and @ref remove_SIO() - Example project: `comm` diff --git a/docs/pages/04_coding_guidelines.md b/docs/pages/04_coding_guidelines.md @@ -38,6 +38,17 @@ __Use of @ref toxa_gbtd_gbmb "toxa's updated GBTD/GBMB" is highly recommended.__ If you wish to use the original tools, you must add the `const` keyword every time the graphics are re-exported to C source files. +@anchor best_practice_dont_read_vram +## Avoid Reading from VRAM +In general avoid reading from VRAM since that memory is not accessible at all times. If GBDK a API function which reads from VRAM (such as @ref get_bkg_tile_xy()) is called during a video mode when VRAM is not accessible, then that function call will delay until VRAM becomes accessible again. This can cause unnecessary slowdowns when running programs on the Game Boy. + +Instead it is better to store things such as map data in general purpose RAM which does not have video mode access limitations. + +For more information about video modes and VRAM access see the pan docs: + +https://gbdev.io/pandocs/STAT.html#stat-modes + + ## Variables - Use 8-bit values as much as possible. They will be much more efficient and compact than 16 and 32 bit types. diff --git a/docs/pages/05_banking_mbcs.md b/docs/pages/05_banking_mbcs.md @@ -80,6 +80,9 @@ The MBC settings below are available when using the makebin `-Wl-yt<N>` switch. Source: Pandocs. Additional details available at [Pandocs](https://gbdev.io/pandocs/The_Cartridge_Header.html#0147---cartridge-type "Pandocs") +For SMS/GG, the ROM file size must be at least 64K to enable mapper support for RAM banks in emulators. + - If the generated ROM is too small then `-yo 4` for makebin (or `-Wm-yo4` for LCC) can be used to set the size to 64K. + ## MBC Type Chart ``` diff --git a/docs/pages/06b_supported_consoles.md b/docs/pages/06b_supported_consoles.md @@ -114,6 +114,8 @@ Constants that describe properties of the console hardware are listed below. The - @ref DEVICE_SCREEN_MAP_ENTRY_SIZE - @ref DEVICE_SPRITE_PX_OFFSET_X, @ref DEVICE_SPRITE_PX_OFFSET_Y - @ref DEVICE_SCREEN_PX_WIDTH, @ref DEVICE_SCREEN_PX_HEIGHT + - @ref MAX_HARDWARE_SPRITES + - @ref HARDWARE_SPRITE_CAN_FLIP_X, @ref HARDWARE_SPRITE_CAN_FLIP_Y # Using <gbdk/...> headers @@ -190,6 +192,8 @@ GB/AP - VRAM and some other display data / registers should only be written to when the @ref STATF_B_BUSY bit of @ref STAT_REG is off. Most GBDK API calls manage this automatically. SMS/GG +- The SMS/GG ROM file size must be at least 64K to enable mapper support for RAM banks in emulators. + - If the generated ROM is too small then `-yo 4` for makebin (or `-Wm-yo4` for LCC) can be used to set the size to 64K. - Display Controller (VDP) - Writing to the VDP should not be interrupted while an operation is already in progress (since that will interfere with the internal data pointer causing data to be written to the wrong location). - Recommended approach: Avoid writing to the VDP (tiles, map, scrolling, colors, etc) during an interrupt routine (ISR). diff --git a/docs/pages/08_faq.md b/docs/pages/08_faq.md @@ -76,7 +76,7 @@ - This may happen if you have large initialized arrays declared without the `const` keyword. It's important to use the const keyword for read-only data. See @ref const_gbtd_gbmb and @ref const_array_data - It can also happen if C source files are `#included` into other C source files, or if there is a very large source file. <!-- --> -@anchor faq_error_mbc_size +@anchor faq_macos_security_warning - On macOS, what does `... developer cannot be verified, macOS cannot verify that this app is free from malware` mean? - It does not mean that GBDK is malware. It just means the GBDK toolchain binaries are not signed by Apple, so it won't run them without an additional step. diff --git a/docs/pages/09_migrating_new_versions.md b/docs/pages/09_migrating_new_versions.md @@ -4,10 +4,10 @@ This section contains information that may be useful to know or important when u # GBDK-2020 versions -## Porting to GBDK-2020 4.2 +## Porting to GBDK-2020 4.2.0 - GBDK now requires SDCC 4.3 or higher with GBDK-2020 patches for the the z80 linker - - The following new functions replace old ones. - - The old functions will continue to work for now, but migration to new versions is strongly encouraged. + - The following new functions replace old ones: + - While the old functions will continue to work for now, migration to new versions is strongly encouraged - vsync(): replaces wait_vbl_done() - set_default_palette(): replaces cgb_compatibility() - move_metasprite_flipy(): replaces move_metasprite_hflip() diff --git a/docs/pages/10_release_notes.md b/docs/pages/10_release_notes.md @@ -8,6 +8,8 @@ https://github.com/gbdk-2020/gbdk-2020/releases ## GBDK-2020 4.2 2023/x + - Includes SDCC version 14...TODO... with GBDK-2020 patches for Z80 and NES + - ([Patched SDCC Builds](https://github.com/gbdk-2020/gbdk-2020-sdcc/releases) with support for Sega GG/SMS and the Nintendo NES are used. See the [github workflow](https://github.com/gbdk-2020/gbdk-2020-sdcc/tree/main/.github/workflows) for details - Library - Added: set_bkg_attributes(), set_bkg_submap_attributes() - The following new functions replace old ones. The old functions will continue to work for now, but migration to new versions is strongly encouraged. @@ -18,33 +20,56 @@ https://github.com/gbdk-2020/gbdk-2020/releases - move_metasprite_flipx(): replaces move_metasprite_vflip() - move_metasprite_flipxy(): replaces move_metasprite_hvflip() - move_metasprite_ex(): (replaces move_metasprite() - - GB: faster vmemcpy(), set_data(), get_data() + - NES + - Banking support (library and sdcc toolchain) + - Game Boy + - Minor crt0 optimizations + - Faster vmemcpy(), set_data(), get_data() + - Fixed hide_sprites_range(39u, 40u); overflow shadow OAM + - Increased sgb_transfer() maximum packet length to 7 x 16 bytes + - Convert gb_decompress routines to the new calling convention + - Convert rle_decompress routines to the new calling convention + - Removed legacy MBC register definitions `.MBC1_ROM_PAGE` and `.MBC_ROM_PAGE` + - Workaround for possible HALT bug in Crash Handler - Refactored interrupts to use less space - Toolchain / Utilities - - @ref lcc "lcc": fix for `--sdccbindir` + - @ref lcc "lcc" + - Fixed `--sdccbindir` + - Improved improved Game Gear header compatibility (change header region code from 4 to 6) - @ref utility_png2asset "png2asset" - - Added `-repair_index_pal`: Tries to repair tile palettes for indexed color pngs (such as when RGB paint programs mix up indexed colors if the same color exists in multiple palettes). Implies `-keep_palette_order`. + - Added `-repair_index_pal`: Tries to repair tile palettes for indexed color pngs (such as when RGB paint programs mix up indexed colors if the same color exists in multiple palettes). Implies `-keep_palette_order` + - Added `-no_palettes`: Do not export palette data - Fixed support for indexed color pngs with less than 8 bits color depth - Fixed incorrect palettes when different colors have same luma value (use RGB values as less-significant bits) - Changed to use cross-platform constants for metasprite properties (S_FLIPX, S_FLIPY and S_PAL) + - @ref makebin + - Warn if RAM banks specified and file size of ROM is less than the 64K required to enable them with in emulators + - Added sdld6808 (for NES) - Examples + - Fixed mkdir broken in some compile.bat files (remove unsupported -p flag during bat file conversion) - Sound Test: Added MegaDuck support - Wav Playback: Improved support on AGB/AGS hardware - Metasprites: Added sub-palette switching for GBC and NES, software metasprite flipping for sms/gg - Large Map: Added color for supported platforms + - LCD ISR Wobble: Improved interrupt flag settings - Docs: - Added @ref using_cgb_features "Using Game Boy Color Features" - Added SDAS assembler manual (asmlnk_manual.txt) - Updated @ref megaduck_sound_register_value_changes "MegaDuck hardware documentation" - Added @ref banked_calling_convention "Banked Calling Convention" + - Added mention of @ref MAX_HARDWARE_SPRITES ## GBDK-2020 4.1.1 2022/11 + - Includes SDCC version 13350 with GBDK-2020 patches for Z80 - Library - Fixed @ref RGB() and @ref RGB8() macros ## GBDK-2020 4.1.0 2022/10 + - Includes SDCC version 13350 with GBDK-2020 patches for Z80 + - Known Issues + - The `compile.bat` batch files for Windows use the an incalid `-p` option for `mkdir` - Building GBDK - The linux port of SDCC is custom built on Ubuntu 16.04 due to reduced GLIBC compatibility issues in more recent SDCC project builds. - Added Windows 32-Bit build @@ -115,6 +140,7 @@ https://github.com/gbdk-2020/gbdk-2020/releases ## GBDK-2020 4.0.6 2022/02 + - Includes SDCC version 12539 with GBDK-2020 patches for Z80 - Building GBDK - Changed to target older version of macOS (10.10) when building for better compatibility - Platforms diff --git a/docs/pages/20_toolchain_settings.md b/docs/pages/20_toolchain_settings.md @@ -43,7 +43,7 @@ @anchor sdcc-settings # sdcc settings ``` -SDCC : z80/sm83/mos6502 4.2.2 #13350 (Linux) +SDCC : z80/sm83/mos6502/mos65c02 TD- 4.2.14 #14088 (Linux) published under GNU General Public License (GPL) Usage : sdcc [options] filename Options :- @@ -77,15 +77,7 @@ General options: --Werror Treat the warnings as errors --debug Enable debugging symbol output --cyclomatic Display complexity of compiled functions - --std-c89 Use ISO C90 (aka ANSI C89) standard (slightly incomplete) - --std-sdcc89 Use ISO C90 (aka ANSI C89) standard with SDCC extensions - --std-c95 Use ISO C95 (aka ISO C94) standard (slightly incomplete) - --std-c99 Use ISO C99 standard (incomplete) - --std-sdcc99 Use ISO C99 standard with SDCC extensions - --std-c11 Use ISO C11 standard (incomplete) - --std-sdcc11 Use ISO C11 standard with SDCC extensions (default) - --std-c2x Use ISO C2X standard (incomplete) - --std-sdcc2x Use ISO C2X standard with SDCC extensions + --std Determine the language standard (c89, c99, c11, c2x, sdcc89 etc.) --fdollars-in-identifiers Permit '$' as an identifier character --fsigned-char Make "char" signed by default --use-non-free Search / include non-free licensed libraries and header files @@ -187,6 +179,11 @@ Special options for the mos6502 port: --model-small 8-bit address space for data --model-large 16-bit address space for data (default) --no-std-crt0 Do not link default crt0.rel + +Special options for the mos65c02 port: + --model-small 8-bit address space for data + --model-large 16-bit address space for data (default) + --no-std-crt0 Do not link default crt0.rel ``` @anchor sdasgb-settings # sdasgb settings @@ -237,7 +234,52 @@ Debugging: # sdasz80 settings ``` -sdas Assembler V02.00 + NoICE + SDCC mods (GameBoy) +sdas Assembler V02.00 + NoICE + SDCC mods (Zilog Z80 / Hitachi HD64180 / ZX-Next / eZ80) + + +Copyright (C) 2012 Alan R. Baldwin +This program comes with ABSOLUTELY NO WARRANTY. + +Usage: [-Options] [-Option with arg] file +Usage: [-Options] [-Option with arg] outfile file1 [file2 ...] + -h or NO ARGUMENTS Show this help list +Input: + -I Add the named directory to the include file + search path. This option may be used more than once. + Directories are searched in the order given. +Output: + -l Create list file/outfile[.lst] + -o Create object file/outfile[.rel] + -s Create symbol file/outfile[.sym] +Listing: + -d Decimal listing + -q Octal listing + -x Hex listing (default) + -b Display .define substitutions in listing + -bb and display without .define substitutions + -c Disable instruction cycle count in listing + -f Flag relocatable references by ` in listing file + -ff Flag relocatable references by mode in listing file + -p Disable automatic listing pagination + -u Disable .list/.nlist processing + -w Wide listing format for symbol table +Assembly: + -v Enable out of range signed / unsigned errors +Symbols: + -a All user symbols made global + -g Undefined symbols made global + -n Don't resolve global assigned value symbols + -z Disable case sensitivity for symbols +Debugging: + -j Enable NoICE Debug Symbols + -y Enable SDCC Debug Symbols + +``` +@anchor sdas6500-settings +# sdas6500 settings +``` + +sdas Assembler V02.00 + NoICE + SDCC mods (Rockwell 6502/6510/65C02) Copyright (C) 2012 Alan R. Baldwin @@ -323,7 +365,7 @@ S ___bank_<const name> Def0000FF # sdldgb settings ``` -sdld Linker V03.00 + NoICE + sdld +sdld Linker V03.00/V05.40 + sdld Usage: [-Options] [-Option with arg] file Usage: [-Options] [-Option with arg] outfile file1 [file2 ...] @@ -339,6 +381,7 @@ Libraries: Relocation: -b area base address = expression -g global symbol = expression + -a (platform) Select platform specific virtual address translation Map format: -m Map output generated as (out)file[.map] -w Wide listing format for map file @@ -362,7 +405,47 @@ End: # sdldz80 settings ``` -sdld Linker V03.00 + NoICE + sdld +sdld Linker V03.00/V05.40 + sdld + +Usage: [-Options] [-Option with arg] file +Usage: [-Options] [-Option with arg] outfile file1 [file2 ...] +Startup: + -p Echo commands to stdout (default) + -n No echo of commands to stdout +Alternates to Command Line Input: + -c ASlink >> prompt input + -f file[.lk] Command File input +Libraries: + -k Library path specification, one per -k + -l Library file specification, one per -l +Relocation: + -b area base address = expression + -g global symbol = expression + -a (platform) Select platform specific virtual address translation +Map format: + -m Map output generated as (out)file[.map] + -w Wide listing format for map file + -x Hexadecimal (default) + -d Decimal + -q Octal +Output: + -i Intel Hex as (out)file[.ihx] + -s Motorola S Record as (out)file[.s19] + -j NoICE Debug output as (out)file[.noi] + -y SDCDB Debug output as (out)file[.cdb] +List: + -u Update listing file(s) with link data as file(s)[.rst] +Case Sensitivity: + -z Disable Case Sensitivity for Symbols +End: + -e or null line terminates input + +``` +@anchor sdld6808-settings +# sdld6808 settings +``` + +sdld Linker V03.00/V05.40 + sdld Usage: [-Options] [-Option with arg] file Usage: [-Options] [-Option with arg] outfile file1 [file2 ...] @@ -378,6 +461,7 @@ Libraries: Relocation: -b area base address = expression -g global symbol = expression + -a (platform) Select platform specific virtual address translation Map format: -m Map output generated as (out)file[.map] -w Wide listing format for map file @@ -506,6 +590,7 @@ usage: png2asset <file>.png [options] -metasprites_only export metasprite descriptors only -source_tileset use source tileset (image with common tiles) -keep_duplicate_tiles do not remove duplicate tiles (default: not enabled) +-no_palettes do not export palette data -bin export to binary format -transposed export transposed (column-by-column instead of row-by-row) ``` diff --git a/docs/sdccman.pdf b/docs/sdccman.pdf @@ -562,1251 +562,1268 @@ endobj << /S /GoTo /D (subsection.3.5.3) >> endobj 376 0 obj -(\376\377\000H\000C\0000\0008\000/\000S\0000\0008\000\040\000i\000n\000t\000r\000i\000n\000s\000i\000c\000\040\000n\000a\000m\000e\000d\000\040\000a\000d\000d\000r\000e\000s\000s\000\040\000s\000p\000a\000c\000e\000s) +(\376\377\000S\000M\0008\0003\000\040\000i\000n\000t\000r\000i\000n\000s\000i\000c\000\040\000n\000a\000m\000e\000d\000\040\000a\000d\000d\000r\000e\000s\000s\000\040\000s\000p\000a\000c\000e\000s) endobj 377 0 obj << /S /GoTo /D (subsubsection.3.5.3.1) >> endobj 380 0 obj -(\376\377\000\137\000\137\000d\000a\000t\000a\000\040) +(\376\377\000\137\000\137\000s\000f\000r) endobj 381 0 obj -<< /S /GoTo /D (subsubsection.3.5.3.2) >> +<< /S /GoTo /D (subsection.3.5.4) >> endobj 384 0 obj -(\376\377\000\137\000\137\000x\000d\000a\000t\000a\000\040) +(\376\377\000H\000C\0000\0008\000/\000S\0000\0008\000\040\000i\000n\000t\000r\000i\000n\000s\000i\000c\000\040\000n\000a\000m\000e\000d\000\040\000a\000d\000d\000r\000e\000s\000s\000\040\000s\000p\000a\000c\000e\000s) endobj 385 0 obj -<< /S /GoTo /D (subsection.3.5.4) >> +<< /S /GoTo /D (subsubsection.3.5.4.1) >> endobj 388 0 obj -(\376\377\000P\000D\000K\0001\0004\000/\000P\000D\000K\0001\0005\000\040\000i\000n\000t\000r\000i\000n\000s\000i\000c\000\040\000n\000a\000m\000e\000d\000\040\000a\000d\000d\000r\000e\000s\000s\000\040\000s\000p\000a\000c\000e\000s) +(\376\377\000\137\000\137\000d\000a\000t\000a\000\040) endobj 389 0 obj -<< /S /GoTo /D (subsubsection.3.5.4.1) >> +<< /S /GoTo /D (subsubsection.3.5.4.2) >> endobj 392 0 obj -(\376\377\000\137\000\137\000s\000f\000r) +(\376\377\000\137\000\137\000x\000d\000a\000t\000a\000\040) endobj 393 0 obj -<< /S /GoTo /D (subsubsection.3.5.4.2) >> +<< /S /GoTo /D (subsection.3.5.5) >> endobj 396 0 obj -(\376\377\000\137\000\137\000s\000f\000r\0001\0006) +(\376\377\000P\000D\000K\0001\0004\000/\000P\000D\000K\0001\0005\000\040\000i\000n\000t\000r\000i\000n\000s\000i\000c\000\040\000n\000a\000m\000e\000d\000\040\000a\000d\000d\000r\000e\000s\000s\000\040\000s\000p\000a\000c\000e\000s) endobj 397 0 obj -<< /S /GoTo /D (subsection.3.5.5) >> +<< /S /GoTo /D (subsubsection.3.5.5.1) >> endobj 400 0 obj -(\376\377\000N\000o\000n\000-\000i\000n\000t\000r\000i\000n\000s\000i\000c\000\040\000n\000a\000m\000e\000d\000\040\000a\000d\000d\000r\000e\000s\000s\000\040\000s\000p\000a\000c\000e\000s) +(\376\377\000\137\000\137\000s\000f\000r) endobj 401 0 obj -<< /S /GoTo /D (subsection.3.5.6) >> +<< /S /GoTo /D (subsubsection.3.5.5.2) >> endobj 404 0 obj -(\376\377\000A\000b\000s\000o\000l\000u\000t\000e\000\040\000A\000d\000d\000r\000e\000s\000s\000i\000n\000g) +(\376\377\000\137\000\137\000s\000f\000r\0001\0006) endobj 405 0 obj -<< /S /GoTo /D (subsection.3.5.7) >> +<< /S /GoTo /D (subsection.3.5.6) >> endobj 408 0 obj -(\376\377\000P\000r\000e\000s\000e\000r\000v\000e\000d\000\040\000r\000e\000g\000i\000s\000t\000e\000r\000\040\000s\000p\000e\000c\000i\000f\000i\000c\000a\000t\000i\000o\000n) +(\376\377\000N\000o\000n\000-\000i\000n\000t\000r\000i\000n\000s\000i\000c\000\040\000n\000a\000m\000e\000d\000\040\000a\000d\000d\000r\000e\000s\000s\000\040\000s\000p\000a\000c\000e\000s) endobj 409 0 obj -<< /S /GoTo /D (subsection.3.5.8) >> +<< /S /GoTo /D (subsection.3.5.7) >> endobj 412 0 obj -(\376\377\000B\000i\000n\000a\000r\000y\000\040\000c\000o\000n\000s\000t\000a\000n\000t\000s) +(\376\377\000A\000b\000s\000o\000l\000u\000t\000e\000\040\000A\000d\000d\000r\000e\000s\000s\000i\000n\000g) endobj 413 0 obj -<< /S /GoTo /D (subsection.3.5.9) >> +<< /S /GoTo /D (subsection.3.5.8) >> endobj 416 0 obj -(\376\377\000R\000e\000t\000u\000r\000n\000i\000n\000g\000\040\000v\000o\000i\000d) +(\376\377\000\137\000\137\000s\000d\000c\000c\000\137\000e\000x\000t\000e\000r\000n\000a\000l\000\137\000s\000t\000a\000r\000t\000u\000p) endobj 417 0 obj -<< /S /GoTo /D (subsection.3.5.10) >> +<< /S /GoTo /D (subsection.3.5.9) >> endobj 420 0 obj -(\376\377\000O\000m\000i\000t\000t\000i\000n\000g\000\040\000p\000r\000o\000m\000o\000t\000i\000o\000n\000\040\000o\000n\000\040\000a\000r\000g\000u\000m\000e\000n\000t\000s\000\040\000o\000f\000\040\000v\000a\000r\000a\000r\000g\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000\040\000\050\000d\000o\000e\000s\000\040\000n\000o\000t\000\040\000a\000p\000p\000l\000y\000\040\000t\000o\000\040\000p\000d\000k\0001\0003\000,\000\040\000p\000d\000k\0001\0004\000,\000\040\000p\000d\000k\0001\0005\000\051) +(\376\377\000P\000r\000e\000s\000e\000r\000v\000e\000d\000\040\000r\000e\000g\000i\000s\000t\000e\000r\000\040\000s\000p\000e\000c\000i\000f\000i\000c\000a\000t\000i\000o\000n) endobj 421 0 obj -<< /S /GoTo /D (section.3.6) >> +<< /S /GoTo /D (subsection.3.5.10) >> endobj 424 0 obj -(\376\377\000P\000a\000r\000a\000m\000e\000t\000e\000r\000s\000\040\000a\000n\000d\000\040\000L\000o\000c\000a\000l\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000s) +(\376\377\000B\000i\000n\000a\000r\000y\000\040\000c\000o\000n\000s\000t\000a\000n\000t\000s) endobj 425 0 obj -<< /S /GoTo /D (section.3.7) >> +<< /S /GoTo /D (subsection.3.5.11) >> endobj 428 0 obj -(\376\377\000O\000v\000e\000r\000l\000a\000y\000i\000n\000g) +(\376\377\000R\000e\000t\000u\000r\000n\000i\000n\000g\000\040\000v\000o\000i\000d) endobj 429 0 obj -<< /S /GoTo /D (section.3.8) >> +<< /S /GoTo /D (subsection.3.5.12) >> endobj 432 0 obj -(\376\377\000I\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000S\000e\000r\000v\000i\000c\000e\000\040\000R\000o\000u\000t\000i\000n\000e\000s) +(\376\377\000O\000m\000i\000t\000t\000i\000n\000g\000\040\000p\000r\000o\000m\000o\000t\000i\000o\000n\000\040\000o\000n\000\040\000a\000r\000g\000u\000m\000e\000n\000t\000s\000\040\000o\000f\000\040\000v\000a\000r\000a\000r\000g\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000\040\000\050\000d\000o\000e\000s\000\040\000n\000o\000t\000\040\000a\000p\000p\000l\000y\000\040\000t\000o\000\040\000p\000d\000k\0001\0003\000,\000\040\000p\000d\000k\0001\0004\000,\000\040\000p\000d\000k\0001\0005\000\051) endobj 433 0 obj -<< /S /GoTo /D (subsection.3.8.1) >> +<< /S /GoTo /D (section.3.6) >> endobj 436 0 obj -(\376\377\000G\000e\000n\000e\000r\000a\000l\000\040\000I\000n\000f\000o\000r\000m\000a\000t\000i\000o\000n) +(\376\377\000P\000a\000r\000a\000m\000e\000t\000e\000r\000s\000\040\000a\000n\000d\000\040\000L\000o\000c\000a\000l\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000s) endobj 437 0 obj -<< /S /GoTo /D (subsubsection.3.8.1.1) >> +<< /S /GoTo /D (section.3.7) >> endobj 440 0 obj -(\376\377\000C\000o\000m\000m\000o\000n\000\040\000i\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000p\000i\000t\000f\000a\000l\000l\000:\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000\040\000n\000o\000t\000\040\000d\000e\000c\000l\000a\000r\000e\000d\000\040\000v\000o\000l\000a\000t\000i\000l\000e) +(\376\377\000O\000v\000e\000r\000l\000a\000y\000i\000n\000g) endobj 441 0 obj -<< /S /GoTo /D (subsubsection.3.8.1.2) >> +<< /S /GoTo /D (section.3.8) >> endobj 444 0 obj -(\376\377\000C\000o\000m\000m\000o\000n\000\040\000i\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000p\000i\000t\000f\000a\000l\000l\000:\000\040\000n\000o\000n\000-\000a\000t\000o\000m\000i\000c\000\040\000a\000c\000c\000e\000s\000s) +(\376\377\000I\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000S\000e\000r\000v\000i\000c\000e\000\040\000R\000o\000u\000t\000i\000n\000e\000s) endobj 445 0 obj -<< /S /GoTo /D (subsubsection.3.8.1.3) >> +<< /S /GoTo /D (subsection.3.8.1) >> endobj 448 0 obj -(\376\377\000C\000o\000m\000m\000o\000n\000\040\000i\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000p\000i\000t\000f\000a\000l\000l\000:\000\040\000s\000t\000a\000c\000k\000\040\000o\000v\000e\000r\000f\000l\000o\000w) +(\376\377\000G\000e\000n\000e\000r\000a\000l\000\040\000I\000n\000f\000o\000r\000m\000a\000t\000i\000o\000n) endobj 449 0 obj -<< /S /GoTo /D (subsubsection.3.8.1.4) >> +<< /S /GoTo /D (subsubsection.3.8.1.1) >> endobj 452 0 obj -(\376\377\000C\000o\000m\000m\000o\000n\000\040\000i\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000p\000i\000t\000f\000a\000l\000l\000:\000\040\000u\000s\000e\000\040\000o\000f\000\040\000n\000o\000n\000-\000r\000e\000e\000n\000t\000r\000a\000n\000t\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s) +(\376\377\000C\000o\000m\000m\000o\000n\000\040\000i\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000p\000i\000t\000f\000a\000l\000l\000:\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000\040\000n\000o\000t\000\040\000d\000e\000c\000l\000a\000r\000e\000d\000\040\000v\000o\000l\000a\000t\000i\000l\000e) endobj 453 0 obj -<< /S /GoTo /D (subsection.3.8.2) >> +<< /S /GoTo /D (subsubsection.3.8.1.2) >> endobj 456 0 obj -(\376\377\000M\000C\000S\0005\0001\000/\000D\000S\0003\0009\0000\000\040\000I\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000S\000e\000r\000v\000i\000c\000e\000\040\000R\000o\000u\000t\000i\000n\000e\000s) +(\376\377\000C\000o\000m\000m\000o\000n\000\040\000i\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000p\000i\000t\000f\000a\000l\000l\000:\000\040\000n\000o\000n\000-\000a\000t\000o\000m\000i\000c\000\040\000a\000c\000c\000e\000s\000s) endobj 457 0 obj -<< /S /GoTo /D (subsection.3.8.3) >> +<< /S /GoTo /D (subsubsection.3.8.1.3) >> endobj 460 0 obj -(\376\377\000H\000C\0000\0008\000\040\000I\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000S\000e\000r\000v\000i\000c\000e\000\040\000R\000o\000u\000t\000i\000n\000e\000s) +(\376\377\000C\000o\000m\000m\000o\000n\000\040\000i\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000p\000i\000t\000f\000a\000l\000l\000:\000\040\000s\000t\000a\000c\000k\000\040\000o\000v\000e\000r\000f\000l\000o\000w) endobj 461 0 obj -<< /S /GoTo /D (subsection.3.8.4) >> +<< /S /GoTo /D (subsubsection.3.8.1.4) >> endobj 464 0 obj -(\376\377\000Z\0008\0000\000,\000\040\000Z\0001\0008\0000\000\040\000a\000n\000d\000\040\000e\000Z\0008\0000\000\040\000I\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000S\000e\000r\000v\000i\000c\000e\000\040\000R\000o\000u\000t\000i\000n\000e\000s) +(\376\377\000C\000o\000m\000m\000o\000n\000\040\000i\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000p\000i\000t\000f\000a\000l\000l\000:\000\040\000u\000s\000e\000\040\000o\000f\000\040\000n\000o\000n\000-\000r\000e\000e\000n\000t\000r\000a\000n\000t\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s) endobj 465 0 obj -<< /S /GoTo /D (subsection.3.8.5) >> +<< /S /GoTo /D (subsection.3.8.2) >> endobj 468 0 obj -(\376\377\000R\000a\000b\000b\000i\000t\000\040\0002\0000\0000\0000\000,\000\040\0003\0000\0000\0000\000\040\000a\000n\000d\000\040\0003\0000\0000\0000\000A\000\040\000I\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000S\000e\000r\000v\000i\000c\000e\000\040\000R\000o\000u\000t\000i\000n\000e\000s) +(\376\377\000M\000C\000S\0005\0001\000/\000D\000S\0003\0009\0000\000\040\000I\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000S\000e\000r\000v\000i\000c\000e\000\040\000R\000o\000u\000t\000i\000n\000e\000s) endobj 469 0 obj -<< /S /GoTo /D (subsection.3.8.6) >> +<< /S /GoTo /D (subsection.3.8.3) >> endobj 472 0 obj -(\376\377\000S\000M\0008\0003\000\040\000a\000n\000d\000\040\000T\000L\000C\000S\000-\0009\0000\000\040\000I\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000S\000e\000r\000v\000i\000c\000e\000\040\000R\000o\000u\000t\000i\000n\000e\000s) +(\376\377\000H\000C\0000\0008\000\040\000I\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000S\000e\000r\000v\000i\000c\000e\000\040\000R\000o\000u\000t\000i\000n\000e\000s) endobj 473 0 obj -<< /S /GoTo /D (subsection.3.8.7) >> +<< /S /GoTo /D (subsection.3.8.4) >> endobj 476 0 obj -(\376\377\000S\000T\000M\0008\000\040\000I\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000S\000e\000r\000v\000i\000c\000e\000\040\000R\000o\000u\000t\000i\000n\000e\000s) +(\376\377\000Z\0008\0000\000,\000\040\000Z\0001\0008\0000\000\040\000a\000n\000d\000\040\000e\000Z\0008\0000\000\040\000I\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000S\000e\000r\000v\000i\000c\000e\000\040\000R\000o\000u\000t\000i\000n\000e\000s) endobj 477 0 obj -<< /S /GoTo /D (section.3.9) >> +<< /S /GoTo /D (subsection.3.8.5) >> endobj 480 0 obj -(\376\377\000E\000n\000a\000b\000l\000i\000n\000g\000\040\000a\000n\000d\000\040\000D\000i\000s\000a\000b\000l\000i\000n\000g\000\040\000I\000n\000t\000e\000r\000r\000u\000p\000t\000s) +(\376\377\000R\000a\000b\000b\000i\000t\000\040\0002\0000\0000\0000\000,\000\040\0003\0000\0000\0000\000\040\000a\000n\000d\000\040\0003\0000\0000\0000\000A\000\040\000I\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000S\000e\000r\000v\000i\000c\000e\000\040\000R\000o\000u\000t\000i\000n\000e\000s) endobj 481 0 obj -<< /S /GoTo /D (subsection.3.9.1) >> +<< /S /GoTo /D (subsection.3.8.6) >> endobj 484 0 obj -(\376\377\000C\000r\000i\000t\000i\000c\000a\000l\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s\000\040\000a\000n\000d\000\040\000C\000r\000i\000t\000i\000c\000a\000l\000\040\000S\000t\000a\000t\000e\000m\000e\000n\000t\000s) +(\376\377\000S\000M\0008\0003\000\040\000a\000n\000d\000\040\000T\000L\000C\000S\000-\0009\0000\000\040\000I\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000S\000e\000r\000v\000i\000c\000e\000\040\000R\000o\000u\000t\000i\000n\000e\000s) endobj 485 0 obj -<< /S /GoTo /D (subsection.3.9.2) >> +<< /S /GoTo /D (subsection.3.8.7) >> endobj 488 0 obj -(\376\377\000E\000n\000a\000b\000l\000i\000n\000g\000\040\000a\000n\000d\000\040\000D\000i\000s\000a\000b\000l\000i\000n\000g\000\040\000I\000n\000t\000e\000r\000r\000u\000p\000t\000s\000\040\000d\000i\000r\000e\000c\000t\000l\000y) +(\376\377\000S\000T\000M\0008\000\040\000I\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000S\000e\000r\000v\000i\000c\000e\000\040\000R\000o\000u\000t\000i\000n\000e\000s) endobj 489 0 obj -<< /S /GoTo /D (subsection.3.9.3) >> +<< /S /GoTo /D (section.3.9) >> endobj 492 0 obj -(\376\377\000S\000e\000m\000a\000p\000h\000o\000r\000e\000\040\000l\000o\000c\000k\000i\000n\000g\000\040\000\050\000m\000c\000s\0005\0001\000/\000d\000s\0003\0009\0000\000\051) +(\376\377\000E\000n\000a\000b\000l\000i\000n\000g\000\040\000a\000n\000d\000\040\000D\000i\000s\000a\000b\000l\000i\000n\000g\000\040\000I\000n\000t\000e\000r\000r\000u\000p\000t\000s) endobj 493 0 obj -<< /S /GoTo /D (section.3.10) >> +<< /S /GoTo /D (subsection.3.9.1) >> endobj 496 0 obj -(\376\377\000F\000u\000n\000c\000t\000i\000o\000n\000s\000\040\000u\000s\000i\000n\000g\000\040\000p\000r\000i\000v\000a\000t\000e\000\040\000r\000e\000g\000i\000s\000t\000e\000r\000\040\000b\000a\000n\000k\000s\000\040\000\050\000m\000c\000s\0005\0001\000/\000d\000s\0003\0009\0000\000\051) +(\376\377\000C\000r\000i\000t\000i\000c\000a\000l\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s\000\040\000a\000n\000d\000\040\000C\000r\000i\000t\000i\000c\000a\000l\000\040\000S\000t\000a\000t\000e\000m\000e\000n\000t\000s) endobj 497 0 obj -<< /S /GoTo /D (section.3.11) >> +<< /S /GoTo /D (subsection.3.9.2) >> endobj 500 0 obj -(\376\377\000I\000n\000l\000i\000n\000e\000\040\000A\000s\000s\000e\000m\000b\000l\000e\000r\000\040\000C\000o\000d\000e) +(\376\377\000E\000n\000a\000b\000l\000i\000n\000g\000\040\000a\000n\000d\000\040\000D\000i\000s\000a\000b\000l\000i\000n\000g\000\040\000I\000n\000t\000e\000r\000r\000u\000p\000t\000s\000\040\000d\000i\000r\000e\000c\000t\000l\000y) endobj 501 0 obj -<< /S /GoTo /D (subsection.3.11.1) >> +<< /S /GoTo /D (subsection.3.9.3) >> endobj 504 0 obj -(\376\377\000I\000n\000l\000i\000n\000e\000\040\000A\000s\000s\000e\000m\000b\000l\000e\000r\000\040\000C\000o\000d\000e\000\040\000F\000o\000r\000m\000a\000t\000s) +(\376\377\000S\000e\000m\000a\000p\000h\000o\000r\000e\000\040\000l\000o\000c\000k\000i\000n\000g\000\040\000\050\000m\000c\000s\0005\0001\000/\000d\000s\0003\0009\0000\000\051) endobj 505 0 obj -<< /S /GoTo /D (subsubsection.3.11.1.1) >> +<< /S /GoTo /D (section.3.10) >> endobj 508 0 obj -(\376\377\000O\000l\000d\000\040\000\137\000\137\000a\000s\000m\000\040\000.\000.\000.\000\040\000\137\000\137\000e\000n\000d\000a\000s\000m\000;\000\040\000F\000o\000r\000m\000a\000t) +(\376\377\000F\000u\000n\000c\000t\000i\000o\000n\000s\000\040\000u\000s\000i\000n\000g\000\040\000p\000r\000i\000v\000a\000t\000e\000\040\000r\000e\000g\000i\000s\000t\000e\000r\000\040\000b\000a\000n\000k\000s\000\040\000\050\000m\000c\000s\0005\0001\000/\000d\000s\0003\0009\0000\000\051) endobj 509 0 obj -<< /S /GoTo /D (subsubsection.3.11.1.2) >> +<< /S /GoTo /D (section.3.11) >> endobj 512 0 obj -(\376\377\000N\000e\000w\000\040\000\137\000\137\000a\000s\000m\000\137\000\137\000\040\000\050\040\035\000i\000n\000l\000i\000n\000e\000\137\000a\000s\000s\000e\000m\000b\000l\000e\000r\000\137\000c\000o\000d\000e\040\035\000\051\000\040\000F\000o\000r\000m\000a\000t) +(\376\377\000I\000n\000l\000i\000n\000e\000\040\000A\000s\000s\000e\000m\000b\000l\000e\000r\000\040\000C\000o\000d\000e) endobj 513 0 obj -<< /S /GoTo /D (subsection.3.11.2) >> +<< /S /GoTo /D (subsection.3.11.1) >> endobj 516 0 obj -(\376\377\000A\000\040\000S\000t\000e\000p\000\040\000b\000y\000\040\000S\000t\000e\000p\000\040\000I\000n\000t\000r\000o\000d\000u\000c\000t\000i\000o\000n) +(\376\377\000I\000n\000l\000i\000n\000e\000\040\000A\000s\000s\000e\000m\000b\000l\000e\000r\000\040\000C\000o\000d\000e\000\040\000F\000o\000r\000m\000a\000t\000s) endobj 517 0 obj -<< /S /GoTo /D (subsection.3.11.3) >> +<< /S /GoTo /D (subsubsection.3.11.1.1) >> endobj 520 0 obj -(\376\377\000N\000a\000k\000e\000d\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) +(\376\377\000O\000l\000d\000\040\000\137\000\137\000a\000s\000m\000\040\000.\000.\000.\000\040\000\137\000\137\000e\000n\000d\000a\000s\000m\000;\000\040\000F\000o\000r\000m\000a\000t) endobj 521 0 obj -<< /S /GoTo /D (subsection.3.11.4) >> +<< /S /GoTo /D (subsubsection.3.11.1.2) >> endobj 524 0 obj -(\376\377\000U\000s\000e\000\040\000o\000f\000\040\000L\000a\000b\000e\000l\000s\000\040\000w\000i\000t\000h\000i\000n\000\040\000I\000n\000l\000i\000n\000e\000\040\000A\000s\000s\000e\000m\000b\000l\000e\000r) +(\376\377\000N\000e\000w\000\040\000\137\000\137\000a\000s\000m\000\137\000\137\000\040\000\050\040\035\000i\000n\000l\000i\000n\000e\000\137\000a\000s\000s\000e\000m\000b\000l\000e\000r\000\137\000c\000o\000d\000e\040\035\000\051\000\040\000F\000o\000r\000m\000a\000t) endobj 525 0 obj -<< /S /GoTo /D (section.3.12) >> +<< /S /GoTo /D (subsection.3.11.2) >> endobj 528 0 obj -(\376\377\000S\000u\000p\000p\000o\000r\000t\000\040\000r\000o\000u\000t\000i\000n\000e\000s\000\040\000f\000o\000r\000\040\000i\000n\000t\000e\000g\000e\000r\000\040\000m\000u\000l\000t\000i\000p\000l\000i\000c\000a\000t\000i\000v\000e\000\040\000o\000p\000e\000r\000a\000t\000o\000r\000s) +(\376\377\000A\000\040\000S\000t\000e\000p\000\040\000b\000y\000\040\000S\000t\000e\000p\000\040\000I\000n\000t\000r\000o\000d\000u\000c\000t\000i\000o\000n) endobj 529 0 obj -<< /S /GoTo /D (section.3.13) >> +<< /S /GoTo /D (subsection.3.11.3) >> endobj 532 0 obj -(\376\377\000F\000l\000o\000a\000t\000i\000n\000g\000\040\000P\000o\000i\000n\000t\000\040\000S\000u\000p\000p\000o\000r\000t) +(\376\377\000N\000a\000k\000e\000d\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) endobj 533 0 obj -<< /S /GoTo /D (section.3.14) >> +<< /S /GoTo /D (subsection.3.11.4) >> endobj 536 0 obj -(\376\377\000L\000i\000b\000r\000a\000r\000y\000\040\000R\000o\000u\000t\000i\000n\000e\000s) +(\376\377\000U\000s\000e\000\040\000o\000f\000\040\000L\000a\000b\000e\000l\000s\000\040\000w\000i\000t\000h\000i\000n\000\040\000I\000n\000l\000i\000n\000e\000\040\000A\000s\000s\000e\000m\000b\000l\000e\000r) endobj 537 0 obj -<< /S /GoTo /D (subsection.3.14.1) >> +<< /S /GoTo /D (section.3.12) >> endobj 540 0 obj -(\376\377\000C\000o\000m\000p\000i\000l\000e\000r\000\040\000s\000u\000p\000p\000o\000r\000t\000\040\000r\000o\000u\000t\000i\000n\000e\000s\000\040\000\050\000\137\000g\000p\000t\000r\000g\000e\000t\000,\000\040\000\137\000m\000u\000l\000i\000n\000t\000\040\000e\000t\000c\000.\000\051) +(\376\377\000S\000u\000p\000p\000o\000r\000t\000\040\000r\000o\000u\000t\000i\000n\000e\000s\000\040\000f\000o\000r\000\040\000i\000n\000t\000e\000g\000e\000r\000\040\000m\000u\000l\000t\000i\000p\000l\000i\000c\000a\000t\000i\000v\000e\000\040\000o\000p\000e\000r\000a\000t\000o\000r\000s) endobj 541 0 obj -<< /S /GoTo /D (subsection.3.14.2) >> +<< /S /GoTo /D (section.3.13) >> endobj 544 0 obj -(\376\377\000S\000t\000d\000c\000l\000i\000b\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s\000\040\000\050\000p\000u\000t\000s\000,\000\040\000p\000r\000i\000n\000t\000f\000,\000\040\000s\000t\000r\000c\000a\000t\000\040\000e\000t\000c\000.\000\051) +(\376\377\000F\000l\000o\000a\000t\000i\000n\000g\000\040\000P\000o\000i\000n\000t\000\040\000S\000u\000p\000p\000o\000r\000t) endobj 545 0 obj -<< /S /GoTo /D (subsubsection.3.14.2.1) >> +<< /S /GoTo /D (section.3.14) >> endobj 548 0 obj -(\376\377\000<\000s\000t\000d\000i\000o\000.\000h\000>) +(\376\377\000L\000i\000b\000r\000a\000r\000y\000\040\000R\000o\000u\000t\000i\000n\000e\000s) endobj 549 0 obj -<< /S /GoTo /D (subsubsection.3.14.2.2) >> +<< /S /GoTo /D (subsection.3.14.1) >> endobj 552 0 obj -(\376\377\000<\000m\000a\000l\000l\000o\000c\000.\000h\000>) +(\376\377\000C\000o\000m\000p\000i\000l\000e\000r\000\040\000s\000u\000p\000p\000o\000r\000t\000\040\000r\000o\000u\000t\000i\000n\000e\000s\000\040\000\050\000\137\000g\000p\000t\000r\000g\000e\000t\000,\000\040\000\137\000m\000u\000l\000i\000n\000t\000\040\000e\000t\000c\000.\000\051) endobj 553 0 obj -<< /S /GoTo /D (subsection.3.14.3) >> +<< /S /GoTo /D (subsection.3.14.2) >> endobj 556 0 obj -(\376\377\000M\000a\000t\000h\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s\000\040\000\050\000s\000i\000n\000f\000,\000\040\000p\000o\000w\000f\000,\000\040\000s\000q\000r\000t\000f\000\040\000e\000t\000c\000.\000\051) +(\376\377\000S\000t\000d\000c\000l\000i\000b\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s\000\040\000\050\000p\000u\000t\000s\000,\000\040\000p\000r\000i\000n\000t\000f\000,\000\040\000s\000t\000r\000c\000a\000t\000\040\000e\000t\000c\000.\000\051) endobj 557 0 obj -<< /S /GoTo /D (subsubsection.3.14.3.1) >> +<< /S /GoTo /D (subsubsection.3.14.2.1) >> endobj 560 0 obj -(\376\377\000<\000m\000a\000t\000h\000.\000h\000>) +(\376\377\000<\000s\000t\000d\000i\000o\000.\000h\000>) endobj 561 0 obj -<< /S /GoTo /D (subsection.3.14.4) >> +<< /S /GoTo /D (subsubsection.3.14.2.2) >> endobj 564 0 obj -(\376\377\000O\000t\000h\000e\000r\000\040\000l\000i\000b\000r\000a\000r\000i\000e\000s) +(\376\377\000<\000m\000a\000l\000l\000o\000c\000.\000h\000>) endobj 565 0 obj -<< /S /GoTo /D (section.3.15) >> +<< /S /GoTo /D (subsection.3.14.3) >> endobj 568 0 obj -(\376\377\000M\000e\000m\000o\000r\000y\000\040\000M\000o\000d\000e\000l\000s) +(\376\377\000M\000a\000t\000h\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s\000\040\000\050\000s\000i\000n\000f\000,\000\040\000p\000o\000w\000f\000,\000\040\000s\000q\000r\000t\000f\000\040\000e\000t\000c\000.\000\051) endobj 569 0 obj -<< /S /GoTo /D (subsection.3.15.1) >> +<< /S /GoTo /D (subsubsection.3.14.3.1) >> endobj 572 0 obj -(\376\377\000M\000C\000S\0005\0001\000\040\000M\000e\000m\000o\000r\000y\000\040\000M\000o\000d\000e\000l\000s) +(\376\377\000<\000m\000a\000t\000h\000.\000h\000>) endobj 573 0 obj -<< /S /GoTo /D (subsubsection.3.15.1.1) >> +<< /S /GoTo /D (subsection.3.14.4) >> endobj 576 0 obj -(\376\377\000S\000m\000a\000l\000l\000,\000\040\000M\000e\000d\000i\000u\000m\000,\000\040\000L\000a\000r\000g\000e\000\040\000a\000n\000d\000\040\000H\000u\000g\000e) +(\376\377\000O\000t\000h\000e\000r\000\040\000l\000i\000b\000r\000a\000r\000i\000e\000s) endobj 577 0 obj -<< /S /GoTo /D (subsubsection.3.15.1.2) >> +<< /S /GoTo /D (section.3.15) >> endobj 580 0 obj -(\376\377\000E\000x\000t\000e\000r\000n\000a\000l\000\040\000S\000t\000a\000c\000k) +(\376\377\000M\000e\000m\000o\000r\000y\000\040\000M\000o\000d\000e\000l\000s) endobj 581 0 obj -<< /S /GoTo /D (subsection.3.15.2) >> +<< /S /GoTo /D (subsection.3.15.1) >> endobj 584 0 obj -(\376\377\000D\000S\0003\0009\0000\000\040\000M\000e\000m\000o\000r\000y\000\040\000M\000o\000d\000e\000l) +(\376\377\000M\000C\000S\0005\0001\000\040\000M\000e\000m\000o\000r\000y\000\040\000M\000o\000d\000e\000l\000s) endobj 585 0 obj -<< /S /GoTo /D (subsection.3.15.3) >> +<< /S /GoTo /D (subsubsection.3.15.1.1) >> endobj 588 0 obj -(\376\377\000S\000T\000M\0008\000\040\000M\000e\000m\000o\000r\000y\000\040\000M\000o\000d\000e\000l\000s) +(\376\377\000S\000m\000a\000l\000l\000,\000\040\000M\000e\000d\000i\000u\000m\000,\000\040\000L\000a\000r\000g\000e\000\040\000a\000n\000d\000\040\000H\000u\000g\000e) endobj 589 0 obj -<< /S /GoTo /D (section.3.16) >> +<< /S /GoTo /D (subsubsection.3.15.1.2) >> endobj 592 0 obj -(\376\377\000P\000r\000a\000g\000m\000a\000s) +(\376\377\000E\000x\000t\000e\000r\000n\000a\000l\000\040\000S\000t\000a\000c\000k) endobj 593 0 obj -<< /S /GoTo /D (section.3.17) >> +<< /S /GoTo /D (subsection.3.15.2) >> endobj 596 0 obj -(\376\377\000D\000e\000f\000i\000n\000e\000s\000\040\000C\000r\000e\000a\000t\000e\000d\000\040\000b\000y\000\040\000t\000h\000e\000\040\000C\000o\000m\000p\000i\000l\000e\000r) +(\376\377\000D\000S\0003\0009\0000\000\040\000M\000e\000m\000o\000r\000y\000\040\000M\000o\000d\000e\000l) endobj 597 0 obj -<< /S /GoTo /D (chapter.4) >> +<< /S /GoTo /D (subsection.3.15.3) >> endobj 600 0 obj -(\376\377\000N\000o\000t\000e\000s\000\040\000o\000n\000\040\000s\000u\000p\000p\000o\000r\000t\000e\000d\000\040\000P\000r\000o\000c\000e\000s\000s\000o\000r\000s) +(\376\377\000S\000T\000M\0008\000\040\000M\000e\000m\000o\000r\000y\000\040\000M\000o\000d\000e\000l\000s) endobj 601 0 obj -<< /S /GoTo /D (section.4.1) >> +<< /S /GoTo /D (section.3.16) >> endobj 604 0 obj -(\376\377\000M\000C\000S\0005\0001\000\040\000v\000a\000r\000i\000a\000n\000t\000s) +(\376\377\000P\000r\000a\000g\000m\000a\000s) endobj 605 0 obj -<< /S /GoTo /D (subsection.4.1.1) >> +<< /S /GoTo /D (section.3.17) >> endobj 608 0 obj -(\376\377\000p\000d\000a\000t\000a\000\040\000a\000c\000c\000e\000s\000s\000\040\000b\000y\000\040\000S\000F\000R) +(\376\377\000D\000e\000f\000i\000n\000e\000s\000\040\000C\000r\000e\000a\000t\000e\000d\000\040\000b\000y\000\040\000t\000h\000e\000\040\000C\000o\000m\000p\000i\000l\000e\000r) endobj 609 0 obj -<< /S /GoTo /D (subsection.4.1.2) >> +<< /S /GoTo /D (chapter.4) >> endobj 612 0 obj -(\376\377\000O\000t\000h\000e\000r\000\040\000F\000e\000a\000t\000u\000r\000e\000s\000\040\000a\000v\000a\000i\000l\000a\000b\000l\000e\000\040\000b\000y\000\040\000S\000F\000R) +(\376\377\000N\000o\000t\000e\000s\000\040\000o\000n\000\040\000s\000u\000p\000p\000o\000r\000t\000e\000d\000\040\000P\000r\000o\000c\000e\000s\000s\000o\000r\000s) endobj 613 0 obj -<< /S /GoTo /D (subsection.4.1.3) >> +<< /S /GoTo /D (section.4.1) >> endobj 616 0 obj -(\376\377\000B\000a\000n\000k\000s\000w\000i\000t\000c\000h\000i\000n\000g) +(\376\377\000M\000C\000S\0005\0001\000\040\000v\000a\000r\000i\000a\000n\000t\000s) endobj 617 0 obj -<< /S /GoTo /D (subsubsection.4.1.3.1) >> +<< /S /GoTo /D (subsection.4.1.1) >> endobj 620 0 obj -(\376\377\000H\000a\000r\000d\000w\000a\000r\000e) +(\376\377\000p\000d\000a\000t\000a\000\040\000a\000c\000c\000e\000s\000s\000\040\000b\000y\000\040\000S\000F\000R) endobj 621 0 obj -<< /S /GoTo /D (subsubsection.4.1.3.2) >> +<< /S /GoTo /D (subsection.4.1.2) >> endobj 624 0 obj -(\376\377\000S\000o\000f\000t\000w\000a\000r\000e) +(\376\377\000O\000t\000h\000e\000r\000\040\000F\000e\000a\000t\000u\000r\000e\000s\000\040\000a\000v\000a\000i\000l\000a\000b\000l\000e\000\040\000b\000y\000\040\000S\000F\000R) endobj 625 0 obj -<< /S /GoTo /D (subsection.4.1.4) >> +<< /S /GoTo /D (subsection.4.1.3) >> endobj 628 0 obj -(\376\377\000M\000C\000S\0005\0001\000/\000D\000S\0003\0009\0000\000\040\000S\000t\000a\000r\000t\000u\000p\000\040\000C\000o\000d\000e) +(\376\377\000B\000a\000n\000k\000s\000w\000i\000t\000c\000h\000i\000n\000g) endobj 629 0 obj -<< /S /GoTo /D (subsection.4.1.5) >> +<< /S /GoTo /D (subsubsection.4.1.3.1) >> endobj 632 0 obj -(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000i\000n\000g\000\040\000w\000i\000t\000h\000\040\000A\000s\000s\000e\000m\000b\000l\000e\000r\000\040\000C\000o\000d\000e) +(\376\377\000H\000a\000r\000d\000w\000a\000r\000e) endobj 633 0 obj -<< /S /GoTo /D (subsubsection.4.1.5.1) >> +<< /S /GoTo /D (subsubsection.4.1.3.2) >> endobj 636 0 obj -(\376\377\000G\000l\000o\000b\000a\000l\000\040\000R\000e\000g\000i\000s\000t\000e\000r\000s\000\040\000u\000s\000e\000d\000\040\000f\000o\000r\000\040\000P\000a\000r\000a\000m\000e\000t\000e\000r\000\040\000P\000a\000s\000s\000i\000n\000g) +(\376\377\000S\000o\000f\000t\000w\000a\000r\000e) endobj 637 0 obj -<< /S /GoTo /D (subsubsection.4.1.5.2) >> +<< /S /GoTo /D (subsection.4.1.4) >> endobj 640 0 obj -(\376\377\000R\000e\000g\000i\000s\000t\000e\000r\000\040\000u\000s\000a\000g\000e) +(\376\377\000M\000C\000S\0005\0001\000/\000D\000S\0003\0009\0000\000\040\000S\000t\000a\000r\000t\000u\000p\000\040\000C\000o\000d\000e) endobj 641 0 obj -<< /S /GoTo /D (subsubsection.4.1.5.3) >> +<< /S /GoTo /D (subsection.4.1.5) >> endobj 644 0 obj -(\376\377\000A\000s\000s\000e\000m\000b\000l\000e\000r\000\040\000R\000o\000u\000t\000i\000n\000e\000\040\000\050\000n\000o\000n\000-\000r\000e\000e\000n\000t\000r\000a\000n\000t\000\051) +(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000i\000n\000g\000\040\000w\000i\000t\000h\000\040\000A\000s\000s\000e\000m\000b\000l\000e\000r\000\040\000C\000o\000d\000e) endobj 645 0 obj -<< /S /GoTo /D (subsubsection.4.1.5.4) >> +<< /S /GoTo /D (subsubsection.4.1.5.1) >> endobj 648 0 obj -(\376\377\000A\000s\000s\000e\000m\000b\000l\000e\000r\000\040\000R\000o\000u\000t\000i\000n\000e\000\040\000\050\000r\000e\000e\000n\000t\000r\000a\000n\000t\000\051) +(\376\377\000G\000l\000o\000b\000a\000l\000\040\000R\000e\000g\000i\000s\000t\000e\000r\000s\000\040\000u\000s\000e\000d\000\040\000f\000o\000r\000\040\000P\000a\000r\000a\000m\000e\000t\000e\000r\000\040\000P\000a\000s\000s\000i\000n\000g) endobj 649 0 obj -<< /S /GoTo /D (section.4.2) >> +<< /S /GoTo /D (subsubsection.4.1.5.2) >> endobj 652 0 obj -(\376\377\000D\000S\0004\0000\0000\000\040\000p\000o\000r\000t) +(\376\377\000R\000e\000g\000i\000s\000t\000e\000r\000\040\000u\000s\000a\000g\000e) endobj 653 0 obj -<< /S /GoTo /D (section.4.3) >> +<< /S /GoTo /D (subsubsection.4.1.5.3) >> endobj 656 0 obj -(\376\377\000T\000h\000e\000\040\000Z\0008\0000\000,\000\040\000Z\0001\0008\0000\000,\000\040\000R\000a\000b\000b\000i\000t\000\040\0002\0000\0000\0000\000,\000\040\000R\000a\000b\000b\000i\000t\000\040\0002\0000\0000\0000\000A\000,\000\040\000R\000a\000b\000b\000i\000t\000\040\0003\0000\0000\0000\000A\000,\000\040\000S\000M\0008\0003\000\040\000\050\000G\000a\000m\000e\000B\000o\000y\000\051\000,\000\040\000e\000Z\0008\0000\000\040\000a\000n\000d\000\040\000T\000L\000C\000S\000-\0009\0000\000\040\000p\000o\000r\000t\000s) +(\376\377\000A\000s\000s\000e\000m\000b\000l\000e\000r\000\040\000R\000o\000u\000t\000i\000n\000e\000\040\000\050\000n\000o\000n\000-\000r\000e\000e\000n\000t\000r\000a\000n\000t\000\051) endobj 657 0 obj -<< /S /GoTo /D (subsection.4.3.1) >> +<< /S /GoTo /D (subsubsection.4.1.5.4) >> endobj 660 0 obj -(\376\377\000S\000t\000a\000r\000t\000u\000p\000\040\000C\000o\000d\000e) +(\376\377\000A\000s\000s\000e\000m\000b\000l\000e\000r\000\040\000R\000o\000u\000t\000i\000n\000e\000\040\000\050\000r\000e\000e\000n\000t\000r\000a\000n\000t\000\051) endobj 661 0 obj -<< /S /GoTo /D (subsection.4.3.2) >> +<< /S /GoTo /D (section.4.2) >> endobj 664 0 obj -(\376\377\000R\000a\000b\000b\000i\000t\000\040\000p\000o\000r\000t\000s) +(\376\377\000D\000S\0004\0000\0000\000\040\000p\000o\000r\000t) endobj 665 0 obj -<< /S /GoTo /D (subsubsection.4.3.2.1) >> +<< /S /GoTo /D (section.4.3) >> endobj 668 0 obj -(\376\377\000R\000a\000b\000b\000i\000t\000\040\000w\000a\000i\000t\000\040\000s\000t\000a\000t\000e\000s) +(\376\377\000T\000h\000e\000\040\000Z\0008\0000\000,\000\040\000Z\0001\0008\0000\000,\000\040\000R\000a\000b\000b\000i\000t\000\040\0002\0000\0000\0000\000,\000\040\000R\000a\000b\000b\000i\000t\000\040\0002\0000\0000\0000\000A\000,\000\040\000R\000a\000b\000b\000i\000t\000\040\0003\0000\0000\0000\000A\000,\000\040\000S\000M\0008\0003\000\040\000\050\000G\000a\000m\000e\000B\000o\000y\000\051\000,\000\040\000e\000Z\0008\0000\000\040\000a\000n\000d\000\040\000T\000L\000C\000S\000-\0009\0000\000\040\000p\000o\000r\000t\000s) endobj 669 0 obj -<< /S /GoTo /D (subsection.4.3.3) >> +<< /S /GoTo /D (subsection.4.3.1) >> endobj 672 0 obj -(\376\377\000Z\0008\0000\000,\000\040\000Z\0001\0008\0000\000\040\000a\000n\000d\000\040\000Z\0008\0000\000N\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n\000s) +(\376\377\000S\000t\000a\000r\000t\000u\000p\000\040\000C\000o\000d\000e) endobj 673 0 obj -<< /S /GoTo /D (subsubsection.4.3.3.1) >> +<< /S /GoTo /D (subsection.4.3.2) >> endobj 676 0 obj -(\376\377\000Z\0008\0000\000\040\000S\000D\000C\000C\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n\000,\000\040\000v\000e\000r\000s\000i\000o\000n\000\040\0001) +(\376\377\000R\000a\000b\000b\000i\000t\000\040\000p\000o\000r\000t\000s) endobj 677 0 obj -<< /S /GoTo /D (subsubsection.4.3.3.2) >> +<< /S /GoTo /D (subsubsection.4.3.2.1) >> endobj 680 0 obj -(\376\377\000Z\0008\0000\000\040\000S\000D\000C\000C\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n\000,\000\040\000v\000e\000r\000s\000i\000o\000n\000\040\0000) +(\376\377\000R\000a\000b\000b\000i\000t\000\040\000w\000a\000i\000t\000\040\000s\000t\000a\000t\000e\000s) endobj 681 0 obj -<< /S /GoTo /D (subsection.4.3.4) >> +<< /S /GoTo /D (subsection.4.3.3) >> endobj 684 0 obj -(\376\377\000R\000a\000b\000b\000i\000t\000\040\0002\0000\0000\0000\000,\000\040\000R\000a\000b\000b\000i\000t\000\040\0002\0000\0000\0000\000A\000,\000\040\000R\000a\000b\000b\000i\000t\000\040\0003\0000\0000\0000\000A\000,\000\040\000e\000Z\0008\0000\000\040\000a\000n\000d\000\040\000T\000L\000C\000S\000-\0009\0000\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n\000s) +(\376\377\000Z\0008\0000\000,\000\040\000Z\0001\0008\0000\000\040\000a\000n\000d\000\040\000Z\0008\0000\000N\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n\000s) endobj 685 0 obj -<< /S /GoTo /D (subsubsection.4.3.4.1) >> +<< /S /GoTo /D (subsubsection.4.3.3.1) >> endobj 688 0 obj -(\376\377\000R\000a\000b\000b\000i\000t\000\040\000S\000D\000C\000C\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n\000,\000\040\000v\000e\000r\000s\000i\000o\000n\000\040\0001) +(\376\377\000Z\0008\0000\000\040\000S\000D\000C\000C\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n\000,\000\040\000v\000e\000r\000s\000i\000o\000n\000\040\0001) endobj 689 0 obj -<< /S /GoTo /D (subsection.4.3.5) >> +<< /S /GoTo /D (subsubsection.4.3.3.2) >> endobj 692 0 obj -(\376\377\000S\000M\0008\0003\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n\000s) +(\376\377\000Z\0008\0000\000\040\000S\000D\000C\000C\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n\000,\000\040\000v\000e\000r\000s\000i\000o\000n\000\040\0000) endobj 693 0 obj -<< /S /GoTo /D (subsubsection.4.3.5.1) >> +<< /S /GoTo /D (subsection.4.3.4) >> endobj 696 0 obj -(\376\377\000S\000M\0008\0003\000\040\000S\000D\000C\000C\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n\000,\000\040\000v\000e\000r\000s\000i\000o\000n\000\040\0001) +(\376\377\000R\000a\000b\000b\000i\000t\000\040\0002\0000\0000\0000\000,\000\040\000R\000a\000b\000b\000i\000t\000\040\0002\0000\0000\0000\000A\000,\000\040\000R\000a\000b\000b\000i\000t\000\040\0003\0000\0000\0000\000A\000,\000\040\000e\000Z\0008\0000\000\040\000a\000n\000d\000\040\000T\000L\000C\000S\000-\0009\0000\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n\000s) endobj 697 0 obj -<< /S /GoTo /D (subsubsection.4.3.5.2) >> +<< /S /GoTo /D (subsubsection.4.3.4.1) >> endobj 700 0 obj -(\376\377\000S\000M\0008\0003\000\040\000S\000D\000C\000C\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n\000,\000\040\000v\000e\000r\000s\000i\000o\000n\000\040\0000) +(\376\377\000R\000a\000b\000b\000i\000t\000\040\000S\000D\000C\000C\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n\000,\000\040\000v\000e\000r\000s\000i\000o\000n\000\040\0001) endobj 701 0 obj -<< /S /GoTo /D (subsection.4.3.6) >> +<< /S /GoTo /D (subsection.4.3.5) >> endobj 704 0 obj -(\376\377\000S\000m\000a\000l\000l\000-\000C\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n) +(\376\377\000S\000M\0008\0003\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n\000s) endobj 705 0 obj -<< /S /GoTo /D (subsection.4.3.7) >> +<< /S /GoTo /D (subsubsection.4.3.5.1) >> endobj 708 0 obj -(\376\377\000C\000o\000m\000p\000l\000e\000x\000\040\000i\000n\000s\000t\000r\000u\000c\000t\000i\000o\000n\000s) +(\376\377\000S\000M\0008\0003\000\040\000S\000D\000C\000C\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n\000,\000\040\000v\000e\000r\000s\000i\000o\000n\000\040\0001) endobj 709 0 obj -<< /S /GoTo /D (subsection.4.3.8) >> +<< /S /GoTo /D (subsubsection.4.3.5.2) >> endobj 712 0 obj -(\376\377\000U\000n\000s\000a\000f\000e\000\040\000r\000e\000a\000d\000s) +(\376\377\000S\000M\0008\0003\000\040\000S\000D\000C\000C\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n\000,\000\040\000v\000e\000r\000s\000i\000o\000n\000\040\0000) endobj 713 0 obj -<< /S /GoTo /D (subsection.4.3.9) >> +<< /S /GoTo /D (subsection.4.3.6) >> endobj 716 0 obj -(\376\377\000Z\0008\0000\000\040\000b\000a\000n\000k\000e\000d\000\040\000c\000a\000l\000l\000s) +(\376\377\000S\000m\000a\000l\000l\000-\000C\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n) endobj 717 0 obj -<< /S /GoTo /D (section.4.4) >> +<< /S /GoTo /D (subsection.4.3.7) >> endobj 720 0 obj -(\376\377\000T\000h\000e\000\040\000H\000C\0000\0008\000\040\000a\000n\000d\000\040\000S\0000\0008\000\040\000p\000o\000r\000t\000s) +(\376\377\000C\000o\000m\000p\000l\000e\000x\000\040\000i\000n\000s\000t\000r\000u\000c\000t\000i\000o\000n\000s) endobj 721 0 obj -<< /S /GoTo /D (subsection.4.4.1) >> +<< /S /GoTo /D (subsection.4.3.8) >> endobj 724 0 obj -(\376\377\000S\000t\000a\000r\000t\000u\000p\000\040\000C\000o\000d\000e) +(\376\377\000U\000n\000s\000a\000f\000e\000\040\000r\000e\000a\000d\000s) endobj 725 0 obj -<< /S /GoTo /D (section.4.5) >> +<< /S /GoTo /D (subsection.4.3.9) >> endobj 728 0 obj -(\376\377\000T\000h\000e\000\040\000S\000T\000M\0008\000\040\000p\000o\000r\000t) +(\376\377\000Z\0008\0000\000\040\000b\000a\000n\000k\000e\000d\000\040\000c\000a\000l\000l\000s) endobj 729 0 obj -<< /S /GoTo /D (subsection.4.5.1) >> +<< /S /GoTo /D (section.4.4) >> endobj 732 0 obj -(\376\377\000C\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n\000s) +(\376\377\000T\000h\000e\000\040\000H\000C\0000\0008\000\040\000a\000n\000d\000\040\000S\0000\0008\000\040\000p\000o\000r\000t\000s) endobj 733 0 obj -<< /S /GoTo /D (subsubsection.4.5.1.1) >> +<< /S /GoTo /D (subsection.4.4.1) >> endobj 736 0 obj -(\376\377\000S\000D\000C\000C\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n\000,\000\040\000v\000e\000r\000s\000i\000o\000n\000\040\0001) +(\376\377\000S\000t\000a\000r\000t\000u\000p\000\040\000C\000o\000d\000e) endobj 737 0 obj -<< /S /GoTo /D (subsubsection.4.5.1.2) >> +<< /S /GoTo /D (section.4.5) >> endobj 740 0 obj -(\376\377\000S\000D\000C\000C\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n\000,\000\040\000v\000e\000r\000s\000i\000o\000n\000\040\0000) +(\376\377\000T\000h\000e\000\040\000S\000T\000M\0008\000\040\000p\000o\000r\000t) endobj 741 0 obj -<< /S /GoTo /D (subsubsection.4.5.1.3) >> +<< /S /GoTo /D (subsection.4.5.1) >> endobj 744 0 obj -(\376\377\000R\000a\000i\000s\000o\000n\000a\000n\000c\000e\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n) +(\376\377\000C\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n\000s) endobj 745 0 obj -<< /S /GoTo /D (subsubsection.4.5.1.4) >> +<< /S /GoTo /D (subsubsection.4.5.1.1) >> endobj 748 0 obj -(\376\377\000I\000A\000R\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n) +(\376\377\000S\000D\000C\000C\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n\000,\000\040\000v\000e\000r\000s\000i\000o\000n\000\040\0001) endobj 749 0 obj -<< /S /GoTo /D (subsubsection.4.5.1.5) >> +<< /S /GoTo /D (subsubsection.4.5.1.2) >> endobj 752 0 obj -(\376\377\000C\000o\000s\000m\000i\000c\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n) +(\376\377\000S\000D\000C\000C\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n\000,\000\040\000v\000e\000r\000s\000i\000o\000n\000\040\0000) endobj 753 0 obj -<< /S /GoTo /D (section.4.6) >> +<< /S /GoTo /D (subsubsection.4.5.1.3) >> endobj 756 0 obj -(\376\377\000T\000h\000e\000\040\000P\000I\000C\0001\0004\000\040\000p\000o\000r\000t) +(\376\377\000R\000a\000i\000s\000o\000n\000a\000n\000c\000e\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n) endobj 757 0 obj -<< /S /GoTo /D (subsection.4.6.1) >> +<< /S /GoTo /D (subsubsection.4.5.1.4) >> endobj 760 0 obj -(\376\377\000P\000I\000C\000\040\000C\000o\000d\000e\000\040\000P\000a\000g\000e\000s\000\040\000a\000n\000d\000\040\000M\000e\000m\000o\000r\000y\000\040\000B\000a\000n\000k\000s) +(\376\377\000I\000A\000R\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n) endobj 761 0 obj -<< /S /GoTo /D (subsection.4.6.2) >> +<< /S /GoTo /D (subsubsection.4.5.1.5) >> endobj 764 0 obj -(\376\377\000A\000d\000d\000i\000n\000g\000\040\000N\000e\000w\000\040\000D\000e\000v\000i\000c\000e\000s\000\040\000t\000o\000\040\000t\000h\000e\000\040\000P\000o\000r\000t\000\040) +(\376\377\000C\000o\000s\000m\000i\000c\000\040\000c\000a\000l\000l\000i\000n\000g\000\040\000c\000o\000n\000v\000e\000n\000t\000i\000o\000n) endobj 765 0 obj -<< /S /GoTo /D (subsection.4.6.3) >> +<< /S /GoTo /D (section.4.6) >> endobj 768 0 obj -(\376\377\000I\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000C\000o\000d\000e) +(\376\377\000T\000h\000e\000\040\000P\000I\000C\0001\0004\000\040\000p\000o\000r\000t) endobj 769 0 obj -<< /S /GoTo /D (subsection.4.6.4) >> +<< /S /GoTo /D (subsection.4.6.1) >> endobj 772 0 obj -(\376\377\000C\000o\000n\000f\000i\000g\000u\000r\000a\000t\000i\000o\000n\000\040\000B\000i\000t\000s) +(\376\377\000P\000I\000C\000\040\000C\000o\000d\000e\000\040\000P\000a\000g\000e\000s\000\040\000a\000n\000d\000\040\000M\000e\000m\000o\000r\000y\000\040\000B\000a\000n\000k\000s) endobj 773 0 obj -<< /S /GoTo /D (subsection.4.6.5) >> +<< /S /GoTo /D (subsection.4.6.2) >> endobj 776 0 obj -(\376\377\000L\000i\000n\000k\000i\000n\000g\000\040\000a\000n\000d\000\040\000A\000s\000s\000e\000m\000b\000l\000i\000n\000g) +(\376\377\000A\000d\000d\000i\000n\000g\000\040\000N\000e\000w\000\040\000D\000e\000v\000i\000c\000e\000s\000\040\000t\000o\000\040\000t\000h\000e\000\040\000P\000o\000r\000t\000\040) endobj 777 0 obj -<< /S /GoTo /D (subsection.4.6.6) >> +<< /S /GoTo /D (subsection.4.6.3) >> endobj 780 0 obj -(\376\377\000C\000o\000m\000m\000a\000n\000d\000-\000L\000i\000n\000e\000\040\000O\000p\000t\000i\000o\000n\000s) +(\376\377\000I\000n\000t\000e\000r\000r\000u\000p\000t\000\040\000C\000o\000d\000e) endobj 781 0 obj -<< /S /GoTo /D (subsection.4.6.7) >> +<< /S /GoTo /D (subsection.4.6.4) >> endobj 784 0 obj -(\376\377\000E\000n\000v\000i\000r\000o\000n\000m\000e\000n\000t\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000s) +(\376\377\000C\000o\000n\000f\000i\000g\000u\000r\000a\000t\000i\000o\000n\000\040\000B\000i\000t\000s) endobj 785 0 obj -<< /S /GoTo /D (subsection.4.6.8) >> +<< /S /GoTo /D (subsection.4.6.5) >> endobj 788 0 obj -(\376\377\000T\000h\000e\000\040\000L\000i\000b\000r\000a\000r\000y) +(\376\377\000L\000i\000n\000k\000i\000n\000g\000\040\000a\000n\000d\000\040\000A\000s\000s\000e\000m\000b\000l\000i\000n\000g) endobj 789 0 obj -<< /S /GoTo /D (subsubsection.4.6.8.1) >> +<< /S /GoTo /D (subsection.4.6.6) >> endobj 792 0 obj -(\376\377\000E\000n\000h\000a\000n\000c\000e\000d\000\040\000c\000o\000r\000e\000s) +(\376\377\000C\000o\000m\000m\000a\000n\000d\000-\000L\000i\000n\000e\000\040\000O\000p\000t\000i\000o\000n\000s) endobj 793 0 obj -<< /S /GoTo /D (subsubsection.4.6.8.2) >> +<< /S /GoTo /D (subsection.4.6.7) >> endobj 796 0 obj -(\376\377\000A\000c\000c\000e\000s\000s\000i\000n\000g\000\040\000b\000i\000t\000s\000\040\000o\000f\000\040\000s\000p\000e\000c\000i\000a\000l\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000\040\000r\000e\000g\000i\000s\000t\000e\000r\000s) +(\376\377\000E\000n\000v\000i\000r\000o\000n\000m\000e\000n\000t\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000s) endobj 797 0 obj -<< /S /GoTo /D (subsubsection.4.6.8.3) >> +<< /S /GoTo /D (subsection.4.6.8) >> endobj 800 0 obj -(\376\377\000N\000a\000m\000i\000n\000g\000\040\000o\000f\000\040\000s\000p\000e\000c\000i\000a\000l\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000\040\000r\000e\000g\000i\000s\000t\000e\000r\000s) +(\376\377\000T\000h\000e\000\040\000L\000i\000b\000r\000a\000r\000y) endobj 801 0 obj -<< /S /GoTo /D (subsubsection.4.6.8.4) >> +<< /S /GoTo /D (subsubsection.4.6.8.1) >> endobj 804 0 obj -(\376\377\000e\000r\000r\000o\000r\000:\000\040\000m\000i\000s\000s\000i\000n\000g\000\040\000d\000e\000f\000i\000n\000i\000t\000i\000o\000n\000\040\000f\000o\000r\000\040\000s\000y\000m\000b\000o\000l\000\040\000`\000`\000\137\000\137\000g\000p\000t\000r\000g\000e\000t\0001\000'\000') +(\376\377\000E\000n\000h\000a\000n\000c\000e\000d\000\040\000c\000o\000r\000e\000s) endobj 805 0 obj -<< /S /GoTo /D (subsubsection.4.6.8.5) >> +<< /S /GoTo /D (subsubsection.4.6.8.2) >> endobj 808 0 obj -(\376\377\000P\000r\000o\000c\000e\000s\000s\000o\000r\000\040\000m\000i\000s\000m\000a\000t\000c\000h\000\040\000i\000n\000\040\000f\000i\000l\000e\000\040\000`\000`\000X\000X\000X\000'\000'\000.) +(\376\377\000A\000c\000c\000e\000s\000s\000i\000n\000g\000\040\000b\000i\000t\000s\000\040\000o\000f\000\040\000s\000p\000e\000c\000i\000a\000l\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000\040\000r\000e\000g\000i\000s\000t\000e\000r\000s) endobj 809 0 obj -<< /S /GoTo /D (subsection.4.6.9) >> +<< /S /GoTo /D (subsubsection.4.6.8.3) >> endobj 812 0 obj -(\376\377\000K\000n\000o\000w\000n\000\040\000B\000u\000g\000s) +(\376\377\000N\000a\000m\000i\000n\000g\000\040\000o\000f\000\040\000s\000p\000e\000c\000i\000a\000l\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000\040\000r\000e\000g\000i\000s\000t\000e\000r\000s) endobj 813 0 obj -<< /S /GoTo /D (subsubsection.4.6.9.1) >> +<< /S /GoTo /D (subsubsection.4.6.8.4) >> endobj 816 0 obj -(\376\377\000F\000u\000n\000c\000t\000i\000o\000n\000\040\000a\000r\000g\000u\000m\000e\000n\000t\000s) +(\376\377\000e\000r\000r\000o\000r\000:\000\040\000m\000i\000s\000s\000i\000n\000g\000\040\000d\000e\000f\000i\000n\000i\000t\000i\000o\000n\000\040\000f\000o\000r\000\040\000s\000y\000m\000b\000o\000l\000\040\000`\000`\000\137\000\137\000g\000p\000t\000r\000g\000e\000t\0001\000'\000') endobj 817 0 obj -<< /S /GoTo /D (subsubsection.4.6.9.2) >> +<< /S /GoTo /D (subsubsection.4.6.8.5) >> endobj 820 0 obj -(\376\377\000R\000e\000g\000r\000e\000s\000s\000i\000o\000n\000\040\000t\000e\000s\000t\000s\000\040\000f\000a\000i\000l) +(\376\377\000P\000r\000o\000c\000e\000s\000s\000o\000r\000\040\000m\000i\000s\000m\000a\000t\000c\000h\000\040\000i\000n\000\040\000f\000i\000l\000e\000\040\000`\000`\000X\000X\000X\000'\000'\000.) endobj 821 0 obj -<< /S /GoTo /D (section.4.7) >> +<< /S /GoTo /D (subsection.4.6.9) >> endobj 824 0 obj -(\376\377\000T\000h\000e\000\040\000P\000I\000C\0001\0006\000\040\000p\000o\000r\000t) +(\376\377\000K\000n\000o\000w\000n\000\040\000B\000u\000g\000s) endobj 825 0 obj -<< /S /GoTo /D (subsection.4.7.1) >> +<< /S /GoTo /D (subsubsection.4.6.9.1) >> endobj 828 0 obj -(\376\377\000G\000l\000o\000b\000a\000l\000\040\000O\000p\000t\000i\000o\000n\000s) +(\376\377\000F\000u\000n\000c\000t\000i\000o\000n\000\040\000a\000r\000g\000u\000m\000e\000n\000t\000s) endobj 829 0 obj -<< /S /GoTo /D (subsection.4.7.2) >> +<< /S /GoTo /D (subsubsection.4.6.9.2) >> endobj 832 0 obj -(\376\377\000P\000o\000r\000t\000\040\000S\000p\000e\000c\000i\000f\000i\000c\000\040\000O\000p\000t\000i\000o\000n\000s) +(\376\377\000R\000e\000g\000r\000e\000s\000s\000i\000o\000n\000\040\000t\000e\000s\000t\000s\000\040\000f\000a\000i\000l) endobj 833 0 obj -<< /S /GoTo /D (subsubsection.4.7.2.1) >> +<< /S /GoTo /D (section.4.7) >> endobj 836 0 obj -(\376\377\000C\000o\000d\000e\000\040\000G\000e\000n\000e\000r\000a\000t\000i\000o\000n\000\040\000O\000p\000t\000i\000o\000n\000s) +(\376\377\000T\000h\000e\000\040\000P\000I\000C\0001\0006\000\040\000p\000o\000r\000t) endobj 837 0 obj -<< /S /GoTo /D (subsubsection.4.7.2.2) >> +<< /S /GoTo /D (subsection.4.7.1) >> endobj 840 0 obj -(\376\377\000O\000p\000t\000i\000m\000i\000z\000a\000t\000i\000o\000n\000\040\000O\000p\000t\000i\000o\000n\000s) +(\376\377\000G\000l\000o\000b\000a\000l\000\040\000O\000p\000t\000i\000o\000n\000s) endobj 841 0 obj -<< /S /GoTo /D (subsubsection.4.7.2.3) >> +<< /S /GoTo /D (subsection.4.7.2) >> endobj 844 0 obj -(\376\377\000A\000s\000s\000e\000m\000b\000l\000i\000n\000g\000\040\000O\000p\000t\000i\000o\000n\000s) +(\376\377\000P\000o\000r\000t\000\040\000S\000p\000e\000c\000i\000f\000i\000c\000\040\000O\000p\000t\000i\000o\000n\000s) endobj 845 0 obj -<< /S /GoTo /D (subsubsection.4.7.2.4) >> +<< /S /GoTo /D (subsubsection.4.7.2.1) >> endobj 848 0 obj -(\376\377\000L\000i\000n\000k\000i\000n\000g\000\040\000O\000p\000t\000i\000o\000n\000s) +(\376\377\000C\000o\000d\000e\000\040\000G\000e\000n\000e\000r\000a\000t\000i\000o\000n\000\040\000O\000p\000t\000i\000o\000n\000s) endobj 849 0 obj -<< /S /GoTo /D (subsubsection.4.7.2.5) >> +<< /S /GoTo /D (subsubsection.4.7.2.2) >> endobj 852 0 obj -(\376\377\000D\000e\000b\000u\000g\000g\000i\000n\000g\000\040\000O\000p\000t\000i\000o\000n\000s) +(\376\377\000O\000p\000t\000i\000m\000i\000z\000a\000t\000i\000o\000n\000\040\000O\000p\000t\000i\000o\000n\000s) endobj 853 0 obj -<< /S /GoTo /D (subsection.4.7.3) >> +<< /S /GoTo /D (subsubsection.4.7.2.3) >> endobj 856 0 obj -(\376\377\000E\000n\000v\000i\000r\000o\000n\000m\000e\000n\000t\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000s) +(\376\377\000A\000s\000s\000e\000m\000b\000l\000i\000n\000g\000\040\000O\000p\000t\000i\000o\000n\000s) endobj 857 0 obj -<< /S /GoTo /D (subsection.4.7.4) >> +<< /S /GoTo /D (subsubsection.4.7.2.4) >> endobj 860 0 obj -(\376\377\000P\000r\000e\000p\000r\000o\000c\000e\000s\000s\000o\000r\000\040\000M\000a\000c\000r\000o\000s) +(\376\377\000L\000i\000n\000k\000i\000n\000g\000\040\000O\000p\000t\000i\000o\000n\000s) endobj 861 0 obj -<< /S /GoTo /D (subsection.4.7.5) >> +<< /S /GoTo /D (subsubsection.4.7.2.5) >> endobj 864 0 obj -(\376\377\000D\000i\000r\000e\000c\000t\000o\000r\000i\000e\000s) +(\376\377\000D\000e\000b\000u\000g\000g\000i\000n\000g\000\040\000O\000p\000t\000i\000o\000n\000s) endobj 865 0 obj -<< /S /GoTo /D (subsection.4.7.6) >> +<< /S /GoTo /D (subsection.4.7.3) >> endobj 868 0 obj -(\376\377\000P\000r\000a\000g\000m\000a\000s) +(\376\377\000E\000n\000v\000i\000r\000o\000n\000m\000e\000n\000t\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000s) endobj 869 0 obj -<< /S /GoTo /D (subsection.4.7.7) >> +<< /S /GoTo /D (subsection.4.7.4) >> endobj 872 0 obj -(\376\377\000H\000e\000a\000d\000e\000r\000\040\000F\000i\000l\000e\000s\000\040\000a\000n\000d\000\040\000L\000i\000b\000r\000a\000r\000i\000e\000s) +(\376\377\000P\000r\000e\000p\000r\000o\000c\000e\000s\000s\000o\000r\000\040\000M\000a\000c\000r\000o\000s) endobj 873 0 obj -<< /S /GoTo /D (subsection.4.7.8) >> +<< /S /GoTo /D (subsection.4.7.5) >> endobj 876 0 obj -(\376\377\000H\000e\000a\000d\000e\000r\000\040\000F\000i\000l\000e\000s) +(\376\377\000D\000i\000r\000e\000c\000t\000o\000r\000i\000e\000s) endobj 877 0 obj -<< /S /GoTo /D (subsection.4.7.9) >> +<< /S /GoTo /D (subsection.4.7.6) >> endobj 880 0 obj -(\376\377\000L\000i\000b\000r\000a\000r\000i\000e\000s) +(\376\377\000P\000r\000a\000g\000m\000a\000s) endobj 881 0 obj -<< /S /GoTo /D (subsection.4.7.10) >> +<< /S /GoTo /D (subsection.4.7.7) >> endobj 884 0 obj -(\376\377\000A\000d\000d\000i\000n\000g\000\040\000N\000e\000w\000\040\000D\000e\000v\000i\000c\000e\000s\000\040\000t\000o\000\040\000t\000h\000e\000\040\000P\000o\000r\000t) +(\376\377\000H\000e\000a\000d\000e\000r\000\040\000F\000i\000l\000e\000s\000\040\000a\000n\000d\000\040\000L\000i\000b\000r\000a\000r\000i\000e\000s) endobj 885 0 obj -<< /S /GoTo /D (subsection.4.7.11) >> +<< /S /GoTo /D (subsection.4.7.8) >> endobj 888 0 obj -(\376\377\000M\000e\000m\000o\000r\000y\000\040\000M\000o\000d\000e\000l\000s) +(\376\377\000H\000e\000a\000d\000e\000r\000\040\000F\000i\000l\000e\000s) endobj 889 0 obj -<< /S /GoTo /D (subsection.4.7.12) >> +<< /S /GoTo /D (subsection.4.7.9) >> endobj 892 0 obj -(\376\377\000S\000t\000a\000c\000k) +(\376\377\000L\000i\000b\000r\000a\000r\000i\000e\000s) endobj 893 0 obj -<< /S /GoTo /D (subsection.4.7.13) >> +<< /S /GoTo /D (subsection.4.7.10) >> endobj 896 0 obj -(\376\377\000F\000u\000n\000c\000t\000i\000o\000n\000s) +(\376\377\000A\000d\000d\000i\000n\000g\000\040\000N\000e\000w\000\040\000D\000e\000v\000i\000c\000e\000s\000\040\000t\000o\000\040\000t\000h\000e\000\040\000P\000o\000r\000t) endobj 897 0 obj -<< /S /GoTo /D (subsection.4.7.14) >> +<< /S /GoTo /D (subsection.4.7.11) >> endobj 900 0 obj -(\376\377\000F\000u\000n\000c\000t\000i\000o\000n\000\040\000r\000e\000t\000u\000r\000n\000\040\000v\000a\000l\000u\000e\000s) +(\376\377\000M\000e\000m\000o\000r\000y\000\040\000M\000o\000d\000e\000l\000s) endobj 901 0 obj -<< /S /GoTo /D (subsection.4.7.15) >> +<< /S /GoTo /D (subsection.4.7.12) >> endobj 904 0 obj -(\376\377\000I\000n\000t\000e\000r\000r\000u\000p\000t\000s) +(\376\377\000S\000t\000a\000c\000k) endobj 905 0 obj -<< /S /GoTo /D (subsection.4.7.16) >> +<< /S /GoTo /D (subsection.4.7.13) >> endobj 908 0 obj -(\376\377\000G\000e\000n\000e\000r\000i\000c\000\040\000P\000o\000i\000n\000t\000e\000r\000s) +(\376\377\000F\000u\000n\000c\000t\000i\000o\000n\000s) endobj 909 0 obj -<< /S /GoTo /D (subsection.4.7.17) >> +<< /S /GoTo /D (subsection.4.7.14) >> endobj 912 0 obj -(\376\377\000C\000o\000n\000f\000i\000g\000u\000r\000a\000t\000i\000o\000n\000\040\000B\000i\000t\000s) +(\376\377\000F\000u\000n\000c\000t\000i\000o\000n\000\040\000r\000e\000t\000u\000r\000n\000\040\000v\000a\000l\000u\000e\000s) endobj 913 0 obj -<< /S /GoTo /D (subsection.4.7.18) >> +<< /S /GoTo /D (subsection.4.7.15) >> endobj 916 0 obj -(\376\377\000P\000I\000C\0001\0006\000\040\000C\000\040\000L\000i\000b\000r\000a\000r\000i\000e\000s) +(\376\377\000I\000n\000t\000e\000r\000r\000u\000p\000t\000s) endobj 917 0 obj -<< /S /GoTo /D (subsubsection.4.7.18.1) >> +<< /S /GoTo /D (subsection.4.7.16) >> endobj 920 0 obj -(\376\377\000S\000t\000a\000n\000d\000a\000r\000d\000\040\000I\000/\000O\000\040\000S\000t\000r\000e\000a\000m\000s) +(\376\377\000G\000e\000n\000e\000r\000i\000c\000\040\000P\000o\000i\000n\000t\000e\000r\000s) endobj 921 0 obj -<< /S /GoTo /D (subsubsection.4.7.18.2) >> +<< /S /GoTo /D (subsection.4.7.17) >> endobj 924 0 obj -(\376\377\000P\000r\000i\000n\000t\000i\000n\000g\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s) +(\376\377\000C\000o\000n\000f\000i\000g\000u\000r\000a\000t\000i\000o\000n\000\040\000B\000i\000t\000s) endobj 925 0 obj -<< /S /GoTo /D (subsubsection.4.7.18.3) >> +<< /S /GoTo /D (subsection.4.7.18) >> endobj 928 0 obj -(\376\377\000S\000i\000g\000n\000a\000l\000s) +(\376\377\000P\000I\000C\0001\0006\000\040\000C\000\040\000L\000i\000b\000r\000a\000r\000i\000e\000s) endobj 929 0 obj -<< /S /GoTo /D (subsection.4.7.19) >> +<< /S /GoTo /D (subsubsection.4.7.18.1) >> endobj 932 0 obj -(\376\377\000P\000I\000C\0001\0006\000\040\000P\000o\000r\000t\000\040\040\023\000\040\000T\000i\000p\000s) +(\376\377\000S\000t\000a\000n\000d\000a\000r\000d\000\040\000I\000/\000O\000\040\000S\000t\000r\000e\000a\000m\000s) endobj 933 0 obj -<< /S /GoTo /D (subsubsection.4.7.19.1) >> +<< /S /GoTo /D (subsubsection.4.7.18.2) >> endobj 936 0 obj -(\376\377\000S\000t\000a\000c\000k\000\040\000s\000i\000z\000e) +(\376\377\000P\000r\000i\000n\000t\000i\000n\000g\000\040\000f\000u\000n\000c\000t\000i\000o\000n\000s) endobj 937 0 obj -<< /S /GoTo /D (subsection.4.7.20) >> +<< /S /GoTo /D (subsubsection.4.7.18.3) >> endobj 940 0 obj -(\376\377\000K\000n\000o\000w\000n\000\040\000B\000u\000g\000s) +(\376\377\000S\000i\000g\000n\000a\000l\000s) endobj 941 0 obj -<< /S /GoTo /D (subsubsection.4.7.20.1) >> +<< /S /GoTo /D (subsection.4.7.19) >> endobj 944 0 obj -(\376\377\000E\000x\000t\000e\000n\000d\000e\000d\000\040\000I\000n\000s\000t\000r\000u\000c\000t\000i\000o\000n\000\040\000S\000e\000t) +(\376\377\000P\000I\000C\0001\0006\000\040\000P\000o\000r\000t\000\040\040\023\000\040\000T\000i\000p\000s) endobj 945 0 obj -<< /S /GoTo /D (subsubsection.4.7.20.2) >> +<< /S /GoTo /D (subsubsection.4.7.19.1) >> endobj 948 0 obj -(\376\377\000R\000e\000g\000r\000e\000s\000s\000i\000o\000n\000\040\000T\000e\000s\000t\000s) +(\376\377\000S\000t\000a\000c\000k\000\040\000s\000i\000z\000e) endobj 949 0 obj -<< /S /GoTo /D (chapter.5) >> +<< /S /GoTo /D (subsection.4.7.20) >> endobj 952 0 obj -(\376\377\000D\000e\000b\000u\000g\000g\000i\000n\000g) +(\376\377\000K\000n\000o\000w\000n\000\040\000B\000u\000g\000s) endobj 953 0 obj -<< /S /GoTo /D (section.5.1) >> +<< /S /GoTo /D (subsubsection.4.7.20.1) >> endobj 956 0 obj -(\376\377\000D\000e\000b\000u\000g\000g\000i\000n\000g\000\040\000w\000i\000t\000h\000\040\000S\000D\000C\000D\000B\000\040) +(\376\377\000E\000x\000t\000e\000n\000d\000e\000d\000\040\000I\000n\000s\000t\000r\000u\000c\000t\000i\000o\000n\000\040\000S\000e\000t) endobj 957 0 obj -<< /S /GoTo /D (subsection.5.1.1) >> +<< /S /GoTo /D (subsubsection.4.7.20.2) >> endobj 960 0 obj -(\376\377\000C\000o\000m\000p\000i\000l\000i\000n\000g\000\040\000f\000o\000r\000\040\000D\000e\000b\000u\000g\000g\000i\000n\000g) +(\376\377\000R\000e\000g\000r\000e\000s\000s\000i\000o\000n\000\040\000T\000e\000s\000t\000s) endobj 961 0 obj -<< /S /GoTo /D (subsection.5.1.2) >> +<< /S /GoTo /D (chapter.5) >> endobj 964 0 obj -(\376\377\000H\000o\000w\000\040\000t\000h\000e\000\040\000D\000e\000b\000u\000g\000g\000e\000r\000\040\000W\000o\000r\000k\000s) +(\376\377\000D\000e\000b\000u\000g\000g\000i\000n\000g) endobj 965 0 obj -<< /S /GoTo /D (subsection.5.1.3) >> +<< /S /GoTo /D (section.5.1) >> endobj 968 0 obj -(\376\377\000S\000t\000a\000r\000t\000i\000n\000g\000\040\000t\000h\000e\000\040\000D\000e\000b\000u\000g\000g\000e\000r\000\040\000S\000D\000C\000D\000B) +(\376\377\000D\000e\000b\000u\000g\000g\000i\000n\000g\000\040\000w\000i\000t\000h\000\040\000S\000D\000C\000D\000B\000\040) endobj 969 0 obj -<< /S /GoTo /D (subsection.5.1.4) >> +<< /S /GoTo /D (subsection.5.1.1) >> endobj 972 0 obj -(\376\377\000S\000D\000C\000D\000B\000\040\000C\000o\000m\000m\000a\000n\000d\000\040\000L\000i\000n\000e\000\040\000O\000p\000t\000i\000o\000n\000s) +(\376\377\000C\000o\000m\000p\000i\000l\000i\000n\000g\000\040\000f\000o\000r\000\040\000D\000e\000b\000u\000g\000g\000i\000n\000g) endobj 973 0 obj -<< /S /GoTo /D (subsection.5.1.5) >> +<< /S /GoTo /D (subsection.5.1.2) >> endobj 976 0 obj -(\376\377\000S\000D\000C\000D\000B\000\040\000D\000e\000b\000u\000g\000g\000e\000r\000\040\000C\000o\000m\000m\000a\000n\000d\000s) +(\376\377\000H\000o\000w\000\040\000t\000h\000e\000\040\000D\000e\000b\000u\000g\000g\000e\000r\000\040\000W\000o\000r\000k\000s) endobj 977 0 obj -<< /S /GoTo /D (subsection.5.1.6) >> +<< /S /GoTo /D (subsection.5.1.3) >> endobj 980 0 obj -(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000i\000n\000g\000\040\000S\000D\000C\000D\000B\000\040\000w\000i\000t\000h\000\040\000D\000D\000D) +(\376\377\000S\000t\000a\000r\000t\000i\000n\000g\000\040\000t\000h\000e\000\040\000D\000e\000b\000u\000g\000g\000e\000r\000\040\000S\000D\000C\000D\000B) endobj 981 0 obj -<< /S /GoTo /D (subsection.5.1.7) >> +<< /S /GoTo /D (subsection.5.1.4) >> endobj 984 0 obj -(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000i\000n\000g\000\040\000S\000D\000C\000D\000B\000\040\000w\000i\000t\000h\000\040\000X\000E\000m\000a\000c\000s) +(\376\377\000S\000D\000C\000D\000B\000\040\000C\000o\000m\000m\000a\000n\000d\000\040\000L\000i\000n\000e\000\040\000O\000p\000t\000i\000o\000n\000s) endobj 985 0 obj -<< /S /GoTo /D (section.5.2) >> +<< /S /GoTo /D (subsection.5.1.5) >> endobj 988 0 obj -(\376\377\000D\000e\000b\000u\000g\000g\000i\000n\000g\000\040\000w\000i\000t\000h\000\040\000o\000t\000h\000e\000r\000\040\000d\000e\000b\000u\000g\000g\000e\000r\000s\000\040\000\050\000e\000.\000g\000.\000\040\000G\000D\000B\000\051\000:\000\040\000E\000L\000F\000\040\000/\000\040\000D\000W\000A\000R\000F) +(\376\377\000S\000D\000C\000D\000B\000\040\000D\000e\000b\000u\000g\000g\000e\000r\000\040\000C\000o\000m\000m\000a\000n\000d\000s) endobj 989 0 obj -<< /S /GoTo /D (chapter.6) >> +<< /S /GoTo /D (subsection.5.1.6) >> endobj 992 0 obj -(\376\377\000T\000I\000P\000S) +(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000i\000n\000g\000\040\000S\000D\000C\000D\000B\000\040\000w\000i\000t\000h\000\040\000D\000D\000D) endobj 993 0 obj -<< /S /GoTo /D (section.6.1) >> +<< /S /GoTo /D (subsection.5.1.7) >> endobj 996 0 obj -(\376\377\000P\000o\000r\000t\000i\000n\000g\000\040\000c\000o\000d\000e\000\040\000f\000r\000o\000m\000\040\000o\000r\000\040\000t\000o\000\040\000o\000t\000h\000e\000r\000\040\000c\000o\000m\000p\000i\000l\000e\000r\000s) +(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000i\000n\000g\000\040\000S\000D\000C\000D\000B\000\040\000w\000i\000t\000h\000\040\000X\000E\000m\000a\000c\000s) endobj 997 0 obj -<< /S /GoTo /D (section.6.2) >> +<< /S /GoTo /D (section.5.2) >> endobj 1000 0 obj -(\376\377\000T\000o\000o\000l\000s\000\040\000i\000n\000c\000l\000u\000d\000e\000d\000\040\000i\000n\000\040\000t\000h\000e\000\040\000d\000i\000s\000t\000r\000i\000b\000u\000t\000i\000o\000n) +(\376\377\000D\000e\000b\000u\000g\000g\000i\000n\000g\000\040\000w\000i\000t\000h\000\040\000o\000t\000h\000e\000r\000\040\000d\000e\000b\000u\000g\000g\000e\000r\000s\000\040\000\050\000e\000.\000g\000.\000\040\000G\000D\000B\000\051\000:\000\040\000E\000L\000F\000\040\000/\000\040\000D\000W\000A\000R\000F) endobj 1001 0 obj -<< /S /GoTo /D (section.6.3) >> +<< /S /GoTo /D (chapter.6) >> endobj 1004 0 obj -(\376\377\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n\000\040\000i\000n\000c\000l\000u\000d\000e\000d\000\040\000i\000n\000\040\000t\000h\000e\000\040\000d\000i\000s\000t\000r\000i\000b\000u\000t\000i\000o\000n) +(\376\377\000T\000I\000P\000S) endobj 1005 0 obj -<< /S /GoTo /D (section.6.4) >> +<< /S /GoTo /D (section.6.1) >> endobj 1008 0 obj -(\376\377\000C\000o\000m\000m\000u\000n\000i\000c\000a\000t\000i\000o\000n\000\040\000o\000n\000l\000i\000n\000e\000\040\000a\000t\000\040\000S\000o\000u\000r\000c\000e\000F\000o\000r\000g\000e) +(\376\377\000P\000o\000r\000t\000i\000n\000g\000\040\000c\000o\000d\000e\000\040\000f\000r\000o\000m\000\040\000o\000r\000\040\000t\000o\000\040\000o\000t\000h\000e\000r\000\040\000c\000o\000m\000p\000i\000l\000e\000r\000s) endobj 1009 0 obj -<< /S /GoTo /D (section.6.5) >> +<< /S /GoTo /D (section.6.2) >> endobj 1012 0 obj -(\376\377\000R\000e\000l\000a\000t\000e\000d\000\040\000o\000p\000e\000n\000\040\000s\000o\000u\000r\000c\000e\000\040\000t\000o\000o\000l\000s) +(\376\377\000T\000o\000o\000l\000s\000\040\000i\000n\000c\000l\000u\000d\000e\000d\000\040\000i\000n\000\040\000t\000h\000e\000\040\000d\000i\000s\000t\000r\000i\000b\000u\000t\000i\000o\000n) endobj 1013 0 obj -<< /S /GoTo /D (section.6.6) >> +<< /S /GoTo /D (section.6.3) >> endobj 1016 0 obj -(\376\377\000R\000e\000l\000a\000t\000e\000d\000\040\000d\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n\000\040\000/\000\040\000r\000e\000c\000o\000m\000m\000e\000n\000d\000e\000d\000\040\000r\000e\000a\000d\000i\000n\000g) +(\376\377\000D\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n\000\040\000i\000n\000c\000l\000u\000d\000e\000d\000\040\000i\000n\000\040\000t\000h\000e\000\040\000d\000i\000s\000t\000r\000i\000b\000u\000t\000i\000o\000n) endobj 1017 0 obj -<< /S /GoTo /D (section.6.7) >> +<< /S /GoTo /D (section.6.4) >> endobj 1020 0 obj -(\376\377\000A\000p\000p\000l\000i\000c\000a\000t\000i\000o\000n\000\040\000n\000o\000t\000e\000s\000\040\000s\000p\000e\000c\000i\000f\000i\000c\000a\000l\000l\000y\000\040\000f\000o\000r\000\040\000S\000D\000C\000C) +(\376\377\000C\000o\000m\000m\000u\000n\000i\000c\000a\000t\000i\000o\000n\000\040\000o\000n\000l\000i\000n\000e\000\040\000a\000t\000\040\000S\000o\000u\000r\000c\000e\000F\000o\000r\000g\000e) endobj 1021 0 obj -<< /S /GoTo /D (section.6.8) >> +<< /S /GoTo /D (section.6.5) >> endobj 1024 0 obj -(\376\377\000S\000o\000m\000e\000\040\000Q\000u\000e\000s\000t\000i\000o\000n\000s) +(\376\377\000R\000e\000l\000a\000t\000e\000d\000\040\000o\000p\000e\000n\000\040\000s\000o\000u\000r\000c\000e\000\040\000t\000o\000o\000l\000s) endobj 1025 0 obj -<< /S /GoTo /D (chapter.7) >> +<< /S /GoTo /D (section.6.6) >> endobj 1028 0 obj -(\376\377\000S\000u\000p\000p\000o\000r\000t) +(\376\377\000R\000e\000l\000a\000t\000e\000d\000\040\000d\000o\000c\000u\000m\000e\000n\000t\000a\000t\000i\000o\000n\000\040\000/\000\040\000r\000e\000c\000o\000m\000m\000e\000n\000d\000e\000d\000\040\000r\000e\000a\000d\000i\000n\000g) endobj 1029 0 obj -<< /S /GoTo /D (section.7.1) >> +<< /S /GoTo /D (section.6.7) >> endobj 1032 0 obj -(\376\377\000R\000e\000p\000o\000r\000t\000i\000n\000g\000\040\000B\000u\000g\000s) +(\376\377\000A\000p\000p\000l\000i\000c\000a\000t\000i\000o\000n\000\040\000n\000o\000t\000e\000s\000\040\000s\000p\000e\000c\000i\000f\000i\000c\000a\000l\000l\000y\000\040\000f\000o\000r\000\040\000S\000D\000C\000C) endobj 1033 0 obj -<< /S /GoTo /D (section.7.2) >> +<< /S /GoTo /D (section.6.8) >> endobj 1036 0 obj -(\376\377\000R\000e\000q\000u\000e\000s\000t\000i\000n\000g\000\040\000F\000e\000a\000t\000u\000r\000e\000s) +(\376\377\000S\000o\000m\000e\000\040\000Q\000u\000e\000s\000t\000i\000o\000n\000s) endobj 1037 0 obj -<< /S /GoTo /D (section.7.3) >> +<< /S /GoTo /D (chapter.7) >> endobj 1040 0 obj -(\376\377\000S\000u\000b\000m\000i\000t\000t\000i\000n\000g\000\040\000p\000a\000t\000c\000h\000e\000s) +(\376\377\000S\000u\000p\000p\000o\000r\000t) endobj 1041 0 obj -<< /S /GoTo /D (section.7.4) >> +<< /S /GoTo /D (section.7.1) >> endobj 1044 0 obj -(\376\377\000G\000e\000t\000t\000i\000n\000g\000\040\000H\000e\000l\000p) +(\376\377\000R\000e\000p\000o\000r\000t\000i\000n\000g\000\040\000B\000u\000g\000s) endobj 1045 0 obj +<< /S /GoTo /D (section.7.2) >> +endobj +1048 0 obj +(\376\377\000R\000e\000q\000u\000e\000s\000t\000i\000n\000g\000\040\000F\000e\000a\000t\000u\000r\000e\000s) +endobj +1049 0 obj +<< /S /GoTo /D (section.7.3) >> +endobj +1052 0 obj +(\376\377\000S\000u\000b\000m\000i\000t\000t\000i\000n\000g\000\040\000p\000a\000t\000c\000h\000e\000s) +endobj +1053 0 obj +<< /S /GoTo /D (section.7.4) >> +endobj +1056 0 obj +(\376\377\000G\000e\000t\000t\000i\000n\000g\000\040\000H\000e\000l\000p) +endobj +1057 0 obj << /S /GoTo /D (section.7.5) >> endobj -1048 0 obj +1060 0 obj (\376\377\000C\000h\000a\000n\000g\000e\000L\000o\000g) endobj -1049 0 obj +1061 0 obj << /S /GoTo /D (section.7.6) >> endobj -1052 0 obj +1064 0 obj (\376\377\000S\000u\000b\000v\000e\000r\000s\000i\000o\000n\000\040\000S\000o\000u\000r\000c\000e\000\040\000C\000o\000d\000e\000\040\000R\000e\000p\000o\000s\000i\000t\000o\000r\000y) endobj -1053 0 obj +1065 0 obj << /S /GoTo /D (section.7.7) >> endobj -1056 0 obj +1068 0 obj (\376\377\000R\000e\000l\000e\000a\000s\000e\000\040\000p\000o\000l\000i\000c\000y) endobj -1057 0 obj +1069 0 obj << /S /GoTo /D (section.7.8) >> endobj -1060 0 obj +1072 0 obj (\376\377\000Q\000u\000a\000l\000i\000t\000y\000\040\000c\000o\000n\000t\000r\000o\000l) endobj -1061 0 obj +1073 0 obj << /S /GoTo /D (section.7.9) >> endobj -1064 0 obj +1076 0 obj (\376\377\000E\000x\000a\000m\000p\000l\000e\000s) endobj -1065 0 obj +1077 0 obj << /S /GoTo /D (section.7.10) >> endobj -1068 0 obj +1080 0 obj (\376\377\000U\000s\000e\000\040\000o\000f\000\040\000S\000D\000C\000C\000\040\000i\000n\000\040\000E\000d\000u\000c\000a\000t\000i\000o\000n) endobj -1069 0 obj +1081 0 obj << /S /GoTo /D (chapter.8) >> endobj -1072 0 obj +1084 0 obj (\376\377\000S\000D\000C\000C\000\040\000T\000e\000c\000h\000n\000i\000c\000a\000l\000\040\000D\000a\000t\000a) endobj -1073 0 obj +1085 0 obj << /S /GoTo /D (section.8.1) >> endobj -1076 0 obj +1088 0 obj (\376\377\000O\000p\000t\000i\000m\000i\000z\000a\000t\000i\000o\000n\000s) endobj -1077 0 obj +1089 0 obj << /S /GoTo /D (subsection.8.1.1) >> endobj -1080 0 obj +1092 0 obj (\376\377\000S\000u\000b\000-\000e\000x\000p\000r\000e\000s\000s\000i\000o\000n\000\040\000E\000l\000i\000m\000i\000n\000a\000t\000i\000o\000n) endobj -1081 0 obj +1093 0 obj << /S /GoTo /D (subsection.8.1.2) >> endobj -1084 0 obj +1096 0 obj (\376\377\000D\000e\000a\000d\000-\000C\000o\000d\000e\000\040\000E\000l\000i\000m\000i\000n\000a\000t\000i\000o\000n) endobj -1085 0 obj +1097 0 obj << /S /GoTo /D (subsection.8.1.3) >> endobj -1088 0 obj +1100 0 obj (\376\377\000C\000o\000p\000y\000-\000P\000r\000o\000p\000a\000g\000a\000t\000i\000o\000n) endobj -1089 0 obj +1101 0 obj << /S /GoTo /D (subsection.8.1.4) >> endobj -1092 0 obj +1104 0 obj (\376\377\000L\000o\000o\000p\000\040\000O\000p\000t\000i\000m\000i\000z\000a\000t\000i\000o\000n\000s) endobj -1093 0 obj +1105 0 obj << /S /GoTo /D (subsection.8.1.5) >> endobj -1096 0 obj +1108 0 obj (\376\377\000L\000o\000o\000p\000\040\000R\000e\000v\000e\000r\000s\000i\000n\000g) endobj -1097 0 obj +1109 0 obj << /S /GoTo /D (subsection.8.1.6) >> endobj -1100 0 obj +1112 0 obj (\376\377\000A\000l\000g\000e\000b\000r\000a\000i\000c\000\040\000S\000i\000m\000p\000l\000i\000f\000i\000c\000a\000t\000i\000o\000n\000s) endobj -1101 0 obj +1113 0 obj << /S /GoTo /D (subsection.8.1.7) >> endobj -1104 0 obj +1116 0 obj (\376\377\000'\000s\000w\000i\000t\000c\000h\000'\000\040\000S\000t\000a\000t\000e\000m\000e\000n\000t\000s) endobj -1105 0 obj +1117 0 obj << /S /GoTo /D (subsection.8.1.8) >> endobj -1108 0 obj +1120 0 obj (\376\377\000B\000i\000t\000-\000s\000h\000i\000f\000t\000i\000n\000g\000\040\000O\000p\000e\000r\000a\000t\000i\000o\000n\000s\000.) endobj -1109 0 obj +1121 0 obj << /S /GoTo /D (subsection.8.1.9) >> endobj -1112 0 obj +1124 0 obj (\376\377\000B\000i\000t\000-\000r\000o\000t\000a\000t\000i\000o\000n) endobj -1113 0 obj +1125 0 obj << /S /GoTo /D (subsection.8.1.10) >> endobj -1116 0 obj +1128 0 obj (\376\377\000N\000i\000b\000b\000l\000e\000\040\000a\000n\000d\000\040\000B\000y\000t\000e\000\040\000S\000w\000a\000p\000p\000i\000n\000g) endobj -1117 0 obj +1129 0 obj << /S /GoTo /D (subsection.8.1.11) >> endobj -1120 0 obj +1132 0 obj (\376\377\000G\000e\000t\000t\000i\000n\000g\000\040\000a\000\040\000B\000i\000t) endobj -1121 0 obj +1133 0 obj << /S /GoTo /D (subsection.8.1.12) >> endobj -1124 0 obj +1136 0 obj (\376\377\000H\000i\000g\000h\000e\000r\000\040\000O\000r\000d\000e\000r\000\040\000B\000y\000t\000e\000\040\000/\000\040\000H\000i\000g\000h\000e\000r\000\040\000O\000r\000d\000e\000r\000\040\000W\000o\000r\000d) endobj -1125 0 obj +1137 0 obj << /S /GoTo /D (subsection.8.1.13) >> endobj -1128 0 obj +1140 0 obj (\376\377\000P\000l\000a\000c\000e\000m\000e\000n\000t\000\040\000o\000f\000\040\000B\000a\000n\000k\000-\000S\000e\000l\000e\000c\000t\000i\000o\000n\000\040\000I\000n\000s\000t\000r\000u\000c\000t\000i\000o\000n\000s) endobj -1129 0 obj +1141 0 obj << /S /GoTo /D (subsection.8.1.14) >> endobj -1132 0 obj +1144 0 obj (\376\377\000L\000i\000f\000e\000t\000i\000m\000e\000-\000O\000p\000t\000i\000m\000a\000l\000\040\000S\000p\000e\000c\000u\000l\000a\000t\000i\000v\000e\000\040\000P\000a\000r\000t\000i\000a\000l\000\040\000R\000e\000d\000u\000n\000d\000a\000n\000c\000y\000\040\000E\000l\000i\000m\000i\000n\000a\000t\000i\000o\000n) endobj -1133 0 obj +1145 0 obj << /S /GoTo /D (subsection.8.1.15) >> endobj -1136 0 obj +1148 0 obj (\376\377\000R\000e\000g\000i\000s\000t\000e\000r\000\040\000A\000l\000l\000o\000c\000a\000t\000i\000o\000n) endobj -1137 0 obj +1149 0 obj << /S /GoTo /D (subsection.8.1.16) >> endobj -1140 0 obj +1152 0 obj (\376\377\000P\000e\000e\000p\000h\000o\000l\000e\000\040\000O\000p\000t\000i\000m\000i\000z\000e\000r) endobj -1141 0 obj +1153 0 obj << /S /GoTo /D (section.8.2) >> endobj -1144 0 obj +1156 0 obj (\376\377\000C\000y\000c\000l\000o\000m\000a\000t\000i\000c\000\040\000C\000o\000m\000p\000l\000e\000x\000i\000t\000y) endobj -1145 0 obj +1157 0 obj << /S /GoTo /D (section.8.3) >> endobj -1148 0 obj +1160 0 obj (\376\377\000R\000e\000t\000a\000r\000g\000e\000t\000t\000i\000n\000g\000\040\000f\000o\000r\000\040\000o\000t\000h\000e\000r\000\040\000P\000r\000o\000c\000e\000s\000s\000o\000r\000s) endobj -1149 0 obj +1161 0 obj << /S /GoTo /D (chapter.9) >> endobj -1152 0 obj +1164 0 obj (\376\377\000C\000o\000m\000p\000i\000l\000e\000r\000\040\000i\000n\000t\000e\000r\000n\000a\000l\000s) endobj -1153 0 obj +1165 0 obj << /S /GoTo /D (section.9.1) >> endobj -1156 0 obj +1168 0 obj (\376\377\000T\000h\000e\000\040\000a\000n\000a\000t\000o\000m\000y\000\040\000o\000f\000\040\000t\000h\000e\000\040\000c\000o\000m\000p\000i\000l\000e\000r) endobj -1157 0 obj +1169 0 obj << /S /GoTo /D (section.9.2) >> endobj -1160 0 obj +1172 0 obj (\376\377\000A\000\040\000f\000e\000w\000\040\000w\000o\000r\000d\000s\000\040\000a\000b\000o\000u\000t\000\040\000b\000a\000s\000i\000c\000\040\000b\000l\000o\000c\000k\000\040\000s\000u\000c\000c\000e\000s\000s\000o\000r\000s\000,\000\040\000p\000r\000e\000d\000e\000c\000e\000s\000s\000o\000r\000s\000\040\000a\000n\000d\000\040\000d\000o\000m\000i\000n\000a\000t\000o\000r\000s) endobj -1161 0 obj +1173 0 obj << /S /GoTo /D (chapter.10) >> endobj -1164 0 obj +1176 0 obj (\376\377\000A\000c\000k\000n\000o\000w\000l\000e\000d\000g\000m\000e\000n\000t\000s) endobj -1165 0 obj -<< /S /GoTo /D [1166 0 R /Fit] >> +1177 0 obj +<< /S /GoTo /D [1178 0 R /Fit] >> endobj -1168 0 obj +1180 0 obj << -/Length 193 +/Length 196 /Filter /FlateDecode >> stream -xÚuйÂ0 €á½Oa †vˆI§q)‡ÄaB H-¨—¸žh ˆÉñðýЬa &‘þ3!êYÀx$ãÂÈ0ZAq -XÆóaž'ŠœŽóãþTíÊs³-.ï×äVe² -Óº–a–RúŠyFGÊzòß5FBú(yª´þ‚2)JFÏi1ã–u‡ëkÙï'Ê“&RÚ)MM©Ó}eÀ¡XÛ2iÙ¬LÈÅ÷êR­6–É5°v?g…èówE¢ +xÚuбnÂ0€á=Oq Éàã|¶ã3c@b3!†J¤(”ªiy~B@Lgßoë@°HèÍüˆÉdn´GÖÎBüÖ+‚â îa›®Ë¢È;J‹óé§>V¿ýmÓÜO‹ÿz_e»¸ìjCÎù-æ-:PžÑ³®µ!=”´*ï¾ tޏƒظüü«¦ÓLM)ENêK£ñ-ŘÉÀVUÆ.½ÔM}þ´¶L;÷²–YL®óÞE¥ endstream endobj -1166 0 obj +1178 0 obj << /Type /Page -/Contents 1168 0 R -/Resources 1167 0 R +/Contents 1180 0 R +/Resources 1179 0 R /MediaBox [0 0 612 792] -/Parent 1172 0 R +/Parent 1184 0 R >> endobj -1169 0 obj +1181 0 obj << -/D [1166 0 R /XYZ 84.039 766.262 null] +/D [1178 0 R /XYZ 84.039 766.262 null] >> endobj -1170 0 obj +1182 0 obj << -/D [1166 0 R /XYZ 85.039 735.307 null] +/D [1178 0 R /XYZ 85.039 735.307 null] >> endobj -1167 0 obj +1179 0 obj << -/Font << /F48 1171 0 R >> +/Font << /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1219 0 obj +1231 0 obj << -/Length 1451 +/Length 1453 /Filter /FlateDecode >> stream -xÚí›]s›F†ïý+¸„I!û»{é(nêN{,5É4é,1 ò×ýõ]Á‚dV¶òtb{¯ÀÈòûìÙóžÃ10æ0Þy|3;zý+E"e³+ƒ¹ÀÜðˆëx³ÐøjN²´ŒÒ²°þšý~Å;‘Ïæäâ]óÜáòÖŸ -!/zø÷qZ7@ëN¸ÌruÔ’Ó'´»Ñ²M¡… [)ÿe =]€µçE™°ÝOã¤Zú»ôc?ÑÉa>qøØïnˆ}!¼¼%Ý´ž¡“ë°)­çHeaû6jФù|ǾͩÞî†ÃÔa.“Ãp´!å0ÜVþÁ98䚃“ìq77-Åvã硽ÎÂËØO¥§M(דÃV…7Æ- (›>ÅôL¦ezYáøãôT¾Æ¸R³Q¦ç¡ö" -†k0?¢€°·]m½D•ÝÊÕCœ‡"pèËsÔùiÄÆÆ_us0'Ée†‘ õ_„§¡B£{2êxœ +xÚí›]s›F†ïý+¸„I!û»{é(iêNS{"5É4é,1 ò×ýõ]Á‚dV²Òtâx¯ÀÈòûìÙóžÃ10æ0Þžy|5;{ù3E"e³ƒ¹ÀÜðˆëx³ÐølN²´ŒÒ²°þšýzÅ;‘ÏæäýÛæ#¸Ã=ä­?¶ê±æÍв! +³¾°ED¤òžëV4Fxü°ð‰ÿÕ‚"e<¬9{—Þ|F€ð6 Èa š+q“:6T‚,Iº~Ì‘òÍ0ñ~¬*˜Œ, +øÖpL–ÖóM§ðfÿs +†k0ߢ€°·]m½D•ÝÊÕCœÇ"pèÓ¨óÓˆ¿êæ`Þ$×QF2Ôž†2ŒÆýyÎîeȨãq.<6p0iÿ5|ûWßÌÎþÝO¼ endstream endobj -1218 0 obj +1230 0 obj << /Type /Page -/Contents 1219 0 R -/Resources 1217 0 R +/Contents 1231 0 R +/Resources 1229 0 R /MediaBox [0 0 612 792] -/Parent 1172 0 R -/Annots [ 1173 0 R 1174 0 R 1175 0 R 1176 0 R 1177 0 R 1178 0 R 1179 0 R 1180 0 R 1181 0 R 1182 0 R 1183 0 R 1184 0 R 1185 0 R 1186 0 R 1187 0 R 1188 0 R 1189 0 R 1190 0 R 1191 0 R 1192 0 R 1193 0 R 1194 0 R 1195 0 R 1196 0 R 1197 0 R 1198 0 R 1199 0 R 1200 0 R 1201 0 R 1202 0 R 1203 0 R 1204 0 R 1205 0 R 1206 0 R 1207 0 R 1208 0 R 1209 0 R 1210 0 R 1211 0 R 1212 0 R 1213 0 R 1214 0 R 1215 0 R ] +/Parent 1184 0 R +/Annots [ 1185 0 R 1186 0 R 1187 0 R 1188 0 R 1189 0 R 1190 0 R 1191 0 R 1192 0 R 1193 0 R 1194 0 R 1195 0 R 1196 0 R 1197 0 R 1198 0 R 1199 0 R 1200 0 R 1201 0 R 1202 0 R 1203 0 R 1204 0 R 1205 0 R 1206 0 R 1207 0 R 1208 0 R 1209 0 R 1210 0 R 1211 0 R 1212 0 R 1213 0 R 1214 0 R 1215 0 R 1216 0 R 1217 0 R 1218 0 R 1219 0 R 1220 0 R 1221 0 R 1222 0 R 1223 0 R 1224 0 R 1225 0 R 1226 0 R 1227 0 R ] >> endobj -1173 0 obj +1185 0 obj << /Type /Annot /Subtype /Link @@ -1815,7 +1832,7 @@ endobj /A << /S /GoTo /D (chapter.1) >> >> endobj -1174 0 obj +1186 0 obj << /Type /Annot /Subtype /Link @@ -1824,7 +1841,7 @@ endobj /A << /S /GoTo /D (section.1.1) >> >> endobj -1175 0 obj +1187 0 obj << /Type /Annot /Subtype /Link @@ -1833,7 +1850,7 @@ endobj /A << /S /GoTo /D (section.1.2) >> >> endobj -1176 0 obj +1188 0 obj << /Type /Annot /Subtype /Link @@ -1842,7 +1859,7 @@ endobj /A << /S /GoTo /D (section.1.3) >> >> endobj -1177 0 obj +1189 0 obj << /Type /Annot /Subtype /Link @@ -1851,7 +1868,7 @@ endobj /A << /S /GoTo /D (section.1.4) >> >> endobj -1178 0 obj +1190 0 obj << /Type /Annot /Subtype /Link @@ -1860,7 +1877,7 @@ endobj /A << /S /GoTo /D (section.1.5) >> >> endobj -1179 0 obj +1191 0 obj << /Type /Annot /Subtype /Link @@ -1869,7 +1886,7 @@ endobj /A << /S /GoTo /D (section.1.6) >> >> endobj -1180 0 obj +1192 0 obj << /Type /Annot /Subtype /Link @@ -1878,7 +1895,7 @@ endobj /A << /S /GoTo /D (section.1.7) >> >> endobj -1181 0 obj +1193 0 obj << /Type /Annot /Subtype /Link @@ -1887,7 +1904,7 @@ endobj /A << /S /GoTo /D (chapter.2) >> >> endobj -1182 0 obj +1194 0 obj << /Type /Annot /Subtype /Link @@ -1896,7 +1913,7 @@ endobj /A << /S /GoTo /D (section.2.1) >> >> endobj -1183 0 obj +1195 0 obj << /Type /Annot /Subtype /Link @@ -1905,7 +1922,7 @@ endobj /A << /S /GoTo /D (section.2.2) >> >> endobj -1184 0 obj +1196 0 obj << /Type /Annot /Subtype /Link @@ -1914,7 +1931,7 @@ endobj /A << /S /GoTo /D (section.2.3) >> >> endobj -1185 0 obj +1197 0 obj << /Type /Annot /Subtype /Link @@ -1923,7 +1940,7 @@ endobj /A << /S /GoTo /D (section.2.4) >> >> endobj -1186 0 obj +1198 0 obj << /Type /Annot /Subtype /Link @@ -1932,7 +1949,7 @@ endobj /A << /S /GoTo /D (subsection.2.4.1) >> >> endobj -1187 0 obj +1199 0 obj << /Type /Annot /Subtype /Link @@ -1941,7 +1958,7 @@ endobj /A << /S /GoTo /D (subsection.2.4.2) >> >> endobj -1188 0 obj +1200 0 obj << /Type /Annot /Subtype /Link @@ -1950,7 +1967,7 @@ endobj /A << /S /GoTo /D (subsection.2.4.3) >> >> endobj -1189 0 obj +1201 0 obj << /Type /Annot /Subtype /Link @@ -1959,7 +1976,7 @@ endobj /A << /S /GoTo /D (subsection.2.4.4) >> >> endobj -1190 0 obj +1202 0 obj << /Type /Annot /Subtype /Link @@ -1968,7 +1985,7 @@ endobj /A << /S /GoTo /D (subsection.2.4.5) >> >> endobj -1191 0 obj +1203 0 obj << /Type /Annot /Subtype /Link @@ -1977,7 +1994,7 @@ endobj /A << /S /GoTo /D (subsection.2.4.6) >> >> endobj -1192 0 obj +1204 0 obj << /Type /Annot /Subtype /Link @@ -1986,7 +2003,7 @@ endobj /A << /S /GoTo /D (subsection.2.4.7) >> >> endobj -1193 0 obj +1205 0 obj << /Type /Annot /Subtype /Link @@ -1995,7 +2012,7 @@ endobj /A << /S /GoTo /D (subsection.2.4.8) >> >> endobj -1194 0 obj +1206 0 obj << /Type /Annot /Subtype /Link @@ -2004,7 +2021,7 @@ endobj /A << /S /GoTo /D (section.2.5) >> >> endobj -1195 0 obj +1207 0 obj << /Type /Annot /Subtype /Link @@ -2013,7 +2030,7 @@ endobj /A << /S /GoTo /D (section.2.6) >> >> endobj -1196 0 obj +1208 0 obj << /Type /Annot /Subtype /Link @@ -2022,7 +2039,7 @@ endobj /A << /S /GoTo /D (section.2.7) >> >> endobj -1197 0 obj +1209 0 obj << /Type /Annot /Subtype /Link @@ -2031,7 +2048,7 @@ endobj /A << /S /GoTo /D (section.2.8) >> >> endobj -1198 0 obj +1210 0 obj << /Type /Annot /Subtype /Link @@ -2040,7 +2057,7 @@ endobj /A << /S /GoTo /D (subsection.2.8.1) >> >> endobj -1199 0 obj +1211 0 obj << /Type /Annot /Subtype /Link @@ -2049,7 +2066,7 @@ endobj /A << /S /GoTo /D (subsection.2.8.2) >> >> endobj -1200 0 obj +1212 0 obj << /Type /Annot /Subtype /Link @@ -2058,7 +2075,7 @@ endobj /A << /S /GoTo /D (subsection.2.8.3) >> >> endobj -1201 0 obj +1213 0 obj << /Type /Annot /Subtype /Link @@ -2067,7 +2084,7 @@ endobj /A << /S /GoTo /D (subsection.2.8.4) >> >> endobj -1202 0 obj +1214 0 obj << /Type /Annot /Subtype /Link @@ -2076,7 +2093,7 @@ endobj /A << /S /GoTo /D (section.2.9) >> >> endobj -1203 0 obj +1215 0 obj << /Type /Annot /Subtype /Link @@ -2085,7 +2102,7 @@ endobj /A << /S /GoTo /D (subsection.2.9.1) >> >> endobj -1204 0 obj +1216 0 obj << /Type /Annot /Subtype /Link @@ -2094,7 +2111,7 @@ endobj /A << /S /GoTo /D (subsection.2.9.2) >> >> endobj -1205 0 obj +1217 0 obj << /Type /Annot /Subtype /Link @@ -2103,7 +2120,7 @@ endobj /A << /S /GoTo /D (subsection.2.9.3) >> >> endobj -1206 0 obj +1218 0 obj << /Type /Annot /Subtype /Link @@ -2112,7 +2129,7 @@ endobj /A << /S /GoTo /D (subsection.2.9.4) >> >> endobj -1207 0 obj +1219 0 obj << /Type /Annot /Subtype /Link @@ -2121,7 +2138,7 @@ endobj /A << /S /GoTo /D (subsection.2.9.5) >> >> endobj -1208 0 obj +1220 0 obj << /Type /Annot /Subtype /Link @@ -2130,7 +2147,7 @@ endobj /A << /S /GoTo /D (chapter.3) >> >> endobj -1209 0 obj +1221 0 obj << /Type /Annot /Subtype /Link @@ -2139,7 +2156,7 @@ endobj /A << /S /GoTo /D (section.3.1) >> >> endobj -1210 0 obj +1222 0 obj << /Type /Annot /Subtype /Link @@ -2148,7 +2165,7 @@ endobj /A << /S /GoTo /D (subsection.3.1.1) >> >> endobj -1211 0 obj +1223 0 obj << /Type /Annot /Subtype /Link @@ -2157,7 +2174,7 @@ endobj /A << /S /GoTo /D (subsection.3.1.2) >> >> endobj -1212 0 obj +1224 0 obj << /Type /Annot /Subtype /Link @@ -2166,7 +2183,7 @@ endobj /A << /S /GoTo /D (subsection.3.1.3) >> >> endobj -1213 0 obj +1225 0 obj << /Type /Annot /Subtype /Link @@ -2175,7 +2192,7 @@ endobj /A << /S /GoTo /D (subsection.3.1.4) >> >> endobj -1214 0 obj +1226 0 obj << /Type /Annot /Subtype /Link @@ -2184,7 +2201,7 @@ endobj /A << /S /GoTo /D (subsection.3.1.5) >> >> endobj -1215 0 obj +1227 0 obj << /Type /Annot /Subtype /Link @@ -2193,47 +2210,41 @@ endobj /A << /S /GoTo /D (subsection.3.1.6) >> >> endobj -1220 0 obj +1232 0 obj << -/D [1218 0 R /XYZ 85.039 735.307 null] +/D [1230 0 R /XYZ 85.039 735.307 null] >> endobj -1217 0 obj +1229 0 obj << -/Font << /F72 1221 0 R /F48 1171 0 R >> +/Font << /F72 1233 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1280 0 obj +1292 0 obj << -/Length 1741 +/Length 1742 /Filter /FlateDecode >> stream -xÚíœ[s›8Çßý)x´gÖXW]'Ý´Û´iíée2Ä( [ ^Û¦Ÿ¾±ljBÛØæ!ƒÃåwŽŽþçH -0® `üÕûsÚ=·©á˜Ž…,czi0jì6µLæcêúã7¯§Ç¯§“Á§éKƒ -`JÄXBœ0í 7ŒƒŒqõ>˜í @ÝxÐÄ)æÇဤn+¢0uîê-ˆÅ:؆ìžD짃‹¸zFhçÞm'ŠøøÚî,iÀm!Òá®ãfZ¸iáàaÂö¯€;„ìW7ø{¸[«Ü-ÅýyÉ.3¼ÊÅÈ"òë‘ܶ:Òðp[‘~&„{çœÝP©¿³xƒËÛÀÞgÊ-âe -ï‰YÃHޥȱƒÞí(ü“D,gÉRðøÜ³—¡âÅ.ç\dÚ¼Ú.üd˜éšÀ«™’ßH®EH †L¾ëÛ¥lq2>w^Ùp˜?|!¢㲋ó|Ág‰?@´ÿ%¼4Ú/Ì-ʈr°¯ü ኛéå2œåM»êÓÈ9 -yšÅùîI–ÎË?¤š'¨E2 -­½Dßă÷·(«þeÌ OÎ`~õ“ë|ït$þbS+¨× 1î¯{5ÙBø™çù©´q•WçºÇ¯³µ : -— -%%=÷¿»[}zàñ¦‘=ÖðûB»¼‘ò[lnuùéà B4 R(Ù@Ðßb˶;sÜÓ–†9,eŽÓñ„Â;-áØ°3Á6Ø&(¦ÀM°rŒòÍÑ„ -"N^<[é—Ë1·™ÌŠî¹H¼Ü@e¶ß -È,Ì+æˆ"þ(³ y^ -• ¿5¾L+RuØøÉÆŒ`ŽKæ~Ƽ:Ò@­nâqkä­Uò¤$¿h"ï°nÍHÛÎNKä³Èk˜Íƒ:âÛÀC-ðV þ¯-Ï¡ébÌOÅo—øãKQéVåhÕaT=Ö`¹Ÿ8åÿM¾ÕZ¬Ù)W?­`Û•ÛØÆmãi$´HËg^G ×K+ÃVs>ŠÉö{-“úšT´C +xÚíœÛW›HÀßóW𘜳Á¹ÂÌc7ÚµÝÚÚ&{öœ^Žèl dÒÖþõ`  QDk” D.¿ïã»ÎŒKõþœô^ÚÔà&·eL. FM€¹aSËdœ×øÔ½{;9z;¾L^Øê¯+‡zG“Þÿ=¨.O„M˜1õ>}†«Ž½6€‰93¾§ßœD] pªÆ¾1î½ï}sٙ䥑 +$Q[‰r—/A,ÖÁ~0l¬a¿rb/1BFå 0B;õn‹8ÑÄGWŽt¦q +Äó"XÌ„LcóòpîÅÃ4®ñÝŠø(ùäZ„Á`ÈÔ³¾_8þMAœ²ÏV¶fÀO¥˜Ëp*¢¨pq®'Å4öˆö¿%‡¨ +_ean>@æùðg•e¨ãº™÷C‰¾æ#üÕÑÃhưÆþ4âù—…:Å™úQgƒ•¤„’¶(¬D'\SøÈJªV<•3Ÿû×ëDîþ w~:†íß—³óê“4,í¤ÈzÂð­/)c¬óa)¨19a·[Ë&v“ÚÊ‘T¸åL¸^Q®:\ÌæDÃ÷5­iDg¤?ݪϫ†á"ž/b=Önìßd²¸aÒÏÿ® +þR ’­+Ò4SC+™Zaç’‰„yÝ-GÙ0±g« ET×ù ÜÚ>ÒŒ+¨CºÌÉÎ=)À]q·C†Ö)?ð-<Svø&u *PRÈb5a‰×ºQMÍÃñ¡Eà endstream endobj -1279 0 obj +1291 0 obj << /Type /Page -/Contents 1280 0 R -/Resources 1278 0 R +/Contents 1292 0 R +/Resources 1290 0 R /MediaBox [0 0 612 792] -/Parent 1172 0 R -/Annots [ 1216 0 R 1222 0 R 1223 0 R 1224 0 R 1225 0 R 1226 0 R 1227 0 R 1228 0 R 1229 0 R 1230 0 R 1231 0 R 1232 0 R 1233 0 R 1234 0 R 1235 0 R 1236 0 R 1237 0 R 1238 0 R 1239 0 R 1240 0 R 1241 0 R 1242 0 R 1243 0 R 1244 0 R 1245 0 R 1246 0 R 1247 0 R 1248 0 R 1249 0 R 1250 0 R 1251 0 R 1252 0 R 1253 0 R 1254 0 R 1255 0 R 1256 0 R 1257 0 R 1258 0 R 1259 0 R 1260 0 R 1261 0 R 1262 0 R 1263 0 R 1264 0 R 1265 0 R 1266 0 R 1267 0 R 1268 0 R 1269 0 R 1270 0 R 1271 0 R 1272 0 R 1273 0 R 1274 0 R 1275 0 R 1276 0 R ] +/Parent 1184 0 R +/Annots [ 1228 0 R 1234 0 R 1235 0 R 1236 0 R 1237 0 R 1238 0 R 1239 0 R 1240 0 R 1241 0 R 1242 0 R 1243 0 R 1244 0 R 1245 0 R 1246 0 R 1247 0 R 1248 0 R 1249 0 R 1250 0 R 1251 0 R 1252 0 R 1253 0 R 1254 0 R 1255 0 R 1256 0 R 1257 0 R 1258 0 R 1259 0 R 1260 0 R 1261 0 R 1262 0 R 1263 0 R 1264 0 R 1265 0 R 1266 0 R 1267 0 R 1268 0 R 1269 0 R 1270 0 R 1271 0 R 1272 0 R 1273 0 R 1274 0 R 1275 0 R 1276 0 R 1277 0 R 1278 0 R 1279 0 R 1280 0 R 1281 0 R 1282 0 R 1283 0 R 1284 0 R 1285 0 R 1286 0 R 1287 0 R 1288 0 R ] >> endobj -1216 0 obj +1228 0 obj << /Type /Annot /Subtype /Link @@ -2242,7 +2253,7 @@ endobj /A << /S /GoTo /D (subsection.3.1.7) >> >> endobj -1222 0 obj +1234 0 obj << /Type /Annot /Subtype /Link @@ -2251,7 +2262,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.1.7.1) >> >> endobj -1223 0 obj +1235 0 obj << /Type /Annot /Subtype /Link @@ -2260,7 +2271,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.1.7.2) >> >> endobj -1224 0 obj +1236 0 obj << /Type /Annot /Subtype /Link @@ -2269,7 +2280,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.1.7.3) >> >> endobj -1225 0 obj +1237 0 obj << /Type /Annot /Subtype /Link @@ -2278,7 +2289,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.1.7.4) >> >> endobj -1226 0 obj +1238 0 obj << /Type /Annot /Subtype /Link @@ -2287,7 +2298,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.1.7.5) >> >> endobj -1227 0 obj +1239 0 obj << /Type /Annot /Subtype /Link @@ -2296,7 +2307,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.1.7.6) >> >> endobj -1228 0 obj +1240 0 obj << /Type /Annot /Subtype /Link @@ -2305,16 +2316,16 @@ endobj /A << /S /GoTo /D (subsubsection.3.1.7.7) >> >> endobj -1229 0 obj +1241 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [153.782 628.607 218.21 637.454] +/Rect [153.782 628.488 218.21 637.454] /A << /S /GoTo /D (subsubsection.3.1.7.8) >> >> endobj -1230 0 obj +1242 0 obj << /Type /Annot /Subtype /Link @@ -2323,7 +2334,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.1.7.9) >> >> endobj -1231 0 obj +1243 0 obj << /Type /Annot /Subtype /Link @@ -2332,7 +2343,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.1.7.10) >> >> endobj -1232 0 obj +1244 0 obj << /Type /Annot /Subtype /Link @@ -2341,7 +2352,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.1.7.11) >> >> endobj -1233 0 obj +1245 0 obj << /Type /Annot /Subtype /Link @@ -2350,16 +2361,16 @@ endobj /A << /S /GoTo /D (subsubsection.3.1.7.12) >> >> endobj -1234 0 obj +1246 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [153.782 568.712 246.414 577.678] +/Rect [153.782 568.831 246.414 577.678] /A << /S /GoTo /D (subsubsection.3.1.7.13) >> >> endobj -1235 0 obj +1247 0 obj << /Type /Annot /Subtype /Link @@ -2368,7 +2379,7 @@ endobj /A << /S /GoTo /D (section.3.2) >> >> endobj -1236 0 obj +1248 0 obj << /Type /Annot /Subtype /Link @@ -2377,7 +2388,7 @@ endobj /A << /S /GoTo /D (subsection.3.2.1) >> >> endobj -1237 0 obj +1249 0 obj << /Type /Annot /Subtype /Link @@ -2386,7 +2397,7 @@ endobj /A << /S /GoTo /D (subsection.3.2.2) >> >> endobj -1238 0 obj +1250 0 obj << /Type /Annot /Subtype /Link @@ -2395,7 +2406,7 @@ endobj /A << /S /GoTo /D (subsection.3.2.3) >> >> endobj -1239 0 obj +1251 0 obj << /Type /Annot /Subtype /Link @@ -2404,7 +2415,7 @@ endobj /A << /S /GoTo /D (subsection.3.2.4) >> >> endobj -1240 0 obj +1252 0 obj << /Type /Annot /Subtype /Link @@ -2413,7 +2424,7 @@ endobj /A << /S /GoTo /D (subsection.3.2.5) >> >> endobj -1241 0 obj +1253 0 obj << /Type /Annot /Subtype /Link @@ -2422,7 +2433,7 @@ endobj /A << /S /GoTo /D (section.3.3) >> >> endobj -1242 0 obj +1254 0 obj << /Type /Annot /Subtype /Link @@ -2431,7 +2442,7 @@ endobj /A << /S /GoTo /D (subsection.3.3.1) >> >> endobj -1243 0 obj +1255 0 obj << /Type /Annot /Subtype /Link @@ -2440,7 +2451,7 @@ endobj /A << /S /GoTo /D (subsection.3.3.2) >> >> endobj -1244 0 obj +1256 0 obj << /Type /Annot /Subtype /Link @@ -2449,7 +2460,7 @@ endobj /A << /S /GoTo /D (subsection.3.3.3) >> >> endobj -1245 0 obj +1257 0 obj << /Type /Annot /Subtype /Link @@ -2458,7 +2469,7 @@ endobj /A << /S /GoTo /D (subsection.3.3.4) >> >> endobj -1246 0 obj +1258 0 obj << /Type /Annot /Subtype /Link @@ -2467,7 +2478,7 @@ endobj /A << /S /GoTo /D (subsection.3.3.5) >> >> endobj -1247 0 obj +1259 0 obj << /Type /Annot /Subtype /Link @@ -2476,7 +2487,7 @@ endobj /A << /S /GoTo /D (subsection.3.3.6) >> >> endobj -1248 0 obj +1260 0 obj << /Type /Annot /Subtype /Link @@ -2485,7 +2496,7 @@ endobj /A << /S /GoTo /D (subsection.3.3.7) >> >> endobj -1249 0 obj +1261 0 obj << /Type /Annot /Subtype /Link @@ -2494,7 +2505,7 @@ endobj /A << /S /GoTo /D (subsection.3.3.8) >> >> endobj -1250 0 obj +1262 0 obj << /Type /Annot /Subtype /Link @@ -2503,7 +2514,7 @@ endobj /A << /S /GoTo /D (subsection.3.3.9) >> >> endobj -1251 0 obj +1263 0 obj << /Type /Annot /Subtype /Link @@ -2512,7 +2523,7 @@ endobj /A << /S /GoTo /D (subsection.3.3.10) >> >> endobj -1252 0 obj +1264 0 obj << /Type /Annot /Subtype /Link @@ -2521,7 +2532,7 @@ endobj /A << /S /GoTo /D (subsection.3.3.11) >> >> endobj -1253 0 obj +1265 0 obj << /Type /Annot /Subtype /Link @@ -2530,7 +2541,7 @@ endobj /A << /S /GoTo /D (subsection.3.3.12) >> >> endobj -1254 0 obj +1266 0 obj << /Type /Annot /Subtype /Link @@ -2539,7 +2550,7 @@ endobj /A << /S /GoTo /D (subsection.3.3.13) >> >> endobj -1255 0 obj +1267 0 obj << /Type /Annot /Subtype /Link @@ -2548,7 +2559,7 @@ endobj /A << /S /GoTo /D (section.3.4) >> >> endobj -1256 0 obj +1268 0 obj << /Type /Annot /Subtype /Link @@ -2557,7 +2568,7 @@ endobj /A << /S /GoTo /D (section.3.5) >> >> endobj -1257 0 obj +1269 0 obj << /Type /Annot /Subtype /Link @@ -2566,7 +2577,7 @@ endobj /A << /S /GoTo /D (subsection.3.5.1) >> >> endobj -1258 0 obj +1270 0 obj << /Type /Annot /Subtype /Link @@ -2575,7 +2586,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.5.1.1) >> >> endobj -1259 0 obj +1271 0 obj << /Type /Annot /Subtype /Link @@ -2584,7 +2595,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.5.1.2) >> >> endobj -1260 0 obj +1272 0 obj << /Type /Annot /Subtype /Link @@ -2593,7 +2604,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.5.1.3) >> >> endobj -1261 0 obj +1273 0 obj << /Type /Annot /Subtype /Link @@ -2602,7 +2613,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.5.1.4) >> >> endobj -1262 0 obj +1274 0 obj << /Type /Annot /Subtype /Link @@ -2611,7 +2622,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.5.1.5) >> >> endobj -1263 0 obj +1275 0 obj << /Type /Annot /Subtype /Link @@ -2620,7 +2631,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.5.1.6) >> >> endobj -1264 0 obj +1276 0 obj << /Type /Annot /Subtype /Link @@ -2629,7 +2640,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.5.1.7) >> >> endobj -1265 0 obj +1277 0 obj << /Type /Annot /Subtype /Link @@ -2638,7 +2649,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.5.1.8) >> >> endobj -1266 0 obj +1278 0 obj << /Type /Annot /Subtype /Link @@ -2647,7 +2658,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.5.1.9) >> >> endobj -1267 0 obj +1279 0 obj << /Type /Annot /Subtype /Link @@ -2656,7 +2667,7 @@ endobj /A << /S /GoTo /D (subsection.3.5.2) >> >> endobj -1268 0 obj +1280 0 obj << /Type /Annot /Subtype /Link @@ -2665,7 +2676,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.5.2.1) >> >> endobj -1269 0 obj +1281 0 obj << /Type /Annot /Subtype /Link @@ -2674,7 +2685,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.5.2.2) >> >> endobj -1270 0 obj +1282 0 obj << /Type /Annot /Subtype /Link @@ -2683,580 +2694,613 @@ endobj /A << /S /GoTo /D (subsubsection.3.5.2.3) >> >> endobj -1271 0 obj +1283 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 124.433 322.905 135.337] +/Rect [121.901 124.433 305.192 135.337] /A << /S /GoTo /D (subsection.3.5.3) >> >> endobj -1272 0 obj +1284 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [153.782 113.454 225.672 123.382] +/Rect [153.782 113.454 217.094 123.382] /A << /S /GoTo /D (subsubsection.3.5.3.1) >> >> endobj -1273 0 obj +1285 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [153.782 101.499 230.653 111.427] -/A << /S /GoTo /D (subsubsection.3.5.3.2) >> +/Rect [121.901 100.523 322.905 111.427] +/A << /S /GoTo /D (subsection.3.5.4) >> >> endobj -1274 0 obj +1286 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 88.567 343.379 99.471] -/A << /S /GoTo /D (subsection.3.5.4) >> +/Rect [153.782 89.544 225.672 99.471] +/A << /S /GoTo /D (subsubsection.3.5.4.1) >> >> endobj -1275 0 obj +1287 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [153.782 77.589 217.094 87.516] -/A << /S /GoTo /D (subsubsection.3.5.4.1) >> +/Rect [153.782 77.589 230.653 87.516] +/A << /S /GoTo /D (subsubsection.3.5.4.2) >> >> endobj -1276 0 obj +1288 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [153.782 65.633 227.057 75.561] -/A << /S /GoTo /D (subsubsection.3.5.4.2) >> +/Rect [121.901 64.657 343.379 75.561] +/A << /S /GoTo /D (subsection.3.5.5) >> >> endobj -1281 0 obj +1293 0 obj << -/D [1279 0 R /XYZ 84.039 766.262 null] +/D [1291 0 R /XYZ 84.039 766.262 null] >> endobj -1278 0 obj +1290 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1341 0 obj +1353 0 obj << -/Length 1971 +/Length 2038 /Filter /FlateDecode >> stream -xÚí\[s›F~ׯàQš±è^XXÚLgRÅiÓ‰4RûËh¬mÆÀ*°Jêß…ÝE²À–…­Ô²õ-!ô³ßùÎÅÖ¹¬ß{¿Mz?½öˆåÛ¾‹\krfQbì[qmê;Ö$²>õGïN'ǧ“ñàËäOËŽ -uP̃Õ/1`}ºêÛƒ!‘÷zÔ/Žïo¸dí‡A‚Qßq®½Ý„\þ;„Ðö Ybëjl_Î -ž,Sð½TXÆÙùú7êì„ ö ' ÷4ôï%Ô,ÿ6€¤o|9gåÑy\–‡faü -ûÝ¡]jûÔmÃm‰i*踶G©ùáφà©)+aX–nÎól캻n÷#dž¤¡‚JˆñCC,S¬°Ô÷—êüüä7–Ë”óï·!í"ÛAø± ý0¸ßF°•.œ‡Æ}Qh©TzÅ$Ù0`¯Ï¤‚Ï+¡›é;±~«çCäÛ®ëïÈ Å€ÚÓ&¢HÀ“јÀŸ^±LÜ^¤ >)N·w%”Pþ1´;†xÏ'ãñ;Àìh˜?Rp¤ ü)XËAÙGz?v<ò„±\‰c¦sð!˜Íb<6Àb¹\¶|ëå=¼ÛÅÿz悦)0>¡x -íÌD~-Z·vkU!ˆsŠäêÇǦGGÇîS£^Ç, -–g+Ã$áecÚÌ9ÄÙ;²ú -‡˜,uevºA -¡«TÌû<8Oƒæô*8ü©éŽe»ýÄô”Ñ^±òȨˎ£œÂ4 M“Vf fCW/×MŒÉa¦´nÿ{íB,m +xÚí\ms›¸þî_ÁG{&¦zA öîÜ™®›îË4i·ö½Úîx0„ *ävóïW ‰8†¼ÇÙ:ñd&–Ëø9GÏyÎ9²unë×Á/³Á«·±|Ûw‘kÍÎ,Jl€}Ë#®M}ÇšEÖçáäýéìøt6ý5ûÃr€cO¾ºujp<|@y +Xðz"lC@­0|þ X‘<÷‡lìSë{}ef9ò½€Oä8µ¦ƒ?@ßœš‰Ÿ[jðQß®CWnÇö<jyˆØØÑ÷‹m"ÿàh 1Ãù¼<ãõý™‰­Ïcâ“¡= +èÿøw— +$þM¥l²¬ƒrœÜ\ E"ÎFPF˜4ýi4ƘHZ‡]X`úâ(ӀǵHzõÖóVêu#›xÄ”¿±TÚXN°zïk%>ìÚ„æOU}@tŒ\jûÔíÂmˆi*踶G©ùà9ËÇ`™)ãaX•nî ++}©^̪W~‹¹Li1û~Ò.²„¤wàÛvÒ…óظ/KÍ µJ¯™$óö†±T𼺹žÙˆõ;="ßv]Gé‰(ÔÆ˜¶ Òðd2%ðÕ›)ö ‚›‹äÑç!Å Ø\ÜÕ”PAùÛÐþbམŒ§ÌކùG +ÊO‚µ4þD·ðcÇ#/K¢±ü,‰FH>7Àb9\¶:ôz ïvñ¿‡^'l°l¦Á5=¡x +oZ5Sçó ÌÔжmUMŸÏã<’‡ÿ³{ õ«ŽÇÜãØKÐ #R0žÆ/_r>¿fá/9IíØòŒöéy(ݹ:Qóò=øRŒŸ®~ +ï‚Eœj±ö=InAW lm\|ž1ÍíYѨöbUânº, +Æu¥ˆ›âêÒ0~ݪ…³‘Ù2I‘&ÕQ¥²«]3ÚZEÌÁx»dùãí¼ØTCo¾±b¨¤,Mrò%¦fðoE0ï žwgGYå]²àÍöÜÛ+£ä°ÁkûÐ~%?è˜$g²"iòšòvƪÄãü¼jch,tûe.ùªYp±í®ÜÞ÷á>PíáìFPNE¦Éb½ß@W,EyÔ”Orq¦Ÿ”‚K¦¿>úãÕ«zFTºQ–è®Âl²ÄŸK%̾øo+"ï9/ÿ]E§o›œòç,HSv¡~€» n¿o†ê˜\é$·²I™ä†@ +V§û endstream endobj -1340 0 obj +1352 0 obj << /Type /Page -/Contents 1341 0 R -/Resources 1339 0 R +/Contents 1353 0 R +/Resources 1351 0 R /MediaBox [0 0 612 792] -/Parent 1172 0 R -/Annots [ 1277 0 R 1283 0 R 1284 0 R 1285 0 R 1286 0 R 1287 0 R 1288 0 R 1289 0 R 1290 0 R 1291 0 R 1292 0 R 1293 0 R 1294 0 R 1295 0 R 1296 0 R 1297 0 R 1298 0 R 1299 0 R 1300 0 R 1301 0 R 1302 0 R 1303 0 R 1304 0 R 1305 0 R 1306 0 R 1307 0 R 1308 0 R 1309 0 R 1310 0 R 1311 0 R 1312 0 R 1313 0 R 1314 0 R 1315 0 R 1316 0 R 1317 0 R 1318 0 R 1319 0 R 1320 0 R 1321 0 R 1322 0 R 1323 0 R 1324 0 R 1325 0 R 1326 0 R 1327 0 R 1328 0 R 1329 0 R 1330 0 R 1331 0 R ] +/Parent 1184 0 R +/Annots [ 1289 0 R 1295 0 R 1296 0 R 1297 0 R 1298 0 R 1299 0 R 1300 0 R 1301 0 R 1302 0 R 1303 0 R 1304 0 R 1305 0 R 1306 0 R 1307 0 R 1308 0 R 1309 0 R 1310 0 R 1311 0 R 1312 0 R 1313 0 R 1314 0 R 1315 0 R 1316 0 R 1317 0 R 1318 0 R 1319 0 R 1320 0 R 1321 0 R 1322 0 R 1323 0 R 1324 0 R 1325 0 R 1326 0 R 1327 0 R 1328 0 R 1329 0 R 1330 0 R 1331 0 R 1332 0 R 1333 0 R 1334 0 R 1335 0 R 1336 0 R 1337 0 R 1338 0 R 1339 0 R 1340 0 R 1341 0 R 1342 0 R 1343 0 R 1344 0 R 1345 0 R 1346 0 R ] >> endobj -1277 0 obj +1289 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 722.191 298.816 733.095] -/A << /S /GoTo /D (subsection.3.5.5) >> +/Rect [153.782 723.168 217.094 733.095] +/A << /S /GoTo /D (subsubsection.3.5.5.1) >> >> endobj -1283 0 obj +1295 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 710.236 239.619 721.14] +/Rect [153.782 711.212 227.057 721.14] +/A << /S /GoTo /D (subsubsection.3.5.5.2) >> +>> +endobj +1296 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [121.901 698.281 298.816 709.185] /A << /S /GoTo /D (subsection.3.5.6) >> >> endobj -1284 0 obj +1297 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 698.281 279.977 709.185] +/Rect [121.901 686.326 239.619 697.23] /A << /S /GoTo /D (subsection.3.5.7) >> >> endobj -1285 0 obj +1298 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 686.326 222.463 697.23] +/Rect [121.901 674.371 252.461 685.275] /A << /S /GoTo /D (subsection.3.5.8) >> >> endobj -1286 0 obj +1299 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 674.371 215.629 685.275] +/Rect [121.901 662.416 279.977 673.319] /A << /S /GoTo /D (subsection.3.5.9) >> >> endobj -1287 0 obj +1300 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 662.416 526.688 673.319] +/Rect [121.901 650.46 222.463 661.364] /A << /S /GoTo /D (subsection.3.5.10) >> >> endobj -1288 0 obj +1301 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [121.901 638.505 215.629 649.409] +/A << /S /GoTo /D (subsection.3.5.11) >> +>> +endobj +1302 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [98.987 652.518 249.621 661.364] +/Rect [121.901 626.55 526.688 637.454] +/A << /S /GoTo /D (subsection.3.5.12) >> +>> +endobj +1303 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [98.987 616.652 249.621 625.499] /A << /S /GoTo /D (section.3.6) >> >> endobj -1289 0 obj +1304 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [98.987 638.505 168.566 649.409] +/Rect [98.987 602.64 168.566 613.544] /A << /S /GoTo /D (section.3.7) >> >> endobj -1290 0 obj +1305 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [98.987 626.55 229.038 637.454] +/Rect [98.987 590.684 229.038 601.588] /A << /S /GoTo /D (section.3.8) >> >> endobj -1291 0 obj +1306 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 616.652 237.387 625.499] +/Rect [121.901 580.667 237.387 589.633] /A << /S /GoTo /D (subsection.3.8.1) >> >> endobj -1292 0 obj +1307 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [153.782 602.64 418.237 613.544] +/Rect [153.782 566.774 418.237 577.678] /A << /S /GoTo /D (subsubsection.3.8.1.1) >> >> endobj -1293 0 obj +1308 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [153.782 590.684 376.435 601.588] +/Rect [153.782 554.819 376.435 565.723] /A << /S /GoTo /D (subsubsection.3.8.1.2) >> >> endobj -1294 0 obj +1309 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [153.782 578.729 359.538 589.633] +/Rect [153.782 542.864 359.538 553.768] /A << /S /GoTo /D (subsubsection.3.8.1.3) >> >> endobj -1295 0 obj +1310 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [153.782 566.774 422.422 577.678] +/Rect [153.782 530.909 422.422 541.813] /A << /S /GoTo /D (subsubsection.3.8.1.4) >> >> endobj -1296 0 obj +1311 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 554.819 324.858 565.723] +/Rect [121.901 518.953 324.858 529.857] /A << /S /GoTo /D (subsection.3.8.2) >> >> endobj -1297 0 obj +1312 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 542.864 287.21 553.768] +/Rect [121.901 506.998 287.21 517.902] /A << /S /GoTo /D (subsection.3.8.3) >> >> endobj -1298 0 obj +1313 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 530.909 345.312 541.813] +/Rect [121.901 495.043 345.312 505.947] /A << /S /GoTo /D (subsection.3.8.4) >> >> endobj -1299 0 obj +1314 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 518.953 383.787 529.857] +/Rect [121.901 483.088 383.787 493.992] /A << /S /GoTo /D (subsection.3.8.5) >> >> endobj -1300 0 obj +1315 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 506.998 344.774 517.902] +/Rect [121.901 471.133 344.774 482.037] /A << /S /GoTo /D (subsection.3.8.6) >> >> endobj -1301 0 obj +1316 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 495.043 288.874 505.947] +/Rect [121.901 459.178 288.874 470.082] /A << /S /GoTo /D (subsection.3.8.7) >> >> endobj -1302 0 obj +1317 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [98.987 483.088 259.205 493.992] +/Rect [98.987 447.222 259.205 458.126] /A << /S /GoTo /D (section.3.9) >> >> endobj -1303 0 obj +1318 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 473.07 322.925 482.037] +/Rect [121.901 437.205 322.925 446.171] /A << /S /GoTo /D (subsection.3.9.1) >> >> endobj -1304 0 obj +1319 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 459.178 324.011 470.082] +/Rect [121.901 423.312 324.011 434.216] /A << /S /GoTo /D (subsection.3.9.2) >> >> endobj -1305 0 obj +1320 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 447.222 294.682 458.126] +/Rect [121.901 411.357 294.682 422.261] /A << /S /GoTo /D (subsection.3.9.3) >> >> endobj -1306 0 obj +1321 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [98.987 435.267 336.594 446.171] +/Rect [98.987 399.402 336.594 410.306] /A << /S /GoTo /D (section.3.10) >> >> endobj -1307 0 obj +1322 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [98.987 425.369 215.758 434.216] +/Rect [98.987 389.504 215.758 398.351] /A << /S /GoTo /D (section.3.11) >> >> endobj -1308 0 obj +1323 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 413.414 282.637 422.261] +/Rect [121.901 377.549 282.637 386.395] /A << /S /GoTo /D (subsection.3.11.1) >> >> endobj -1309 0 obj +1324 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [153.782 400.119 327.409 410.306] +/Rect [153.782 364.254 327.409 374.44] /A << /S /GoTo /D (subsubsection.3.11.1.1) >> >> endobj -1310 0 obj +1325 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [153.782 387.82 394.049 398.351] +/Rect [153.782 351.955 394.049 362.485] /A << /S /GoTo /D (subsubsection.3.11.1.2) >> >> endobj -1311 0 obj +1326 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 375.491 267.574 386.395] +/Rect [121.901 339.626 267.574 350.53] /A << /S /GoTo /D (subsection.3.11.2) >> >> endobj -1312 0 obj +1327 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 365.594 223.47 374.44] +/Rect [121.901 329.728 223.47 338.575] /A << /S /GoTo /D (subsection.3.11.3) >> >> endobj -1313 0 obj +1328 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 353.638 309.894 362.485] +/Rect [121.901 317.773 309.894 326.62] /A << /S /GoTo /D (subsection.3.11.4) >> >> endobj -1314 0 obj +1329 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [98.987 339.626 331.154 350.53] +/Rect [98.987 303.76 331.154 314.664] /A << /S /GoTo /D (section.3.12) >> >> endobj -1315 0 obj +1330 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [98.987 327.671 214.682 338.575] +/Rect [98.987 291.805 214.682 302.709] /A << /S /GoTo /D (section.3.13) >> >> endobj -1316 0 obj +1331 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [98.987 315.716 191.689 326.62] +/Rect [98.987 279.85 191.689 290.754] /A << /S /GoTo /D (section.3.14) >> >> endobj -1317 0 obj +1332 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 303.76 355.114 314.664] +/Rect [121.901 267.895 355.114 278.799] /A << /S /GoTo /D (subsection.3.14.1) >> >> endobj -1318 0 obj +1333 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 291.805 319.588 302.709] +/Rect [121.901 255.94 319.588 266.844] /A << /S /GoTo /D (subsection.3.14.2) >> >> endobj -1319 0 obj +1334 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [153.782 281.907 234.708 290.754] +/Rect [153.782 246.042 234.708 254.889] /A << /S /GoTo /D (subsubsection.3.14.2.1) >> >> endobj -1320 0 obj +1335 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [153.782 269.952 242.448 278.799] +/Rect [153.782 233.967 242.448 242.933] /A << /S /GoTo /D (subsubsection.3.14.2.2) >> >> endobj -1321 0 obj +1336 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 255.94 305.491 266.844] +/Rect [121.901 220.074 305.491 230.978] /A << /S /GoTo /D (subsection.3.14.3) >> >> endobj -1322 0 obj +1337 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [153.782 246.042 235.256 254.889] +/Rect [153.782 210.057 235.256 219.023] /A << /S /GoTo /D (subsubsection.3.14.3.1) >> >> endobj -1323 0 obj +1338 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 233.967 213.596 242.933] +/Rect [121.901 198.221 213.596 207.068] /A << /S /GoTo /D (subsection.3.14.4) >> >> endobj -1324 0 obj +1339 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [98.987 220.074 190.583 230.978] +/Rect [98.987 184.209 190.583 195.113] /A << /S /GoTo /D (section.3.15) >> >> endobj -1325 0 obj +1340 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 208.119 255.957 219.023] +/Rect [121.901 172.254 255.957 183.158] /A << /S /GoTo /D (subsection.3.15.1) >> >> endobj -1326 0 obj +1341 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [153.782 196.164 327.599 207.068] +/Rect [153.782 160.298 327.599 171.202] /A << /S /GoTo /D (subsubsection.3.15.1.1) >> >> endobj -1327 0 obj +1342 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [153.782 186.146 255.001 195.113] +/Rect [153.782 150.401 255.001 159.247] /A << /S /GoTo /D (subsubsection.3.15.1.2) >> >> endobj -1328 0 obj +1343 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 172.254 248.755 183.158] +/Rect [121.901 136.388 248.755 147.292] /A << /S /GoTo /D (subsection.3.15.2) >> >> endobj -1329 0 obj +1344 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 160.298 250.418 171.202] +/Rect [121.901 124.433 250.418 135.337] /A << /S /GoTo /D (subsection.3.15.3) >> >> endobj -1330 0 obj +1345 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [98.987 148.343 158.205 159.247] +/Rect [98.987 112.478 158.205 123.382] /A << /S /GoTo /D (section.3.16) >> >> endobj -1331 0 obj +1346 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [98.987 136.388 255.05 147.292] +/Rect [98.987 100.523 255.05 111.427] /A << /S /GoTo /D (section.3.17) >> >> endobj -1342 0 obj +1354 0 obj << -/D [1340 0 R /XYZ 84.039 766.262 null] +/D [1352 0 R /XYZ 84.039 766.262 null] >> endobj -1339 0 obj +1351 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1395 0 obj +1410 0 obj << -/Length 1785 +/Length 1803 /Filter /FlateDecode >> stream -xÚí\[s›8}÷¯àÑž)TB¤}Kœ¤Ûnn{w:i;Œ±ÃÔ€p³ý÷+@’‰M‚íÖžÀù|÷£O -¸Oì(YÌóýp\’b>|³žš€Æè÷AâF“LËÔÇgø2ÿŸÄ±ë³ÕO±uQ”6uàX:ðw³pdÏr ïÜÄÝ©3ôy³ˆE!2 9Ü·éMvdûnâ>ŠãŠxlú/wͰ«ÒO醋P ¤ìi…GÆGçƒ7ˆ6âh¯ü]¸H¼€gÔŸY턹nD¬be°¤…í‚ëAg¡3^ÝÿÂF‰¹jX¢ž -ÊS¹KK­W®F|oV¶¿¨Diîzv·_ùún}SvלŒÇÒ»\»é–·ÇüÃYöá»ç¸“¥%U˜ÖãI‹­¸£â.‰h1OêË|B[w³MQ’²> O‘ÈLùÔ+Ó_dŸ7í¤5ˆeêK/ø&Ýôë¼ý½jcÊ´lÿ\З ‘\$쇾ϰV/åž‚›yMX«âÚ¤Š‹…Áó<s÷¢0ðYêžþw2MN_Ö0š•{%1µZ³&üb]Pæÿ—Þ(²Y¶Xz3†ÙfúÛ‘Ju³$σ‡”+ƒaT¶²{o.ù¹[ -ÚDû%ux’½eDÆØQšÞ䯮™ðví¹ëxb3éd8Ë\(z²µ´”ñÓn¦i› ¯m_b¶.RÄÔ÷$¤ +xÚí\]w¢8¾÷Wp©çŒLBHö®µíìÌök«»gNgæÌA¥–3.àtçßo€$RÁm:S+WB@‰Ïûýä +ÁB¸Jク +k$‘;!Ä¡þÝÇÈõ=ö–Âlú*±Üuû¹ªo—·àýè.]8!¯Z‡w{w•ºcáxò éíI1 ¼xêÆé|Vœô¢qE"ˆ?øõû˜ÍÔ¼4@¿S/¾Ëµ|”ùø_îñï‹££$ñRãÕÀ3â@¥ºœ(þn +á¡“"›IROh§„¸÷™Šs¡ÜRð&;bí[¨oÜáÐO‹xº±jøèMq\G¥ñþEÙ‘•Ò;£,gù‘™R~m{|Å=n8.¾68ïõ»,ÿoµO¦_UÖ€FÁ~ªòÁõ•OQsOÖiIJ+yØ yH–NY°pßU¡F»K} Âe£J²t +jCž%©›­,ÏÎxƒ—žF?vwÜ’<‘ƒ›DÁU‡¢Æã/‹£‘;ªÊ{…œ±Ù¼äáÙ¢…ÉK^Z؈·ÐWè)z+íŸôzÏÂó\wËFâÄ—‹ÕB9ûnëÏǹ=üÀžâgiÛ9® y2Ç%ÕᣚqT÷n+NBæ¯Z~Ârè* +³M‘¢¶µw$!… U$!/q¢ø·NAÐü’þ½,åýtj‹rò#FÝÏ–…¾~ÌÒüEJ/…|W€%lOÕL~×±xITñ·9T›Žîe‘Üñ ,ù*š ˜?fhT&DàÞî—¥º{$lÕpòGå,†¬ãæ“j>ë&ÈoY.+Å¢‚üÙ#Oé=Ïráj³.¼?FX]†„˜R®÷¶‰ø§x]ùÞÓAë?bËq endstream endobj -1394 0 obj +1409 0 obj << /Type /Page -/Contents 1395 0 R -/Resources 1393 0 R +/Contents 1410 0 R +/Resources 1408 0 R /MediaBox [0 0 612 792] -/Parent 1172 0 R -/Annots [ 1332 0 R 1333 0 R 1334 0 R 1335 0 R 1336 0 R 1337 0 R 1338 0 R 1344 0 R 1345 0 R 1346 0 R 1347 0 R 1348 0 R 1349 0 R 1350 0 R 1351 0 R 1397 0 R 1352 0 R 1353 0 R 1354 0 R 1355 0 R 1356 0 R 1357 0 R 1358 0 R 1359 0 R 1360 0 R 1361 0 R 1362 0 R 1363 0 R 1364 0 R 1365 0 R 1366 0 R 1367 0 R 1368 0 R 1369 0 R 1370 0 R 1371 0 R 1372 0 R 1373 0 R 1374 0 R 1375 0 R 1376 0 R 1377 0 R 1378 0 R 1379 0 R 1380 0 R 1381 0 R 1382 0 R 1383 0 R 1384 0 R 1385 0 R 1386 0 R 1387 0 R 1388 0 R 1389 0 R 1390 0 R 1391 0 R ] +/Parent 1184 0 R +/Annots [ 1347 0 R 1348 0 R 1349 0 R 1350 0 R 1356 0 R 1357 0 R 1358 0 R 1359 0 R 1360 0 R 1361 0 R 1362 0 R 1363 0 R 1364 0 R 1365 0 R 1366 0 R 1412 0 R 1367 0 R 1368 0 R 1369 0 R 1370 0 R 1371 0 R 1372 0 R 1373 0 R 1374 0 R 1375 0 R 1376 0 R 1377 0 R 1378 0 R 1379 0 R 1380 0 R 1381 0 R 1382 0 R 1383 0 R 1384 0 R 1385 0 R 1386 0 R 1387 0 R 1388 0 R 1389 0 R 1390 0 R 1391 0 R 1392 0 R 1393 0 R 1394 0 R 1395 0 R 1396 0 R 1397 0 R 1398 0 R 1399 0 R 1400 0 R 1401 0 R 1402 0 R 1403 0 R 1404 0 R 1405 0 R 1406 0 R ] >> endobj -1332 0 obj +1347 0 obj << /Type /Annot /Subtype /Link @@ -3265,7 +3309,7 @@ endobj /A << /S /GoTo /D (chapter.4) >> >> endobj -1333 0 obj +1348 0 obj << /Type /Annot /Subtype /Link @@ -3274,7 +3318,7 @@ endobj /A << /S /GoTo /D (section.4.1) >> >> endobj -1334 0 obj +1349 0 obj << /Type /Annot /Subtype /Link @@ -3283,7 +3327,7 @@ endobj /A << /S /GoTo /D (subsection.4.1.1) >> >> endobj -1335 0 obj +1350 0 obj << /Type /Annot /Subtype /Link @@ -3292,7 +3336,7 @@ endobj /A << /S /GoTo /D (subsection.4.1.2) >> >> endobj -1336 0 obj +1356 0 obj << /Type /Annot /Subtype /Link @@ -3301,7 +3345,7 @@ endobj /A << /S /GoTo /D (subsection.4.1.3) >> >> endobj -1337 0 obj +1357 0 obj << /Type /Annot /Subtype /Link @@ -3310,7 +3354,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.3.1) >> >> endobj -1338 0 obj +1358 0 obj << /Type /Annot /Subtype /Link @@ -3319,7 +3363,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.3.2) >> >> endobj -1344 0 obj +1359 0 obj << /Type /Annot /Subtype /Link @@ -3328,7 +3372,7 @@ endobj /A << /S /GoTo /D (subsection.4.1.4) >> >> endobj -1345 0 obj +1360 0 obj << /Type /Annot /Subtype /Link @@ -3337,7 +3381,7 @@ endobj /A << /S /GoTo /D (subsection.4.1.5) >> >> endobj -1346 0 obj +1361 0 obj << /Type /Annot /Subtype /Link @@ -3346,7 +3390,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.5.1) >> >> endobj -1347 0 obj +1362 0 obj << /Type /Annot /Subtype /Link @@ -3355,7 +3399,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.5.2) >> >> endobj -1348 0 obj +1363 0 obj << /Type /Annot /Subtype /Link @@ -3364,7 +3408,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.5.3) >> >> endobj -1349 0 obj +1364 0 obj << /Type /Annot /Subtype /Link @@ -3373,7 +3417,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.1.5.4) >> >> endobj -1350 0 obj +1365 0 obj << /Type /Annot /Subtype /Link @@ -3382,7 +3426,7 @@ endobj /A << /S /GoTo /D (section.4.2) >> >> endobj -1351 0 obj +1366 0 obj << /Type /Annot /Subtype /Link @@ -3391,7 +3435,7 @@ endobj /A << /S /GoTo /D (section.4.3) >> >> endobj -1397 0 obj +1412 0 obj << /Type /Annot /Subtype /Link @@ -3400,7 +3444,7 @@ endobj /A << /S /GoTo /D (section.4.3) >> >> endobj -1352 0 obj +1367 0 obj << /Type /Annot /Subtype /Link @@ -3409,7 +3453,7 @@ endobj /A << /S /GoTo /D (subsection.4.3.1) >> >> endobj -1353 0 obj +1368 0 obj << /Type /Annot /Subtype /Link @@ -3418,7 +3462,7 @@ endobj /A << /S /GoTo /D (subsection.4.3.2) >> >> endobj -1354 0 obj +1369 0 obj << /Type /Annot /Subtype /Link @@ -3427,7 +3471,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.3.2.1) >> >> endobj -1355 0 obj +1370 0 obj << /Type /Annot /Subtype /Link @@ -3436,7 +3480,7 @@ endobj /A << /S /GoTo /D (subsection.4.3.3) >> >> endobj -1356 0 obj +1371 0 obj << /Type /Annot /Subtype /Link @@ -3445,7 +3489,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.3.3.1) >> >> endobj -1357 0 obj +1372 0 obj << /Type /Annot /Subtype /Link @@ -3454,7 +3498,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.3.3.2) >> >> endobj -1358 0 obj +1373 0 obj << /Type /Annot /Subtype /Link @@ -3463,7 +3507,7 @@ endobj /A << /S /GoTo /D (subsection.4.3.4) >> >> endobj -1359 0 obj +1374 0 obj << /Type /Annot /Subtype /Link @@ -3472,7 +3516,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.3.4.1) >> >> endobj -1360 0 obj +1375 0 obj << /Type /Annot /Subtype /Link @@ -3481,7 +3525,7 @@ endobj /A << /S /GoTo /D (subsection.4.3.5) >> >> endobj -1361 0 obj +1376 0 obj << /Type /Annot /Subtype /Link @@ -3490,7 +3534,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.3.5.1) >> >> endobj -1362 0 obj +1377 0 obj << /Type /Annot /Subtype /Link @@ -3499,7 +3543,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.3.5.2) >> >> endobj -1363 0 obj +1378 0 obj << /Type /Annot /Subtype /Link @@ -3508,7 +3552,7 @@ endobj /A << /S /GoTo /D (subsection.4.3.6) >> >> endobj -1364 0 obj +1379 0 obj << /Type /Annot /Subtype /Link @@ -3517,7 +3561,7 @@ endobj /A << /S /GoTo /D (subsection.4.3.7) >> >> endobj -1365 0 obj +1380 0 obj << /Type /Annot /Subtype /Link @@ -3526,7 +3570,7 @@ endobj /A << /S /GoTo /D (subsection.4.3.8) >> >> endobj -1366 0 obj +1381 0 obj << /Type /Annot /Subtype /Link @@ -3535,7 +3579,7 @@ endobj /A << /S /GoTo /D (subsection.4.3.9) >> >> endobj -1367 0 obj +1382 0 obj << /Type /Annot /Subtype /Link @@ -3544,7 +3588,7 @@ endobj /A << /S /GoTo /D (section.4.4) >> >> endobj -1368 0 obj +1383 0 obj << /Type /Annot /Subtype /Link @@ -3553,7 +3597,7 @@ endobj /A << /S /GoTo /D (subsection.4.4.1) >> >> endobj -1369 0 obj +1384 0 obj << /Type /Annot /Subtype /Link @@ -3562,7 +3606,7 @@ endobj /A << /S /GoTo /D (section.4.5) >> >> endobj -1370 0 obj +1385 0 obj << /Type /Annot /Subtype /Link @@ -3571,7 +3615,7 @@ endobj /A << /S /GoTo /D (subsection.4.5.1) >> >> endobj -1371 0 obj +1386 0 obj << /Type /Annot /Subtype /Link @@ -3580,7 +3624,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.5.1.1) >> >> endobj -1372 0 obj +1387 0 obj << /Type /Annot /Subtype /Link @@ -3589,7 +3633,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.5.1.2) >> >> endobj -1373 0 obj +1388 0 obj << /Type /Annot /Subtype /Link @@ -3598,7 +3642,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.5.1.3) >> >> endobj -1374 0 obj +1389 0 obj << /Type /Annot /Subtype /Link @@ -3607,7 +3651,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.5.1.4) >> >> endobj -1375 0 obj +1390 0 obj << /Type /Annot /Subtype /Link @@ -3616,7 +3660,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.5.1.5) >> >> endobj -1376 0 obj +1391 0 obj << /Type /Annot /Subtype /Link @@ -3625,7 +3669,7 @@ endobj /A << /S /GoTo /D (section.4.6) >> >> endobj -1377 0 obj +1392 0 obj << /Type /Annot /Subtype /Link @@ -3634,7 +3678,7 @@ endobj /A << /S /GoTo /D (subsection.4.6.1) >> >> endobj -1378 0 obj +1393 0 obj << /Type /Annot /Subtype /Link @@ -3643,7 +3687,7 @@ endobj /A << /S /GoTo /D (subsection.4.6.2) >> >> endobj -1379 0 obj +1394 0 obj << /Type /Annot /Subtype /Link @@ -3652,7 +3696,7 @@ endobj /A << /S /GoTo /D (subsection.4.6.3) >> >> endobj -1380 0 obj +1395 0 obj << /Type /Annot /Subtype /Link @@ -3661,7 +3705,7 @@ endobj /A << /S /GoTo /D (subsection.4.6.4) >> >> endobj -1381 0 obj +1396 0 obj << /Type /Annot /Subtype /Link @@ -3670,7 +3714,7 @@ endobj /A << /S /GoTo /D (subsection.4.6.5) >> >> endobj -1382 0 obj +1397 0 obj << /Type /Annot /Subtype /Link @@ -3679,7 +3723,7 @@ endobj /A << /S /GoTo /D (subsection.4.6.6) >> >> endobj -1383 0 obj +1398 0 obj << /Type /Annot /Subtype /Link @@ -3688,7 +3732,7 @@ endobj /A << /S /GoTo /D (subsection.4.6.7) >> >> endobj -1384 0 obj +1399 0 obj << /Type /Annot /Subtype /Link @@ -3697,16 +3741,16 @@ endobj /A << /S /GoTo /D (subsection.4.6.8) >> >> endobj -1385 0 obj +1400 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [153.782 138.326 259.415 147.292] +/Rect [153.782 138.445 259.415 147.292] /A << /S /GoTo /D (subsubsection.4.6.8.1) >> >> endobj -1386 0 obj +1401 0 obj << /Type /Annot /Subtype /Link @@ -3715,7 +3759,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.6.8.2) >> >> endobj -1387 0 obj +1402 0 obj << /Type /Annot /Subtype /Link @@ -3724,7 +3768,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.6.8.3) >> >> endobj -1388 0 obj +1403 0 obj << /Type /Annot /Subtype /Link @@ -3733,16 +3777,16 @@ endobj /A << /S /GoTo /D (subsubsection.4.6.8.4) >> >> endobj -1389 0 obj +1404 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [153.782 90.505 337.461 99.471] +/Rect [153.782 90.625 337.461 99.471] /A << /S /GoTo /D (subsubsection.4.6.8.5) >> >> endobj -1390 0 obj +1405 0 obj << /Type /Annot /Subtype /Link @@ -3751,7 +3795,7 @@ endobj /A << /S /GoTo /D (subsection.4.6.9) >> >> endobj -1391 0 obj +1406 0 obj << /Type /Annot /Subtype /Link @@ -3760,44 +3804,44 @@ endobj /A << /S /GoTo /D (subsubsection.4.6.9.1) >> >> endobj -1396 0 obj +1411 0 obj << -/D [1394 0 R /XYZ 84.039 766.262 null] +/D [1409 0 R /XYZ 84.039 766.262 null] >> endobj -1393 0 obj +1408 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1454 0 obj +1469 0 obj << -/Length 1727 +/Length 1720 /Filter /FlateDecode >> stream -xÚí\Év›HÝë+XŠ…pUQcïlÉvœÎàØ:Ý}N’Fe…c5BN'_ß dYØIìÀJXÈ€î­÷Þ}C s§ƒ£éàà„CX‚"jL¯ -¸™‚(,§_dêùÙÒüpÅÉæÝâÏÛBi_ìâ !K@\£Ë‚Š0¤®{êGWŽŸõ~‘(ûXÖì -Ýæ²Ð3*¶½H«ámXÁë¬ä®+–É*ÖÇ·iÀpüU=Â3F{ü‹?Éñ? Ç«EÒ. Þ,~:-4§%ë_yn¡Œ¼”¥Î•Fž„ÑFU±œ…q¦íÜùªÚJ<òê¶ÂmÔSðx -ª†Às -*)ãõ -ycºévk»7APé+¾N8ÉqAó¤ØW/ù¢ -ýRå;ÅŽøh»ò$­ü)_ùp.ëM8ú;¯õfàí½'ø é;I± £…Ôà/3  oÕ{¶èÇ/´‰—YÝŽ*ð•öB,YCÍñbñ~$´e¤-~œæp±ð×<M%Å.‚eù“ŽïÛ¨jª\b\S¢6îŸÁ{¯g®A¿ŒíN>¬ä²ùG -P? úÈVOKåyE¡mŒ(¶zÕ=êg§ƒÿuòÇ +xÚí\Év›HÝë+XŠ…pÍEõΖlÇé Ž­ÓÝç$Y`TV8fP#”tòõ]@‘@–…íĬ„… èÞzïÝ7”€17€q:8šN85„%bÆôÚ°©°08e–-ˆ1‡ã÷ï¦Ç聯æçékƒ +D›¥r +.ǽ©•Æxß0i—†??8ççdºÍe¡gTl{‰V#@VÈ:+¹ëŠe²Šõñ×4`8þªá9g=þÅŸæøŸ…‰ŒãÕ"iHPo?–Ó’õ¯<·PF^ÊRçJ#Âl£ªxÎÂ8 +Óvî|Um%yu[±1ê)x8UC°s +*)ãõ +y±=àUTé‚–ÍÎ[À‹™‚¿M £ø¦^[¢ý²ß¯„—Â_ÌT*uߦÖwàßè•0%]’iµØ‹ÊļZAe&)”w !: +ò·"f2™Ôœ¡[´ +P?!úÀ^OKåyÅ 6FŒXH½ê¦Nõ³ÇÓÁÿ,òù endstream endobj -1453 0 obj +1468 0 obj << /Type /Page -/Contents 1454 0 R -/Resources 1452 0 R +/Contents 1469 0 R +/Resources 1467 0 R /MediaBox [0 0 612 792] -/Parent 1172 0 R -/Annots [ 1392 0 R 1398 0 R 1399 0 R 1400 0 R 1401 0 R 1402 0 R 1403 0 R 1404 0 R 1405 0 R 1406 0 R 1407 0 R 1408 0 R 1409 0 R 1410 0 R 1411 0 R 1412 0 R 1413 0 R 1414 0 R 1415 0 R 1416 0 R 1417 0 R 1418 0 R 1419 0 R 1420 0 R 1421 0 R 1422 0 R 1423 0 R 1424 0 R 1425 0 R 1426 0 R 1427 0 R 1428 0 R 1429 0 R 1430 0 R 1431 0 R 1432 0 R 1433 0 R 1434 0 R 1435 0 R 1436 0 R 1437 0 R 1438 0 R 1439 0 R 1440 0 R 1441 0 R 1442 0 R 1443 0 R 1444 0 R 1445 0 R 1446 0 R 1447 0 R 1448 0 R ] +/Parent 1184 0 R +/Annots [ 1407 0 R 1413 0 R 1414 0 R 1415 0 R 1416 0 R 1417 0 R 1418 0 R 1419 0 R 1420 0 R 1421 0 R 1422 0 R 1423 0 R 1424 0 R 1425 0 R 1426 0 R 1427 0 R 1428 0 R 1429 0 R 1430 0 R 1431 0 R 1432 0 R 1433 0 R 1434 0 R 1435 0 R 1436 0 R 1437 0 R 1438 0 R 1439 0 R 1440 0 R 1441 0 R 1442 0 R 1443 0 R 1444 0 R 1445 0 R 1446 0 R 1447 0 R 1448 0 R 1449 0 R 1450 0 R 1451 0 R 1452 0 R 1453 0 R 1454 0 R 1455 0 R 1456 0 R 1457 0 R 1458 0 R 1459 0 R 1460 0 R 1461 0 R 1462 0 R 1463 0 R ] >> endobj -1392 0 obj +1407 0 obj << /Type /Annot /Subtype /Link @@ -3806,7 +3850,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.6.9.2) >> >> endobj -1398 0 obj +1413 0 obj << /Type /Annot /Subtype /Link @@ -3815,7 +3859,7 @@ endobj /A << /S /GoTo /D (section.4.7) >> >> endobj -1399 0 obj +1414 0 obj << /Type /Annot /Subtype /Link @@ -3824,7 +3868,7 @@ endobj /A << /S /GoTo /D (subsection.4.7.1) >> >> endobj -1400 0 obj +1415 0 obj << /Type /Annot /Subtype /Link @@ -3833,7 +3877,7 @@ endobj /A << /S /GoTo /D (subsection.4.7.2) >> >> endobj -1401 0 obj +1416 0 obj << /Type /Annot /Subtype /Link @@ -3842,7 +3886,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.7.2.1) >> >> endobj -1402 0 obj +1417 0 obj << /Type /Annot /Subtype /Link @@ -3851,7 +3895,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.7.2.2) >> >> endobj -1403 0 obj +1418 0 obj << /Type /Annot /Subtype /Link @@ -3860,7 +3904,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.7.2.3) >> >> endobj -1404 0 obj +1419 0 obj << /Type /Annot /Subtype /Link @@ -3869,7 +3913,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.7.2.4) >> >> endobj -1405 0 obj +1420 0 obj << /Type /Annot /Subtype /Link @@ -3878,7 +3922,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.7.2.5) >> >> endobj -1406 0 obj +1421 0 obj << /Type /Annot /Subtype /Link @@ -3887,7 +3931,7 @@ endobj /A << /S /GoTo /D (subsection.4.7.3) >> >> endobj -1407 0 obj +1422 0 obj << /Type /Annot /Subtype /Link @@ -3896,7 +3940,7 @@ endobj /A << /S /GoTo /D (subsection.4.7.4) >> >> endobj -1408 0 obj +1423 0 obj << /Type /Annot /Subtype /Link @@ -3905,7 +3949,7 @@ endobj /A << /S /GoTo /D (subsection.4.7.5) >> >> endobj -1409 0 obj +1424 0 obj << /Type /Annot /Subtype /Link @@ -3914,7 +3958,7 @@ endobj /A << /S /GoTo /D (subsection.4.7.6) >> >> endobj -1410 0 obj +1425 0 obj << /Type /Annot /Subtype /Link @@ -3923,7 +3967,7 @@ endobj /A << /S /GoTo /D (subsection.4.7.7) >> >> endobj -1411 0 obj +1426 0 obj << /Type /Annot /Subtype /Link @@ -3932,7 +3976,7 @@ endobj /A << /S /GoTo /D (subsection.4.7.8) >> >> endobj -1412 0 obj +1427 0 obj << /Type /Annot /Subtype /Link @@ -3941,7 +3985,7 @@ endobj /A << /S /GoTo /D (subsection.4.7.9) >> >> endobj -1413 0 obj +1428 0 obj << /Type /Annot /Subtype /Link @@ -3950,7 +3994,7 @@ endobj /A << /S /GoTo /D (subsection.4.7.10) >> >> endobj -1414 0 obj +1429 0 obj << /Type /Annot /Subtype /Link @@ -3959,34 +4003,34 @@ endobj /A << /S /GoTo /D (subsection.4.7.11) >> >> endobj -1415 0 obj +1430 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 509.056 177.911 517.902] +/Rect [121.901 508.936 177.911 517.902] /A << /S /GoTo /D (subsection.4.7.12) >> >> endobj -1416 0 obj +1431 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 497.1 195.076 505.947] +/Rect [121.901 496.981 195.076 505.947] /A << /S /GoTo /D (subsection.4.7.13) >> >> endobj -1417 0 obj +1432 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 485.145 245.178 493.992] +/Rect [121.901 485.026 245.178 493.992] /A << /S /GoTo /D (subsection.4.7.14) >> >> endobj -1418 0 obj +1433 0 obj << /Type /Annot /Subtype /Link @@ -3995,7 +4039,7 @@ endobj /A << /S /GoTo /D (subsection.4.7.15) >> >> endobj -1419 0 obj +1434 0 obj << /Type /Annot /Subtype /Link @@ -4004,7 +4048,7 @@ endobj /A << /S /GoTo /D (subsection.4.7.16) >> >> endobj -1420 0 obj +1435 0 obj << /Type /Annot /Subtype /Link @@ -4013,7 +4057,7 @@ endobj /A << /S /GoTo /D (subsection.4.7.17) >> >> endobj -1421 0 obj +1436 0 obj << /Type /Annot /Subtype /Link @@ -4022,7 +4066,7 @@ endobj /A << /S /GoTo /D (subsection.4.7.18) >> >> endobj -1422 0 obj +1437 0 obj << /Type /Annot /Subtype /Link @@ -4031,7 +4075,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.7.18.1) >> >> endobj -1423 0 obj +1438 0 obj << /Type /Annot /Subtype /Link @@ -4040,7 +4084,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.7.18.2) >> >> endobj -1424 0 obj +1439 0 obj << /Type /Annot /Subtype /Link @@ -4049,7 +4093,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.7.18.3) >> >> endobj -1425 0 obj +1440 0 obj << /Type /Annot /Subtype /Link @@ -4058,7 +4102,7 @@ endobj /A << /S /GoTo /D (subsection.4.7.19) >> >> endobj -1426 0 obj +1441 0 obj << /Type /Annot /Subtype /Link @@ -4067,7 +4111,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.7.19.1) >> >> endobj -1427 0 obj +1442 0 obj << /Type /Annot /Subtype /Link @@ -4076,7 +4120,7 @@ endobj /A << /S /GoTo /D (subsection.4.7.20) >> >> endobj -1428 0 obj +1443 0 obj << /Type /Annot /Subtype /Link @@ -4085,7 +4129,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.7.20.1) >> >> endobj -1429 0 obj +1444 0 obj << /Type /Annot /Subtype /Link @@ -4094,7 +4138,7 @@ endobj /A << /S /GoTo /D (subsubsection.4.7.20.2) >> >> endobj -1430 0 obj +1445 0 obj << /Type /Annot /Subtype /Link @@ -4103,7 +4147,7 @@ endobj /A << /S /GoTo /D (chapter.5) >> >> endobj -1431 0 obj +1446 0 obj << /Type /Annot /Subtype /Link @@ -4112,7 +4156,7 @@ endobj /A << /S /GoTo /D (section.5.1) >> >> endobj -1432 0 obj +1447 0 obj << /Type /Annot /Subtype /Link @@ -4121,7 +4165,7 @@ endobj /A << /S /GoTo /D (subsection.5.1.1) >> >> endobj -1433 0 obj +1448 0 obj << /Type /Annot /Subtype /Link @@ -4130,7 +4174,7 @@ endobj /A << /S /GoTo /D (subsection.5.1.2) >> >> endobj -1434 0 obj +1449 0 obj << /Type /Annot /Subtype /Link @@ -4139,7 +4183,7 @@ endobj /A << /S /GoTo /D (subsection.5.1.3) >> >> endobj -1435 0 obj +1450 0 obj << /Type /Annot /Subtype /Link @@ -4148,7 +4192,7 @@ endobj /A << /S /GoTo /D (subsection.5.1.4) >> >> endobj -1436 0 obj +1451 0 obj << /Type /Annot /Subtype /Link @@ -4157,7 +4201,7 @@ endobj /A << /S /GoTo /D (subsection.5.1.5) >> >> endobj -1437 0 obj +1452 0 obj << /Type /Annot /Subtype /Link @@ -4166,7 +4210,7 @@ endobj /A << /S /GoTo /D (subsection.5.1.6) >> >> endobj -1438 0 obj +1453 0 obj << /Type /Annot /Subtype /Link @@ -4175,7 +4219,7 @@ endobj /A << /S /GoTo /D (subsection.5.1.7) >> >> endobj -1439 0 obj +1454 0 obj << /Type /Annot /Subtype /Link @@ -4184,7 +4228,7 @@ endobj /A << /S /GoTo /D (section.5.2) >> >> endobj -1440 0 obj +1455 0 obj << /Type /Annot /Subtype /Link @@ -4193,7 +4237,7 @@ endobj /A << /S /GoTo /D (chapter.6) >> >> endobj -1441 0 obj +1456 0 obj << /Type /Annot /Subtype /Link @@ -4202,7 +4246,7 @@ endobj /A << /S /GoTo /D (section.6.1) >> >> endobj -1442 0 obj +1457 0 obj << /Type /Annot /Subtype /Link @@ -4211,7 +4255,7 @@ endobj /A << /S /GoTo /D (section.6.2) >> >> endobj -1443 0 obj +1458 0 obj << /Type /Annot /Subtype /Link @@ -4220,7 +4264,7 @@ endobj /A << /S /GoTo /D (section.6.3) >> >> endobj -1444 0 obj +1459 0 obj << /Type /Annot /Subtype /Link @@ -4229,7 +4273,7 @@ endobj /A << /S /GoTo /D (section.6.4) >> >> endobj -1445 0 obj +1460 0 obj << /Type /Annot /Subtype /Link @@ -4238,7 +4282,7 @@ endobj /A << /S /GoTo /D (section.6.5) >> >> endobj -1446 0 obj +1461 0 obj << /Type /Annot /Subtype /Link @@ -4247,7 +4291,7 @@ endobj /A << /S /GoTo /D (section.6.6) >> >> endobj -1447 0 obj +1462 0 obj << /Type /Annot /Subtype /Link @@ -4256,7 +4300,7 @@ endobj /A << /S /GoTo /D (section.6.7) >> >> endobj -1448 0 obj +1463 0 obj << /Type /Annot /Subtype /Link @@ -4265,42 +4309,45 @@ endobj /A << /S /GoTo /D (section.6.8) >> >> endobj -1455 0 obj +1470 0 obj << -/D [1453 0 R /XYZ 84.039 766.262 null] +/D [1468 0 R /XYZ 84.039 766.262 null] >> endobj -1452 0 obj +1467 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F72 1233 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1490 0 obj +1505 0 obj << /Length 1312 /Filter /FlateDecode >> stream -xÚíšMw›8†÷þìjŸ3$$@ËÄqÚéÉIÒØsf‘éBs‚1©ûëG€ð4‰7mÇlÙ|HyŸ{¥«{ejfjï{g“ÞÉ…ƒ5bÚÚä^s±aZDs°m¸i_»ë¯¯&£«ÉxðyòQC&2LG>ݸÔMz_z@^25°z‘e -Ó£"OY•`g?8öÎp,gœOç¡XÁI¨ðfM6Æ›·bƒ›÷l -½‚CC\ëW_jbs°O9B±¨€y<)¶;qm§Ãôs0…iô•Γ¨-|ë…· -9;ó¦|£äõW=ò{µüœ‡U+T ÒÈÏ=*Šõi{g œŽÍþP¶r:@AHÓ¡Ü -”['5–T&ư̂šG£ê§s*è3é÷5éw™î¸ND8¿•ÖÐpqlYoÐ~ÜçœBi(¨Áª¤ËLØTgEXó5IY¶Š0G‘„·º´ëØGLº;†ò…ÔPI}Ψ¯¯¢õ'&ŽutfþJ½×LÛRzy2 -º0ä¥hœÃZî4ÈX!X﹚®¸XÆ7)÷X–ñ´YÍ‚vÇáE^RÇ$ªŽY¸GÕê‡q±„H_‰i”=]Áä5L²¬`NfËm|¾Ø D}իǹmtÓh‹ÃX²œ@O•s–™ìÇêK¹]–á¦PMy®bÜ)Íê™v*cއª™åžòâ?Ô®”ù¬vìÍ]¹Ïˈ¬Íã‘ócem•â׸—Sø«>N½‡˜â=FÌZ’¡Ûn7Oúl;ØÀ¤è ;rIõÔæ3£Iï?ÿdüõ +xÚíšOs›8ÆïþÜjÏ,D câ$ív2I{gÙdPl&Q›¦Ÿ~ÿƒ&±ã¦íš‹#)Ïï}¥G¯ +ý‚CC\ûW_jbó4°O9‹BùXóE,Smvâ9n‡éç`¢ÓÙW6O¢6ûÖ…· +y[ó‚@ÝQñú«žÅ^~N‡Ãªêé,È}&‹õisg ÝŽÍîP6j&ÄÅØ0‘½ +”W5TÆŠúܟšϢê£S&Ù3åúšr‡·(w\%2œ‡ßÊhh¤8±í.·÷?ô¹¤FH +n°*i¡²61yak¾&)Ï–ó,RãÖ”ö\ç`Í$ÝÒÊR#-õ)g¹tëO(L]ûàÂü•z¯„¶­õŠd +ç +óOTVʯP2-|(ûÚƒªMì Þ ª°|§3žê! +î ‹ï͸/%Ÿ?ãL¦¹ßjEhœš«!‹+5/Â;®6²Ü,÷³umu”p?ÔZ»ÜhU®‹6KeXó†y°X$>W"ÐyõÚ…rvŠTBÝ”5Åi˜É:]£H´`§›b÷ÁÑÙÏy2µëÐEEdó ·Ûü¼†€Ù^e¯->ú‘˜«Ø÷ë'6Šãϲè^œV7v¢°³!/EãmöâáÉÒò +ÓUwx'ôt%äÂs\§ÂçY&Òæir:/âð’sLªÏ1‹ô£Zý0.–•+1‹²§O0xÍ &]œ`Žg‹m“bþ¸nd}կǹvÓh3FØÒÆÒÅz¬“³¬d?ToÊí²²ÿ™F5¹ö¸–Õ3íDyŽûª™å¾Îâ?ô])xØë»ò@”ެ-ã±ûcem—ÎyMz¹õÕDZ‹B¼‡ˆÓ–bh#­ÖŸôÙL&‰EhÑq-ìÑêWë#>÷þ6ªüô endstream endobj -1489 0 obj +1504 0 obj << /Type /Page -/Contents 1490 0 R -/Resources 1488 0 R +/Contents 1505 0 R +/Resources 1503 0 R /MediaBox [0 0 612 792] -/Parent 1492 0 R -/Annots [ 1449 0 R 1450 0 R 1451 0 R 1456 0 R 1457 0 R 1458 0 R 1459 0 R 1460 0 R 1461 0 R 1462 0 R 1463 0 R 1464 0 R 1465 0 R 1466 0 R 1467 0 R 1468 0 R 1469 0 R 1470 0 R 1471 0 R 1472 0 R 1473 0 R 1474 0 R 1475 0 R 1476 0 R 1477 0 R 1478 0 R 1479 0 R 1480 0 R 1481 0 R 1482 0 R 1483 0 R 1484 0 R 1485 0 R 1486 0 R 1487 0 R ] +/Parent 1507 0 R +/Annots [ 1464 0 R 1465 0 R 1466 0 R 1471 0 R 1472 0 R 1473 0 R 1474 0 R 1475 0 R 1476 0 R 1477 0 R 1478 0 R 1479 0 R 1480 0 R 1481 0 R 1482 0 R 1483 0 R 1484 0 R 1485 0 R 1486 0 R 1487 0 R 1488 0 R 1489 0 R 1490 0 R 1491 0 R 1492 0 R 1493 0 R 1494 0 R 1495 0 R 1496 0 R 1497 0 R 1498 0 R 1499 0 R 1500 0 R 1501 0 R 1502 0 R ] >> endobj -1449 0 obj +1464 0 obj << /Type /Annot /Subtype /Link @@ -4309,7 +4356,7 @@ endobj /A << /S /GoTo /D (chapter.7) >> >> endobj -1450 0 obj +1465 0 obj << /Type /Annot /Subtype /Link @@ -4318,7 +4365,7 @@ endobj /A << /S /GoTo /D (section.7.1) >> >> endobj -1451 0 obj +1466 0 obj << /Type /Annot /Subtype /Link @@ -4327,7 +4374,7 @@ endobj /A << /S /GoTo /D (section.7.2) >> >> endobj -1456 0 obj +1471 0 obj << /Type /Annot /Subtype /Link @@ -4336,7 +4383,7 @@ endobj /A << /S /GoTo /D (section.7.3) >> >> endobj -1457 0 obj +1472 0 obj << /Type /Annot /Subtype /Link @@ -4345,7 +4392,7 @@ endobj /A << /S /GoTo /D (section.7.4) >> >> endobj -1458 0 obj +1473 0 obj << /Type /Annot /Subtype /Link @@ -4354,7 +4401,7 @@ endobj /A << /S /GoTo /D (section.7.5) >> >> endobj -1459 0 obj +1474 0 obj << /Type /Annot /Subtype /Link @@ -4363,7 +4410,7 @@ endobj /A << /S /GoTo /D (section.7.6) >> >> endobj -1460 0 obj +1475 0 obj << /Type /Annot /Subtype /Link @@ -4372,7 +4419,7 @@ endobj /A << /S /GoTo /D (section.7.7) >> >> endobj -1461 0 obj +1476 0 obj << /Type /Annot /Subtype /Link @@ -4381,7 +4428,7 @@ endobj /A << /S /GoTo /D (section.7.8) >> >> endobj -1462 0 obj +1477 0 obj << /Type /Annot /Subtype /Link @@ -4390,7 +4437,7 @@ endobj /A << /S /GoTo /D (section.7.9) >> >> endobj -1463 0 obj +1478 0 obj << /Type /Annot /Subtype /Link @@ -4399,7 +4446,7 @@ endobj /A << /S /GoTo /D (section.7.10) >> >> endobj -1464 0 obj +1479 0 obj << /Type /Annot /Subtype /Link @@ -4408,7 +4455,7 @@ endobj /A << /S /GoTo /D (chapter.8) >> >> endobj -1465 0 obj +1480 0 obj << /Type /Annot /Subtype /Link @@ -4417,7 +4464,7 @@ endobj /A << /S /GoTo /D (section.8.1) >> >> endobj -1466 0 obj +1481 0 obj << /Type /Annot /Subtype /Link @@ -4426,16 +4473,16 @@ endobj /A << /S /GoTo /D (subsection.8.1.1) >> >> endobj -1467 0 obj +1482 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.901 546.914 250.687 555.76] +/Rect [121.901 546.794 250.687 555.76] /A << /S /GoTo /D (subsection.8.1.2) >> >> endobj -1468 0 obj +1483 0 obj << /Type /Annot /Subtype /Link @@ -4444,7 +4491,7 @@ endobj /A << /S /GoTo /D (subsection.8.1.3) >> >> endobj -1469 0 obj +1484 0 obj << /Type /Annot /Subtype /Link @@ -4453,7 +4500,7 @@ endobj /A << /S /GoTo /D (subsection.8.1.4) >> >> endobj -1470 0 obj +1485 0 obj << /Type /Annot /Subtype /Link @@ -4462,7 +4509,7 @@ endobj /A << /S /GoTo /D (subsection.8.1.5) >> >> endobj -1471 0 obj +1486 0 obj << /Type /Annot /Subtype /Link @@ -4471,7 +4518,7 @@ endobj /A << /S /GoTo /D (subsection.8.1.6) >> >> endobj -1472 0 obj +1487 0 obj << /Type /Annot /Subtype /Link @@ -4480,7 +4527,7 @@ endobj /A << /S /GoTo /D (subsection.8.1.7) >> >> endobj -1473 0 obj +1488 0 obj << /Type /Annot /Subtype /Link @@ -4489,7 +4536,7 @@ endobj /A << /S /GoTo /D (subsection.8.1.8) >> >> endobj -1474 0 obj +1489 0 obj << /Type /Annot /Subtype /Link @@ -4498,7 +4545,7 @@ endobj /A << /S /GoTo /D (subsection.8.1.9) >> >> endobj -1475 0 obj +1490 0 obj << /Type /Annot /Subtype /Link @@ -4507,7 +4554,7 @@ endobj /A << /S /GoTo /D (subsection.8.1.10) >> >> endobj -1476 0 obj +1491 0 obj << /Type /Annot /Subtype /Link @@ -4516,7 +4563,7 @@ endobj /A << /S /GoTo /D (subsection.8.1.11) >> >> endobj -1477 0 obj +1492 0 obj << /Type /Annot /Subtype /Link @@ -4525,7 +4572,7 @@ endobj /A << /S /GoTo /D (subsection.8.1.12) >> >> endobj -1478 0 obj +1493 0 obj << /Type /Annot /Subtype /Link @@ -4534,7 +4581,7 @@ endobj /A << /S /GoTo /D (subsection.8.1.13) >> >> endobj -1479 0 obj +1494 0 obj << /Type /Annot /Subtype /Link @@ -4543,7 +4590,7 @@ endobj /A << /S /GoTo /D (subsection.8.1.14) >> >> endobj -1480 0 obj +1495 0 obj << /Type /Annot /Subtype /Link @@ -4552,7 +4599,7 @@ endobj /A << /S /GoTo /D (subsection.8.1.15) >> >> endobj -1481 0 obj +1496 0 obj << /Type /Annot /Subtype /Link @@ -4561,7 +4608,7 @@ endobj /A << /S /GoTo /D (subsection.8.1.16) >> >> endobj -1482 0 obj +1497 0 obj << /Type /Annot /Subtype /Link @@ -4570,7 +4617,7 @@ endobj /A << /S /GoTo /D (section.8.2) >> >> endobj -1483 0 obj +1498 0 obj << /Type /Annot /Subtype /Link @@ -4579,7 +4626,7 @@ endobj /A << /S /GoTo /D (section.8.3) >> >> endobj -1484 0 obj +1499 0 obj << /Type /Annot /Subtype /Link @@ -4588,7 +4635,7 @@ endobj /A << /S /GoTo /D (chapter.9) >> >> endobj -1485 0 obj +1500 0 obj << /Type /Annot /Subtype /Link @@ -4597,7 +4644,7 @@ endobj /A << /S /GoTo /D (section.9.1) >> >> endobj -1486 0 obj +1501 0 obj << /Type /Annot /Subtype /Link @@ -4606,7 +4653,7 @@ endobj /A << /S /GoTo /D (section.9.2) >> >> endobj -1487 0 obj +1502 0 obj << /Type /Annot /Subtype /Link @@ -4615,18 +4662,18 @@ endobj /A << /S /GoTo /D (chapter.10) >> >> endobj -1491 0 obj +1506 0 obj << -/D [1489 0 R /XYZ 84.039 766.262 null] +/D [1504 0 R /XYZ 84.039 766.262 null] >> endobj -1488 0 obj +1503 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1500 0 obj +1516 0 obj << /Length 1724 /Filter /FlateDecode @@ -4640,17 +4687,17 @@ xÚ] ‚4W—>³p_Ÿª„+ûÜMjõŸw8H·0…ïßO‹0%)ùŒæÛý‹¿ endstream endobj -1499 0 obj +1515 0 obj << /Type /Page -/Contents 1500 0 R -/Resources 1498 0 R +/Contents 1516 0 R +/Resources 1514 0 R /MediaBox [0 0 612 792] -/Parent 1492 0 R -/Annots [ 1493 0 R ] +/Parent 1507 0 R +/Annots [ 1508 0 R ] >> endobj -1493 0 obj +1508 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -4658,59 +4705,63 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(https://sourceforge.net/p/sdcc/wiki/)>> >> endobj -1501 0 obj +1517 0 obj << -/D [1499 0 R /XYZ 84.039 766.262 null] +/D [1515 0 R /XYZ 84.039 766.262 null] >> endobj 2 0 obj << -/D [1499 0 R /XYZ 85.039 735.307 null] +/D [1515 0 R /XYZ 85.039 735.307 null] >> endobj 6 0 obj << -/D [1499 0 R /XYZ 85.039 560.664 null] +/D [1515 0 R /XYZ 85.039 560.664 null] >> endobj -1498 0 obj +1514 0 obj << -/Font << /F72 1221 0 R /F48 1171 0 R /F77 1343 0 R /F101 1502 0 R >> +/Font << /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1508 0 obj +1524 0 obj << -/Length 3300 +/Length 3402 /Filter /FlateDecode >> stream -xÚ­[YsÛF~ׯ`å‰,#ÌËû;ŠW‰×öFJÕVÅ©@"` -'k½r1Q œyÐ.&wWÿ¾r6Z(ÊI ½£´‚¹á†Ö†w]Æ‘ˆ,òä!"°œÃÏÐÐVUaϪhøÒò™g¬Ú>/³]+p_0éE£phEþ€ë:OÛù.[Öç"‡mä1ÏlÓìqÆÝi¼*Ú]æRJ{: -s ûéùbÀ¼ÉŸÊ,%¬ãòiÙU ˜ˆÆÑ_þA DX•¯ úçìý®ç‰ -[ãù¶gzþòXÏÈsÜóÇ`-C˜¶X; ˜±Á.‚—q0†wY(øP‹ƒ7Âó^†Âéìw €$|°åeP%ÔüB( €Ià -"§¯:hô!d©TRyC¡:€ KxÂÉÉrìâHx‘w!N”ÏøQ9àÈiîE‡…²R ±` -íV¹·ñ 𢠋©E2˜xP“He¿YüUÈëŠ(áb¬‹¨€^Ç‹¨1¶Qm λêe÷…¹¹Ö0?~­;kûAcÀúÀ1xÚž¯ø q:ï  ‰Ó.qwÅ7_콃$üý<›9Ò÷¦IµXæÄrÝ‹‹¦²­¢š oºÖôú(×ûúà¸`i®­Š¼4ôâ¦ÉÁ¤J3"0(,„ͼßž†ÈÒ?ÂjŠåŒ{Óçõ<«Í|^âÓŸÆÔ}\•I›W%›9¾çMoKó^šæ8 Û$#5­«U Rju&Ž€âBD%‚o?~£Æ#»¬¨–ö+0²Ã§Qí™zIl‡µÍ4ì2;UYʨ^ºVÐèw*äæ-ºÓe]!Ç¿ó+D=WÒ³Z¢üÔþêz®ã$ÚIQ-â6O`ŒÓl[ѳΖx­®é¶¸Å4XÀêj4Š_d8ðß¼}6  -Ù1’–ÛõåÑ wàð_Š,nŒÁ˪ÍÞB¸á}ä»6ÀboæÇËz¦¼iõwNëø¹¥5­6[šÉxžÅvß-Är3™VÉj.ëØñº‹ ŸëpÞ» ’[¶‚Ù^ -†ê ¬Ð[nÍ%&P•ÀKh{AÖißôï‹ÍÔt8üHm•·FÍy’•MÖìIè+}¿hmšÍëÖ -±5>xpBQ´o®¦á:.6;U•`:kI¨æ7ËŒÁµÒ4˜}ÌÀ}ð5v«1¤¼°²0j¾Ø -D¦ S;p€Œ„½ºÂ®úÕñÀ|»µlɪ7Ú¦¶µkX©Â~;œ—‡mÿ*°Õa±5ôé·û2€Y6¨-°§·žFõ”z«2µ 2Ðøðåãß‚š˜ö°+©»ÈŸæ-5ãåRšiá/Íõ -[ã6=~¡z.€<ÕJNGTÙßVè -8ä64n®9¨“TKá¹6õޤäO_Å -N™À×H€×ÍkþÞ!ýyŨ%¢€"о²Õ8©äXø„…ÀÆ#ÑíóVZˆ ¶Žl„wœ=‡ŸùÒ³+Àa« +xÚµ[[s›H~÷¯PÍ“TÚt7 +~Œ,§°Fʪ^ر*¾DZ>ƪÍÓ*Ý·õáBŽÂ•Q %ý×M–4‹}¶ ¬OY8[)ˆpem’ÎgÔFë¼ÙgÎ9'°§£0ç°ŸÂg=æuöX¤‰öÇ**˜Ý <Âä8ú{ =ÖÅBˆ ¡ÿ’½ß÷|  +„wÄm‡KÙFê®”'#õ¥|xúpѱŽqáìÙÊw0™ô¸ 7‡ò +” +‰„¡KÏÄ”oß ¾8³Zrñ ×­–øéji Áõ@àÁi[qÿ1˜›¯=æ§¿JŒÁÚ~ë±>ò=n žö{\çßã.罓À1.Áɾøæ'‡ôiÊêûE:s¸/¦q¹\e9ÄrÕ‹òº´­¼œ11ݨ@zýN›ÝïÔa–æÖ5Ï +C/ªëtùÐŒË$ÕzA +¡D3ï7†çƒ¡Ò$Áß(ŠÅŒŠéÓf‘Vf>+ðéO#ݯ‹¸ÉÊ‚Ì_ˆémaÞK’ ‡a›¸ô¦U¹n@J¥ÎÄaB\¨‚z%ˆ +Gvi^®ì>jOºGvXÙLÁ.µSyž&DW"À kcwý»"/¤æ5/t§«ªD–ß³KD5Wèg¹Btû«+\lj•-â¼\FMÃÕ³M©ŸUºÂÏBŠnƒ{¬sX½ÕMâÎç)ü'kž ù@SèXb.G¯©ÍÛ8åX +m~èÖ床S½"ïú‰žNÒ‡s§ëÇGT +¿woˆžUhÃÁÝeÀf]UiÑ ¸`]ÏèTËø.[‚M<É@ª¶žWijMh-l5G5l½µçÜ6Bå7ÊŠÖÂåv;–Y\•N\MU‚#WõAOV:ù2œƒ´nt[[Ú:U­ ˆÊ°ñ`ÞKt|)ò2R›‹cóª\šô©ãàŸÛúD5 +á«“„x=j£È¢iV¯¯¯ë$މ6èû˜’"m®ë"Z‘ÕbÕKÍ{ ò£ä–9÷O@¢‡¼×Û…/yÕÆâEÙ¤¯!àP?í¼6Äbo“åæ×<«jæ‰iùµ^å›è©î#¥5­&]™Éh‘Fvãæc™™LÊx½ŸŠTð8ï&Ó§* wÊoÇV0ÛIÂP:Ë­¹Øê8d1e/ˆÃ*ñ;P +‘5>¸p¬Ãh×\uÃU”owª,ÀtÖ’PÏo—ƒ+ÕÓu`vž"‚»è«íVcLyfenÔ|ݳ3”ˆp´•à`!žWÍåc¢¿ê7G€ùtðV²ÅëÜh—Úήa­ +ñ/ÉÔ>tÕfwéåÙCUYjX·Ì7˜™º*³è0åH³,9¤§.¢¨NOº…V=þ +´£Ý&ØŒ,V!Gç‹çœÐÑå`´ +e‘«¡@߸ú4O“ã ¥ý×Dk<x6jë`¢« t·;Yÿ`Þ4[Íe¤mVn‹t©'ÀÆx0lŒÛtø…Jèº +¿Ý3HŒ·Ë]ö6F§P_WÌo‰v€ò?ƒ€÷ª endstream endobj -1507 0 obj +1523 0 obj << /Type /Page -/Contents 1508 0 R -/Resources 1506 0 R +/Contents 1524 0 R +/Resources 1522 0 R /MediaBox [0 0 612 792] -/Parent 1492 0 R -/Annots [ 1494 0 R 1495 0 R 1496 0 R 1497 0 R 1503 0 R 1504 0 R 1505 0 R ] +/Parent 1507 0 R +/Annots [ 1509 0 R 1510 0 R 1511 0 R 1512 0 R 1513 0 R 1519 0 R 1520 0 R 1521 0 R ] >> endobj -1494 0 obj +1509 0 obj << /Type /Annot /Subtype /Link @@ -4719,88 +4770,102 @@ endobj /A << /S /GoTo /D (Hfootnote.1) >> >> endobj -1495 0 obj +1510 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [138.424 588.763 144.601 602.956] +/Rect [142.299 632.598 148.476 646.792] /A << /S /GoTo /D (Hfootnote.2) >> >> endobj -1496 0 obj +1511 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [138.424 576.163 144.601 590.357] +/A << /S /GoTo /D (Hfootnote.3) >> +>> +endobj +1512 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [322.454 471.483 539.639 481.764] +/Rect [322.454 458.883 539.639 469.164] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/snap.php)>> >> endobj -1497 0 obj +1513 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [445.315 459.024 451.491 471.669] -/A << /S /GoTo /D (Hfootnote.3) >> +/Rect [445.315 446.424 451.491 459.069] +/A << /S /GoTo /D (Hfootnote.4) >> >> endobj -1503 0 obj +1519 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [277.935 285.455 393.502 296.359] +/Rect [277.935 276.624 393.502 287.528] /Subtype/Link/A<</Type/Action/S/URI/URI(http://gcc.gnu.org/)>> >> endobj -1504 0 obj +1520 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [228.69 258.183 398.553 268.464] +/Rect [228.69 250.113 398.553 260.394] /Subtype/Link/A<</Type/Action/S/URI/URI(https://shop-pdp.net/ashtml/)>> >> endobj -1505 0 obj +1521 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [242.817 106.75 465.98 117.032] +/Rect [242.817 100.203 465.98 110.484] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.gnu.org/software/binutils/)>> >> endobj -1509 0 obj +1525 0 obj << -/D [1507 0 R /XYZ 84.039 766.262 null] +/D [1523 0 R /XYZ 84.039 766.262 null] >> endobj 10 0 obj << -/D [1507 0 R /XYZ 85.039 444.329 null] +/D [1523 0 R /XYZ 85.039 432.072 null] >> endobj -1510 0 obj +1526 0 obj << -/D [1507 0 R /XYZ 99.386 101.299 null] +/D [1523 0 R /XYZ 99.386 95.513 null] >> endobj -1511 0 obj +1527 0 obj << -/D [1507 0 R /XYZ 99.386 91.514 null] +/D [1523 0 R /XYZ 99.386 85.728 null] >> endobj -1512 0 obj +1528 0 obj << -/D [1507 0 R /XYZ 99.386 81.729 null] +/D [1523 0 R /XYZ 99.386 75.943 null] >> endobj -1506 0 obj +1529 0 obj +<< +/D [1523 0 R /XYZ 99.386 66.157 null] +>> +endobj +1522 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F77 1343 0 R /F101 1502 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F77 1355 0 R /F101 1518 0 R /F72 1233 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1523 0 obj +1540 0 obj << /Length 2080 /Filter /FlateDecode @@ -4819,17 +4884,17 @@ i êÞ endstream endobj -1522 0 obj +1539 0 obj << /Type /Page -/Contents 1523 0 R -/Resources 1521 0 R +/Contents 1540 0 R +/Resources 1538 0 R /MediaBox [0 0 612 792] -/Parent 1492 0 R -/Annots [ 1513 0 R 1514 0 R 1515 0 R 1516 0 R 1517 0 R 1518 0 R 1519 0 R 1520 0 R ] +/Parent 1507 0 R +/Annots [ 1530 0 R 1531 0 R 1532 0 R 1533 0 R 1534 0 R 1535 0 R 1536 0 R 1537 0 R ] >> endobj -1513 0 obj +1530 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -4837,7 +4902,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.boost.org/)>> >> endobj -1514 0 obj +1531 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -4845,7 +4910,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.gnu.org/licenses/old-licenses/gpl-2.0.html)>> >> endobj -1515 0 obj +1532 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -4853,7 +4918,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html)>> >> endobj -1516 0 obj +1533 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -4861,7 +4926,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.gnu.org/licenses/gpl.html)>> >> endobj -1517 0 obj +1534 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -4869,7 +4934,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.opensource.org/licenses/Zlib)>> >> endobj -1518 0 obj +1535 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -4877,7 +4942,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.opensource.org/licenses/BSL-1.0)>> >> endobj -1519 0 obj +1536 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -4885,7 +4950,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.lyx.org/)>> >> endobj -1520 0 obj +1537 0 obj << /Type /Annot /Subtype /Link @@ -4894,33 +4959,33 @@ endobj /A << /S /GoTo /D (section.3.1) >> >> endobj -1524 0 obj +1541 0 obj << -/D [1522 0 R /XYZ 84.039 766.262 null] +/D [1539 0 R /XYZ 84.039 766.262 null] >> endobj 14 0 obj << -/D [1522 0 R /XYZ 85.039 317.886 null] +/D [1539 0 R /XYZ 85.039 317.886 null] >> endobj 18 0 obj << -/D [1522 0 R /XYZ 85.039 261.356 null] +/D [1539 0 R /XYZ 85.039 261.356 null] >> endobj 22 0 obj << -/D [1522 0 R /XYZ 85.039 193.911 null] +/D [1539 0 R /XYZ 85.039 193.911 null] >> endobj -1521 0 obj +1538 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R /F107 1525 0 R /F108 1526 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F101 1518 0 R /F107 1542 0 R /F108 1543 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1530 0 obj +1547 0 obj << /Length 2483 /Filter /FlateDecode @@ -4939,17 +5004,17 @@ $ ˲÷AN9/#Þ‡FÜ:*ñ¼bïøÞØý)=JÃÖ)QÖæ;k.Üù}Ì”¾åØœ*…=:[ý„PÁ` endstream endobj -1529 0 obj +1546 0 obj << /Type /Page -/Contents 1530 0 R -/Resources 1528 0 R +/Contents 1547 0 R +/Resources 1545 0 R /MediaBox [0 0 612 792] -/Parent 1492 0 R -/Annots [ 1527 0 R ] +/Parent 1507 0 R +/Annots [ 1544 0 R ] >> endobj -1527 0 obj +1544 0 obj << /Type /Annot /Subtype /Link @@ -4958,175 +5023,178 @@ endobj /A << /S /GoTo /D (subsection.3.2.5) >> >> endobj -1531 0 obj +1548 0 obj << -/D [1529 0 R /XYZ 84.039 766.262 null] +/D [1546 0 R /XYZ 84.039 766.262 null] >> endobj -1528 0 obj +1545 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F72 1221 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F72 1233 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1538 0 obj +1555 0 obj << -/Length 2171 +/Length 2219 /Filter /FlateDecode >> stream -xÚÍYmsÛÆþ®_àŒp¾ÃÁ6Ó™H¶eZÛ•èÔ­á€À‘DâXhUùõݽ=€ -±‰Åܽ~û·w“™ï~?B¸ó›«›¿ÞÌÿ9ñüˆ»ÿ¸™ÿHÔ»ÛW?ß¼}GÜϯnïnÞ¾nLgîõß¿›¿º¥9aϽy3¿„Ü}ûòýõO~™ÿtñj~ñï rrGä -˜à‰“m/>þÂæ~r8 f‰soVnDç³èÒ¹»øû·ºò¾ÎaÒÓYpÁÂiâLýˆ¡Uú“ïGFŒvŸóÑ‹8ˆZ‘è ãD¦ºN«²X·oвhˆ¹Ÿœ'¦–Uº•91¢§ÎífPŸ -¨SÄ™(¿ Ÿ‘;‚1MZ—N´^ÖçºYÜ ¤ÞɬHKdxknþ -;Ê–í#‡VRUǹ~UGþp5°¸Ú˜®‹‰<4µúO•ïåbN^¼»¹ñø›xq"è¼8ñ‡ ’×Ý‚Zbêmzµ«|˜Ä¶‚"愳Р-„gÙÀBr ï GâkE²2¯Cߺí0zµ3±é9Çwˆ~» ìãí&ÞKlƒ&Í™ ”õÛCwuºÞ¦DgªBS¬m³Ô°5›«óã UÁa -÷˃rE¥‹ŒØÞ‡ ˜Ú|0ÞI¤¥)m`§eÙe MÝ(€};YbìjÚ­Ù´FîcŸ–h?5ç@µ½e·\®Œ÷e3J:ØouTµ>ö„.ÖÕøÛ̾¢Ñoÿ.ÓÕ鱤P$Õ<ìä89î3Á!‘?"ògì¾T‘í´O1Ô\~´ÆN4 ߢ õ¬i_(Ž*+X®ƒ™^++‚­«½¹tµ¸Rª|±„Vh0Íe›!vÐ+7r¬þ¿6ý®iû`Ýq¥~m–jߪÓéÕm€®{Uåæ0.ƒÃ.G¨¹ýóÐð1åöÉ1vÀMoWxÿ#ÆY}®»cþpa¢ªíç„ã﯃Fé<Y ¯²Àʲ(•¶ô¾Ï”ý dÆ©ôä7áÅàÀቃ#éÌóB'd‚‰ËêÔŠmÚÀÕãx}fŠÎ„z¿Û©zœµ=O•y +xÚÍY[sÛÆ~ׯÀ#8#»¸l3‰d;Q¦µ‰NÝÚ,I$ +Ú… +úÊ•’¹¨‰×þÄV‰BNx`Æ"….Ns³Ò¬)ÛÅkúB¦þ×róòò’¨Jä"VB9¤ ^zîP7B$‰¤Îd©!BnSm,"®5Xp’ï€c;ÞGcäM#Ç£ÇÁO¥€°©Ç];®’m6q[Á©³ˆËx“•juΡç—)*-‹þx&5oEe¶Éʺ’i£NmúÒQ•BÁu‡ç¸«ùóX¿ä{n´wµ#§£~[¡Q¹! WF¹©¨z¢^W² ê‡7ÈJ”Áxü.N~7âíjçö9‰…¤k×[A}*MÇïkF´[ÁwïVh£À¾!cÁÐ`¾ÚÊ&Oi£•Ù½QÂôè¨ +¨Ö§¨¥Q0> ¿=rc4&ìh¬¬N53ß›HµIçØ`­º¡ûwÌ(Z´;\d•*¹ÝfɖȘ܆٥¬©q RòŽ!“æÑ'•Í*7+š ®I;t[ñ~ Ãæ=î~+?)LA.« »oj°W\¥ÓKYìò,.“¯úVð°Ò×m•@À”í²\T4PÄI%‰Lb»ÌuE]Z·¸HAŽ­uˆÃîÛ¬Þš5F­8§¯VK¶q'5ôQ;nú™fëcÙ툂§SU§ÓäÇ#I +4ôuõׄÁÂq+Ú +tÖV æ<Ôhç„߈×ïûà¢ø-õ÷Ä'}*š¦ÄÎ]%±¢l›}Ï¡™”Õq¬ŸÕ±½ßƒ +Xœ­U×ö…Dî‹Zõ—ûR÷ôår‰F^¾»ºäáø›LÈÓ~aä'D¯» •ÀÐ[÷rW~7 ,yÈÈôDÃîe€…ä@Þ#†Äcy´ÖÇ¡í2ÕV½\‘Xלã;D¿Ü„æýå&ÞK H‡ ñG 9,´©Ûnº«âMÈU±1ÅR `£6ÍVgÇ#¢îÁaòÔJwæ„®¿åbåó ÉÎ|Žè¥à‰±R¢XiÇÀ&[Äõ±ÈÍÃЙC +öøúyTˆPùB8* +Ÿpr«BÕìv²GíéTæiÙF&ei´C“/›B +ÜãD_¾ð-¥LÕ3hðá\„Y³ PãË$1]ÍÀqýp¹D\ÃèQìÐñã|?Þ)BÕE4 +`›(åT/è‰~܆B!µOƒßdůqú#ñ±‘Š¬ÌŠÆèøß{CÔeW@{G‘eÆöÒ“0ÎÔ¡]»‘ZCê×ë“uÿÏÑ:3~ááúŒ:øó`9”âüAîŸâTÞósÿ :õǸҞ9Fÿ#~õ,"ïTvÜ’G)Ë)TŽ€ç­PÙ—î~COMj ÛFu>ÑÁ²qY‹ªjvÇÄK+¹ÛèÖe¡º3 ¦8®ù}xƒ}µ8û¹ƒ% endstream endobj -1537 0 obj +1554 0 obj << /Type /Page -/Contents 1538 0 R -/Resources 1536 0 R +/Contents 1555 0 R +/Resources 1553 0 R /MediaBox [0 0 612 792] -/Parent 1492 0 R -/Annots [ 1532 0 R 1533 0 R 1534 0 R 1535 0 R ] +/Parent 1507 0 R +/Annots [ 1549 0 R 1550 0 R 1551 0 R 1552 0 R ] >> endobj -1532 0 obj +1549 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [156.541 680.413 185.93 689.26] +/Rect [156.541 680.444 185.93 689.291] /A << /S /GoTo /D (subsubsection.4.6.8.3) >> >> endobj -1533 0 obj +1550 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [156.541 582.714 170.986 593.618] +/Rect [156.541 582.839 170.986 593.742] /A << /S /GoTo /D (section.3.1) >> >> endobj -1534 0 obj +1551 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [379.314 463.163 401.231 474.067] +/Rect [379.314 463.38 401.231 474.284] /A << /S /GoTo /D (subsection.4.7.6) >> >> endobj -1535 0 obj +1552 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [361.8 432.129 381.227 442.186] +/Rect [361.8 432.377 381.227 442.434] /A << /S /GoTo /D (section.3.11) >> >> endobj -1539 0 obj +1556 0 obj << -/D [1537 0 R /XYZ 84.039 766.262 null] +/D [1554 0 R /XYZ 84.039 766.262 null] >> endobj -1536 0 obj +1553 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1545 0 obj +1562 0 obj << -/Length 1264 +/Length 1856 /Filter /FlateDecode >> stream -xÚ•VKsÛ6¾ëWðHÎT@ÙK'uäÔéÄn,z2™$Š„,ŽùP0®ÿ}w±`ô%m/ÄbûÄ· 2ïÑcÞ›Ùïùlq½L¼,Ìd$½|ë¥IÈDæ-¦Yìå•÷Éç¡ ƒy"™¿þ¸ÎWï‚y”0ÿ~õ>à̸¹_½[Ýæë`ÎSžÆþÕ¯þÊW÷tˆ;Å›Ûü>ˆ™÷úá*¿¹» -éè Ö¦œjÝÁ¦i -S÷qú-­ë×WW¿ùŠ–²o÷£QÖñ`IéóS‹JéšÜ ßô'jxiæç;'Þj«†…L17ÎÃ,I(·V™]¦eFÁz*r4®)y‚=zªEŒŸ¨íзDé~JEJ£®»Gb¿¹}pĤByÑO2Œ^B¾×Oü~ Ù,DÝAõ£ÄÖ“‹Ö -å‚2…Ü¿÷j°¦ˆ÷\›QQ‹;NÖ´©;E -;ކإ‹Á¬ÏŒE¶®À;ÐÊh@A”  -…RˆkEBütødha—BèV[ˆÿ¬i¹“e<9Ä›†æZÓðŒéÕ®%> y‡©ø™%L×íwÐ;) +xÚ­XmÓFþž_a©ªäHØg{mÇî—ŠG Pî‚9ö&qÏoxmèõ×wfg6N¢pp¢À³³;;3;ϼä<kkyÖï³ß–³‹§‹ÈJÝ4bk¹±’ÈõDj-¢ØMÒÐZÖ{ÛwcwîD±gß¼»Y^½˜;AäÙ×W¯ç¾g¿yv}õâêåòfîø‰Ÿ„öåÿZ^]Ó!ŸŸ½\^ÏCÏ~õäÍåòÙ«—óË糫åìÓÌC<ËŸ ×÷+¯gï?zV{Ï-Ïib}Ñ'k+Û¼4º²nf¯g;ã:&Nùžï†‹ÄZ‘+BöêCDÚ #g½w"LmÈôÐ +Ÿ\¨Af?€S>¡ë¾á"´WªÈó•Û?ƒì›¬ZA*÷ÃØááÅä!JBåÈj´wð5¹úÖ:ØxrÿиÐÛ%34LQH–=àŒ•¸aœ€£¾›Fìèfì!ƒ8^xó)¬#ô@lû¦ŒîѰÏTU'bRøÈ”µ1°) +¨'J2&i‚iÀóÕhjŸþ{m›±b´ø±³.‡#? +·ÑtVˆò4 ^#ŽíFMú‚3àåëD ƒÔ²°På Û94³Á”îçðÝ´cÃp=¥_ À+Y´hó‘¬^tF¼ä-z_e¢ÄnØêúKÝ`Åb:hêÒ]–ß°Ýs%iiÐ˹o+¶J5Y%B¯"›ðTVlUŠ^i|á>©G;ÉÇèÄÇ’ÏuÅÆøØ×_nžå\ƒíd¢ðág—ßJEB¼9|wÌR0]Ë@asÑàû’Ön´Bž÷o¨x†ÔÀðKa 'Ä"oªŠz$)ëbÐò.J$`‚¬á1zFBl‡y5ê¡Wœá>èWøéG'å%Ü1öùLM ë6M¯¦Ó¤ +Fª˜*8 U endstream endobj -1544 0 obj +1561 0 obj << /Type /Page -/Contents 1545 0 R -/Resources 1543 0 R +/Contents 1562 0 R +/Resources 1560 0 R /MediaBox [0 0 612 792] -/Parent 1549 0 R -/Annots [ 1540 0 R 1541 0 R 1547 0 R 1542 0 R 1548 0 R ] +/Parent 1566 0 R +/Annots [ 1557 0 R 1558 0 R 1564 0 R 1559 0 R 1565 0 R ] >> endobj -1540 0 obj +1557 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [183.632 608.169 352.997 619.073] +/Rect [183.632 411.158 352.997 422.062] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/)>> >> endobj -1541 0 obj +1558 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [396.676 572.304 542.13 583.207] +/Rect [396.676 375.292 542.13 386.196] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/doc/sdccman.pdf)>> >> endobj -1547 0 obj +1564 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 560.722 199.61 571.252] +/Rect [84.043 363.711 199.61 374.241] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/doc/sdccman.pdf)>> >> endobj -1542 0 obj +1559 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [360.81 536.438 542.13 547.342] +/Rect [360.81 339.427 542.13 350.331] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/p/sdcc/code/8805/tree/trunk/sdcc/)>> >> endobj -1548 0 obj +1565 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 525.853 241.453 535.003] +/Rect [84.043 328.842 241.453 337.992] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/p/sdcc/code/8805/tree/trunk/sdcc/)>> >> endobj -1546 0 obj +1563 0 obj << -/D [1544 0 R /XYZ 84.039 766.262 null] +/D [1561 0 R /XYZ 84.039 766.262 null] >> endobj 26 0 obj << -/D [1544 0 R /XYZ 85.039 735.307 null] +/D [1561 0 R /XYZ 85.039 544.109 null] >> endobj 30 0 obj << -/D [1544 0 R /XYZ 85.039 649.365 null] +/D [1561 0 R /XYZ 85.039 452.353 null] >> endobj -1543 0 obj +1560 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F72 1233 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1554 0 obj +1571 0 obj << /Length 969 /Filter /FlateDecode @@ -5143,17 +5211,17 @@ x w^ð$áÍÒG.¯“ endstream endobj -1553 0 obj +1570 0 obj << /Type /Page -/Contents 1554 0 R -/Resources 1552 0 R +/Contents 1571 0 R +/Resources 1569 0 R /MediaBox [0 0 612 792] -/Parent 1549 0 R -/Annots [ 1550 0 R 1551 0 R ] +/Parent 1566 0 R +/Annots [ 1567 0 R 1568 0 R ] >> endobj -1550 0 obj +1567 0 obj << /Type /Annot /Subtype /Link @@ -5162,7 +5230,7 @@ endobj /A << /S /GoTo /D (subsection.2.4.1) >> >> endobj -1551 0 obj +1568 0 obj << /Type /Annot /Subtype /Link @@ -5171,28 +5239,28 @@ endobj /A << /S /GoTo /D (subsection.2.4.7) >> >> endobj -1555 0 obj +1572 0 obj << -/D [1553 0 R /XYZ 84.039 766.262 null] +/D [1570 0 R /XYZ 84.039 766.262 null] >> endobj 34 0 obj << -/D [1553 0 R /XYZ 85.039 735.307 null] +/D [1570 0 R /XYZ 85.039 735.307 null] >> endobj 38 0 obj << -/D [1553 0 R /XYZ 85.039 521.302 null] +/D [1570 0 R /XYZ 85.039 521.302 null] >> endobj -1552 0 obj +1569 0 obj << -/Font << /F72 1221 0 R /F48 1171 0 R >> +/Font << /F72 1233 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1558 0 obj +1575 0 obj << /Length 2486 /Filter /FlateDecode @@ -5208,82 +5276,79 @@ n Q äƒ(¬ë¹Ø¹¾9;¿ø¾…LÓ['UHbUW|¼Ì³c}…ŸoáÒ”s.ÍKÛšòŸ„q},m¡ÎΪ[ü2°/ºù]¤(éæw#I´,…ö­ ξŸîÞôþ´3*u¬®ýÓ&Í•ë÷ ™3(h§æÊó;knñ<Èð)íæy¸ÞÏïñ‚dùˆ÷åâóÅ®ü[œ¾Å {{²®øSƒsH…+öHyM;¾·—¾ endstream endobj -1557 0 obj +1574 0 obj << /Type /Page -/Contents 1558 0 R -/Resources 1556 0 R +/Contents 1575 0 R +/Resources 1573 0 R /MediaBox [0 0 612 792] -/Parent 1549 0 R +/Parent 1566 0 R >> endobj -1559 0 obj +1576 0 obj << -/D [1557 0 R /XYZ 84.039 766.262 null] +/D [1574 0 R /XYZ 84.039 766.262 null] >> endobj -1560 0 obj +1577 0 obj << -/D [1557 0 R /XYZ 85.039 320.57 null] +/D [1574 0 R /XYZ 85.039 320.57 null] >> endobj -1561 0 obj +1578 0 obj << -/D [1557 0 R /XYZ 85.039 301.665 null] +/D [1574 0 R /XYZ 85.039 301.665 null] >> endobj -1562 0 obj +1579 0 obj << -/D [1557 0 R /XYZ 85.039 282.76 null] +/D [1574 0 R /XYZ 85.039 282.76 null] >> endobj -1556 0 obj +1573 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1565 0 obj +1582 0 obj << /Length 1471 /Filter /FlateDecode >> stream -xÚÝXßo£8~Ï_ÁÃIíâØ8iºÙ_YíU½6º«´]Uœ-…,&mW§ûßoŒMZ’¶iïáî!ÂØãoÆ3Ÿ‡É`knaëãàíd0ü0+B§ÜšÌ¬!ìEVÀ8 -#ßš¤ÖW›"Š—qlN'NäÙ‡_¾8.eØ>v"j:„{òéæÇÜ}:<ž¼?Ñ"={ÇGõÚé»ÑÈù6ù<x?ü° [dmƒ‡­ärðõ¶RXûlaäE¡uÝH^Z>˜‰#ãÜ:ü>À›çòÞsQ†<ßœë )‹sŒé|U‰ePhǹ,Õ(²“òr¹ª…Ôó•Èã:s(³¯Âl¡g—q½p<Ïcöd‘I½33{ -!R‘ê¹YYéÉÙ*Ïo!Ë$®ãi–gõO-VÎŒú1ÍŠ¸2KË8ùÏâ¸Hõ Þ°6µPθ„ ˆ1}L)â*Yh‡7ëá9fX -¡_¤Hê¬,Ú—Þ -¸“ã/ã·ý -¸ÙÝô,(Æxxv¬.&Ò “…‘(—m‡Ë·\wd,­WU!»6%q²€ þºÏg׋¬iÔžoô¥žR}»€ -‘)u#¶7-C˜NEÓ0lÆõ¢…4‘Dʽ®ZÎÒܨE|äùœ*r€¤ç!N×mcÇ%{\È:Ö}϶£Ø—4×ɳ۶£œ[n!ilÂ:ðOæË)¦e +xÚÝXÝo£8Ï_ÁÃIíâØ8iºÙ¯¬öª^ÝUÚ®*N‚–B“¶«Óýï7Ʀ -IÛ´÷p÷aüñ›ñÌo†É`knaëãàíd0ü0+B§ÜšÌ¬!ìEVÀ8 +#ßš¤ÖW›"Š—qlN'NäÙ‡_¾8.eØ>v"j:„{òéæÇÜ}:<ž¼?Ñ[zÎŽ>êµÓw£‘ómòyð~2ø1  ¶ÈZZÉåàë7l¥°öÙÂÈ‹BëºÙyiù &ŽŒsëtðû + +…PáDßýøäý‡ñìvû~Ò»¶§>yaG<|Pv8ü%„B •zëð' íq8à Ԧýñg†<¬SÅv*&Æ;ZÔï¥K×8@œ]]šˆÊ4Iv°à©²{|º?Ä­KžâÑ­%‡D̘ù´½¿‰U¡$ûË—á‚ɦCAXPÕ¢ˆ4„ªq–©š±¯ØÚ\v9ƶë.+1ËnÞœSêW²B<¨q»œB endstream endobj -1564 0 obj +1581 0 obj << /Type /Page -/Contents 1565 0 R -/Resources 1563 0 R +/Contents 1582 0 R +/Resources 1580 0 R /MediaBox [0 0 612 792] -/Parent 1549 0 R +/Parent 1566 0 R >> endobj -1566 0 obj +1583 0 obj << -/D [1564 0 R /XYZ 84.039 766.262 null] +/D [1581 0 R /XYZ 84.039 766.262 null] >> endobj 42 0 obj << -/D [1564 0 R /XYZ 85.039 138.515 null] +/D [1581 0 R /XYZ 85.039 138.515 null] >> endobj -1563 0 obj +1580 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F77 1343 0 R /F101 1502 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F77 1355 0 R /F101 1518 0 R /F72 1233 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1569 0 obj +1586 0 obj << /Length 2007 /Filter /FlateDecode @@ -5300,32 +5365,32 @@ e Øû¥¬$ðd endstream endobj -1568 0 obj +1585 0 obj << /Type /Page -/Contents 1569 0 R -/Resources 1567 0 R +/Contents 1586 0 R +/Resources 1584 0 R /MediaBox [0 0 612 792] -/Parent 1549 0 R +/Parent 1566 0 R >> endobj -1570 0 obj +1587 0 obj << -/D [1568 0 R /XYZ 84.039 766.262 null] +/D [1585 0 R /XYZ 84.039 766.262 null] >> endobj 46 0 obj << -/D [1568 0 R /XYZ 85.039 409.092 null] +/D [1585 0 R /XYZ 85.039 409.092 null] >> endobj -1567 0 obj +1584 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F77 1343 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1573 0 obj +1590 0 obj << /Length 1263 /Filter /FlateDecode @@ -5346,27 +5411,27 @@ W vK EN‹G–Ö÷/Š×ÝéýÛìênE8œGYºàË"Š=ì‘ä*5ËKõºYø“å2žG±IþáÛ;®ÓÅËr–Ä«<acôdj±~bÿ¢Ÿ$æw96÷ÿJl®¢5SØ$¾™¢TŒY‹?1ß‚]²W°> à/ endstream endobj -1572 0 obj +1589 0 obj << /Type /Page -/Contents 1573 0 R -/Resources 1571 0 R +/Contents 1590 0 R +/Resources 1588 0 R /MediaBox [0 0 612 792] -/Parent 1549 0 R +/Parent 1566 0 R >> endobj -1574 0 obj +1591 0 obj << -/D [1572 0 R /XYZ 84.039 766.262 null] +/D [1589 0 R /XYZ 84.039 766.262 null] >> endobj -1571 0 obj +1588 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1579 0 obj +1596 0 obj << /Length 2535 /Filter /FlateDecode @@ -5386,17 +5451,17 @@ B ÄÜ걪ã¬Uå˜.â\ kÁ5œ(¢8ª-j±êÂiÅb]¨*KUoM 臂Øn³%r8\!Í7i$æŠÒiÕM.‡uÓTå–@'Õ;áÈ/ù9"Étk(Ò˜Ž‰Õ÷¾N2ùj¦âI7ÿj‚4©ÅÛº ¢x:ÔB endstream endobj -1578 0 obj +1595 0 obj << /Type /Page -/Contents 1579 0 R -/Resources 1577 0 R +/Contents 1596 0 R +/Resources 1594 0 R /MediaBox [0 0 612 792] -/Parent 1588 0 R -/Annots [ 1575 0 R 1582 0 R ] +/Parent 1605 0 R +/Annots [ 1592 0 R 1599 0 R ] >> endobj -1575 0 obj +1592 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -5404,7 +5469,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/snap.php)>> >> endobj -1582 0 obj +1599 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -5412,86 +5477,87 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/snap.php)>> >> endobj -1580 0 obj +1597 0 obj << -/D [1578 0 R /XYZ 84.039 766.262 null] +/D [1595 0 R /XYZ 84.039 766.262 null] >> endobj 50 0 obj << -/D [1578 0 R /XYZ 85.039 353.026 null] +/D [1595 0 R /XYZ 85.039 353.026 null] >> endobj 54 0 obj << -/D [1578 0 R /XYZ 85.039 262.391 null] +/D [1595 0 R /XYZ 85.039 262.391 null] >> endobj -1581 0 obj +1598 0 obj << -/D [1578 0 R /XYZ 85.039 245.433 null] +/D [1595 0 R /XYZ 85.039 245.433 null] >> endobj -1583 0 obj +1600 0 obj << -/D [1578 0 R /XYZ 85.039 202.49 null] +/D [1595 0 R /XYZ 85.039 202.49 null] >> endobj -1584 0 obj +1601 0 obj << -/D [1578 0 R /XYZ 85.039 181.943 null] +/D [1595 0 R /XYZ 85.039 181.943 null] >> endobj -1585 0 obj +1602 0 obj << -/D [1578 0 R /XYZ 85.039 150.062 null] +/D [1595 0 R /XYZ 85.039 150.062 null] >> endobj -1586 0 obj +1603 0 obj << -/D [1578 0 R /XYZ 85.039 130.137 null] +/D [1595 0 R /XYZ 85.039 130.137 null] >> endobj -1587 0 obj +1604 0 obj << -/D [1578 0 R /XYZ 85.039 76.403 null] +/D [1595 0 R /XYZ 85.039 76.403 null] >> endobj -1577 0 obj +1594 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F77 1343 0 R /F72 1221 0 R /F101 1502 0 R /F107 1525 0 R /F108 1526 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F77 1355 0 R /F72 1233 0 R /F101 1518 0 R /F107 1542 0 R /F108 1543 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1592 0 obj +1609 0 obj << -/Length 1972 +/Length 2105 /Filter /FlateDecode >> stream -xÚÝ]oÛ8òÝ¿B——ÈØHÖ·­.úÐ&m7»Ùv¯vÑ -/ ->öBswÂ&u›¬¶â5-nò²½—J ?Ï·c—ø} -W«]RÒb©Ä |ÚȨF¨²n˃섦ç)/ñªu‹jt¹ðbÞú‹5Èí^ÝÀPG·=Ž«ùAQ¿¼| –ðÔæööåú§Ÿ¼Qlâö©Ì1Œu$*›¥«+•²bÈàög¹w²Zɲ‚;²‚U&T5ÏÚTçÿ#ù&?äôá Vܦ<cªœ|l‹ÿ¼E¿º~pÊ—7Woo^½›¿<³>–Ø ,­PÝ/&Wì+xÅêÉüê71-?ÌoQ§ÖÙqµ’C—hÈ@°÷Ùã÷ƒs¥ -±âüdÿuZ;x¢ó¶¢^î×»¼<*2Ú,ÿ^VÊ-ÇÐtŠu„âáÝg-m»§»¼ø¡6xÝÅAà£,ú -½z^¯#„pÛ,="TV[ä€ÕÚ -O1Š|¹ã&m™ß+LÔåv<0ó„<£BQ©pZ=ìÙª.Äf•¤wÉš^/ ÞœoÕóHi?œ_1Þi,7òúÓ!€åtО¤¥"“ãT+Ké)é—¤møÊA -q·'TŸ1$;K“V0Bñ•¾¥beÆÊ4×b©9*Ré‹ mR¶’ë‰F޻Ƿž9@ø÷¬7&ª£]v -6<ú·áÎì -Ç»O×*Ãa¸€"_o9g äñœÈŽ<xYú‘íêÊÝx@ôf1ú‡Oþ3 +xÚÕ]sÛFî]¿‚çS“â·ÄÜä!±×­÷bw♤ӡȕÄ1ÅU¹dd߯?`•H[{ž¹»¹›»X +FhW‚ó²ÎšBc?¶ïñŸÈ»6›WBÀÉtj·cß&Š +p|”„ KÖÒ– +Ñ ±Ð]Å'ËœïúêÅÞ7eÒ2ã)ä$Q,Œ¸›F4¢™°óñΈY)"ÄXAp.׎Q¹^›²Bƒ‘v‰KK2lÓvuÖŠê1êЈãqÛŠ°²JIZi%p¸)—“ÚA†Z•ùŠŽ´ÍdsÇ|0[j±êœ˜‰Q¸†wYM‹9‹«@ù¼ÕQP²éêƒì€¦Ç¹¬ñªe‡jìráõ ¼Íkß ¼]tCÝî8.JäEBüôô +Áœ ›F]nòÿ;ù¦?ä‘öá VÜæ²\N>uÌâ?oѯ~òååه˷ç×oŽœÏÕ‰£–V¨î'“3ñMTr#šÉõÙOjZ^]ߢN«Š;âêd +Q}…·z”Þˉ:Û%œcºy„RÒ´ +ŠE@ÞÕ•Ì +â£DÛmÜ^¨¢®zejÅ^d7§ª2òxž¹³Ìê§'HÍ`J™aqÕ¶›×“ 0usbF³™Aø +§¦J¹x%>ªHöTª{0+èS2ïhÈä)òõNî™tuyÏ'É.¹Ó™'ä)f+Æâpºx,Ø>µ¹0¤6VãlIÓ&¨w-×<βöƒÂnñ¦Ëjô»y +О´¥[â¢è”ÒSã3—¬kåÊAq÷@G}Æø„åY§_8’ sËFÔ…¨óÒˆÅ}oÂé‹ uVwšëìíÝívÏ üGÑkëyBD±ËNó^Ò¿ +ó+Gg¬³+c²*̯]éKÕ¬»VÏÈ=‰‡nÜÏ>¨ÙK.Ygw½âEæ„F÷>NÁñó šûoí@E~Ãë2ß÷DJVÆ fF÷³‰ªrÁëΠ@u(MHCSd–[,éÿûñu÷xÍ—=º¾Ì¤õ@ý.㢜òBÆ‹‹?ot°µ:é2«Ù£êæ÷´ui攲5­¢¬¶†•µ endstream endobj -1591 0 obj +1608 0 obj << /Type /Page -/Contents 1592 0 R -/Resources 1590 0 R +/Contents 1609 0 R +/Resources 1607 0 R /MediaBox [0 0 612 792] -/Parent 1588 0 R -/Annots [ 1576 0 R 1589 0 R 1595 0 R ] +/Parent 1605 0 R +/Annots [ 1593 0 R 1606 0 R 1612 0 R ] >> endobj -1576 0 obj +1593 0 obj << /Type /Annot /Subtype /Link @@ -5500,368 +5566,382 @@ endobj /A << /S /GoTo /D (section.2.7) >> >> endobj -1589 0 obj +1606 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [432.541 359.427 542.13 370.331] +/Rect [432.541 335.517 542.13 346.421] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.cygwin.com/)>> >> endobj -1595 0 obj +1612 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 347.472 109.946 358.376] +/Rect [84.043 323.561 109.946 334.465] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.cygwin.com/)>> >> endobj -1593 0 obj +1610 0 obj << -/D [1591 0 R /XYZ 84.039 766.262 null] +/D [1608 0 R /XYZ 84.039 766.262 null] >> endobj -1594 0 obj +1611 0 obj << -/D [1591 0 R /XYZ 85.039 735.307 null] +/D [1608 0 R /XYZ 85.039 735.307 null] >> endobj 58 0 obj << -/D [1591 0 R /XYZ 85.039 698.719 null] +/D [1608 0 R /XYZ 85.039 698.719 null] >> endobj 62 0 obj << -/D [1591 0 R /XYZ 85.039 500.647 null] +/D [1608 0 R /XYZ 85.039 500.647 null] >> endobj 66 0 obj << -/D [1591 0 R /XYZ 85.039 452.827 null] +/D [1608 0 R /XYZ 85.039 428.916 null] >> endobj -1590 0 obj +1607 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F107 1525 0 R /F72 1221 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F107 1542 0 R /F72 1233 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1603 0 obj +1620 0 obj << -/Length 2730 +/Length 2696 /Filter /FlateDecode >> stream -xÚ¥ÛvÛ6òÝ_¡öÅÒiDñ.1ûä8Nš®sÙØÎž³Iψ„$¬)@%¨Èî×ï f@‰²šM»zá`p›û -ËA8x}öâölòjš -‡wo®_¾y÷z4޳pxóòò (‹áåÏn¯>ÒDÌ[Þ¼»¹Éðâúº¿é×Û_ήnÏ~;‹€”pí¯N‚(œ -£ ÎÓ8 ’”ùúÇ™#Ãï|ga84©­]­£Okè+ÊRZ˸•$àò}MCßҬתex%ôRÚþ=á`qqömBĶ5¥Ñ ¾ZW 0z\ÉQœ -“rÂ<ǧ9¥øÎ•Î”Ò TÙ‚JçBó:Š$0)xƒ¬TëÊ -A’„&y££¾1/r¦@]ï¥ c§'øVÊBíòHƒÙ$Ê š;Ý`ÕR;1ÂU_ñ -6«M/iI/޲ *˜rÇAlÏ1¶#}ù Ì·® š#ýùt¨ÅÍQËÄ•S.kåCŸ›‚ >-Çð[¯«jL­†¿˜È¹†znÐ -úÎdž4I oGyBæŸ;lE’£ '>NæÎ‘ sÎÌ0ëç“ÁÓZ§9·Zó\Ä!èñP‘ - -ò¨è“Ûë”çþ=‘Ç¢ne£E{ÐÈü¶Ègzc¿HKq -Ùëièë|¨M)Z¹gá„ÿ5ò·­jüÛ÷-–7~–> ´«Ž ú%l÷õ14IÆ?“-xú8 >¤Yʼ\xEÁ©‡ì[ß@…ðxø ýHæNJzÞF¢áÕCÛ×;ÂàP…‡¡'ꞣáåsL”¯ o!ʼ{‚>|¼º¹úˆÏŸºÿ$¸W‰ÀÔºþšFîEìÏ HwÊòBz $±<G]èN©üäªÓÒAõO|Qú_ž×ý[ŸsÙ´bßlù—îó;¯¸®ÔÁw4¨âìy?$û·Rßå¸ùÞO/*¶·s.´ú -Þ[)"ëè°­rxÙï}fìÝáðß“ø¤c]øÆ½éþAYoØWþ·Ý®¼!tÿCpÜÃÇXåû}~^Gì óÛRÜ7<‡*X ö}z»"¹=;<ˆÑἑšµ<"¤ÿÐ~–ŠYe…{W(¦‘ïˆz‹®nÏþ K«ƒ‡ +xÚ¥ÛvÛ6òÝ_¡öÅÔiDñ.*ûä8NêÖI»±=g›ž= IXS€JB‘ݯßÌ@e%'íê…ƒÁmî(,ÑàíÙ«»³ñ›I>˜†Ó")wóA™‡Q:Lò",§Ùà®ü$aGy¯†qÜ_ß¼¾~ÿv8Jò(¸}}y PœDÓàòÇ‹_ï®>ÐDÂ[®ßßÞ +õŒèü}ìR°Ðj9&Q°Y,d;Ì¢à/4 ‹[m•] UÅÐÛûk€ˆLéN-–Á>=Ñ`Iþu‚ÍZê®[ö‰6ôU%»îˆŽË7ô5LjeV+e^ +½Ýß"Dl¬©ŒžóÕºf€Ñ£Z“<ø<Œó@6=rïy2,â-ššÐ¶Ïͧ(J@RÇ>‡ÓÝÔ¦•笌Úèóa\¼xÓÉ#b:+füù +Í´hºxð1n»TV2n!ÍJZP §ê±ÈyŠ—<ë qæY80Õãún8‰‰ê~d=w²‘••õ£ÆÊìŒwgˆ`Ä+aU%šæÉ›âZùC¼»ìލµžÑÖìkÑY¥®fڇn©ævÑI¶6tR…8¤À ó‚ÇgQŠz.Œ© ²jM +„Ѽu<®Æà¸O +“rÂ<Çg¥øÎ”Δ²ÔÙ‚ÒìBó:Š$0)xƒ¬•ue +++>õg6¼B¡ ¯‡,ÄrešÍJwXS%/¸]Ç2ŸÑa¼×ðŒ‹žX<¶uçk¿]®cûÅ@ ºñ‘Ûd»+ÉiCŠE“d@ºI0a +,Ã܇!lŽ 6ÀÊ%xµQM½»Š[#€î÷÷¿SP¨@Uj:3çðúq˜B(é6‚+âË~à*Š£}åõîöã¥Îóøˆ’,Â)zM"Р•5‰lå ‹ ì?ˆOHE'æ­Y–÷¥ÌŠƒ6³½ÈÛNaÃ¥­\ƒf]ÑëÖ™/Öi±î– endstream endobj -1602 0 obj +1619 0 obj << /Type /Page -/Contents 1603 0 R -/Resources 1601 0 R +/Contents 1620 0 R +/Resources 1618 0 R /MediaBox [0 0 612 792] -/Parent 1588 0 R -/Annots [ 1596 0 R 1597 0 R 1598 0 R 1599 0 R 1600 0 R 1605 0 R ] +/Parent 1605 0 R +/Annots [ 1613 0 R 1614 0 R 1615 0 R 1616 0 R 1617 0 R 1622 0 R ] >> endobj -1596 0 obj +1613 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 396.04 301.229 406.943] +/Rect [84.043 376.114 301.229 387.018] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/snap.php)>> >> endobj -1597 0 obj +1614 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 312.976 211.565 322.874] +/Rect [84.043 293.051 211.565 302.948] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.boost.org/)>> >> endobj -1598 0 obj +1615 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [206.064 276.488 393.362 287.392] +/Rect [206.064 256.563 393.362 267.466] /Subtype/Link/A<</Type/Action/S/URI/URI(http://unxutils.sourceforge.net)>> >> endobj -1599 0 obj +1616 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [267.451 252.577 448.771 263.481] +/Rect [267.451 232.652 448.771 243.556] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.mingw.org/wiki/msys)>> >> endobj -1600 0 obj +1617 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [504.272 252.577 542.13 263.481] +/Rect [504.272 232.652 542.13 243.556] /Subtype/Link/A<</Type/Action/S/URI/URI(https://msys2.github.io)>> >> endobj -1605 0 obj +1622 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 240.996 187.655 251.526] +/Rect [84.043 221.071 187.655 231.601] /Subtype/Link/A<</Type/Action/S/URI/URI(https://msys2.github.io)>> >> endobj -1604 0 obj +1621 0 obj << -/D [1602 0 R /XYZ 84.039 766.262 null] +/D [1619 0 R /XYZ 84.039 766.262 null] >> endobj 70 0 obj << -/D [1602 0 R /XYZ 85.039 441.619 null] ->> -endobj -1606 0 obj -<< -/D [1602 0 R /XYZ 85.039 201.768 null] +/D [1619 0 R /XYZ 85.039 421.693 null] >> endobj -1607 0 obj +1623 0 obj << -/D [1602 0 R /XYZ 85.039 98.157 null] +/D [1619 0 R /XYZ 85.039 181.843 null] >> endobj -1601 0 obj +1618 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F101 1502 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F101 1518 0 R /F72 1233 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1613 0 obj +1629 0 obj << -/Length 2630 +/Length 2512 /Filter /FlateDecode >> stream -xÚÙrÛFò]_ÁÔnJ`ÅqªÚEV"&>´íÔÆN¹@`HŽIôC¾}û€ -ó(d™0òm&Ÿ:dP°fœlÞTå<Íã(W[PÈ\ñ_0£z+³{ˆvÏ€¼šó”¬Õ¶3‹ªŠ(ÅÀòEš2ÄŠ9×ã–kè²Þæ•Ye"&°5¹£©p,×íBŠÌý€Ü⬀ -Òª«UIëUš+r5786àùØÏpjq*ã{Åc…'idš0]”’¥-Û@#fŠiÍĘ 2Ym)˜ -…Ï4 l Àä2Kr<å£Ê ”(UÞôö°j8~_Ü2pK%*¾6T×»Öÿ¸ï‡ -ŒŽ=s$Ç\ÄŸM™7ƒ˜8‘¢jV³d‘óeÆTíÍè -_ïÒeÙd²‰ë†|F뚺r -{øívI2{‚ßÿ´ixºav'ú[ª¶À¡-k´šéù[Êš>f9Á°¬þiãg7m4——LôH¡„>^©çxPöƒ¡jê}!ãÖÅ$[ûó(ÛÀÛ4²Í]To¡m¶'Ù”X¨T¤BoßÚ*¼»úPŦ¡K œ^DPš0ÆÅ—ã[±âX*pÕE^ÖÔÁAþà “¼àÈ~ôp€|Ào <„æ¦#eà +xÚÙrÛFò]_­ÝÁJᩪ}e%bÖ‡Ö¢ÚØ) ɱ@€Á!Š~È·§ `ÇY>hzfz=}÷È6Ö†mütölqvþc3kº¡±XÓÀ²½™¡5ùÆ"5Þ›®å[ãIÚæ³±c›oç/žÏ_ý4ž¸mÞ=¿ºÈqí™yusy»¸~î:2u·Ï<óòÅ‹þ¡ß?Ÿ]/Î~?s€ÛpŽŸö,ÇžÉöìýo¶‘ÂÞφmy³©±'Ì­áwö, +Œû‘ßç}¸JçÑé'â ¸HÕdwy + “ }§¤õ«FO¾5†jŒÔ8Uãl@ÉwµØ]è™É—¥F+c8–ŽxB–Š +•ðÛ8®çGÀN%St|?$‹Á5Žì¸²²Lyñm.:†PÐF–Œì¼©Êó¬Hâì¼Ú€@Îý9ª72¿o!9Þ¼%kõÙŠç¹HDUÅb`JñF"ËbA˜Ã~ÃÉdYoŠJmÂÃIÌž‰l"uTÎåJ$×<ôÐ]Ž + |päÀˆPOp½(Œ {Ç¿:Ò%`)¹–…"S¬øóí¶È1¼=Ȳȷ‡†® % +A€H¤ÌËó¢ãî»qˆ©£ÁŒ†s çšA0"õ™]Y,APõMüi¨¹-‹uoùG JÅÕ—2)‹ªX +̧Y«“­@Ÿj$«2ðH¨„rÑæÊ‰ë[3;®¡tv]ÓR:v}N¶ r‰…–g;æë +— ªf•&‰UeùH¡«½Þµa¯e*u’Éä^Ñà’Uf)ãÅiÚõlTb®ˆÖŒŒñ!—Õ†| Ö“b‡aøÀ»#¨xqƒ1h÷ƒ#«²Ø2 +2Ή+ÿø ©NË´ƒùÉ˶ +"ЭƒÌžÖBØÿ3CóåüÛôí©8Ócãyϱm¬Ÿ@å2O ¼å^98Jœ)kz[ö¿Îo¸¥ •ÜÇkÑëyNº$jh|¸øÔ + Î`“ô¼@ÏÛçYA^êkÇógæs•¦æg,öpq§¾M«$v&Ê­ß½¡¡ÿ +ÓÀJ“#gÌ#ç´©Ö.FKö Ô=qß&8ïÛ»R’“yŽ¢Ëê€)F¶c,—×M‚!Ã:e1-ø¦¨©Dµ¸XWý$Ш6ECŽÑ’gŠd˜°ó°.‹fÇ µŽ€Q5ËIÚ áHù2g,Ý}¡âë4]®Bô(›¤n¨¾‡i¼ª©(°wåPµ +€œ:ÜÚ¤Î+ =•©k‰úÞ¸í–ÿNˆSÅàv¢1iÁ0¬E[¸ñ'0ŽŠBðù +Ëžó¯E^7˜YU]…oâs‚ò¢ô[QÒd¥ñÔ+š¯ÞÁ|­8 +abb] +¬Àî Ÿã¸ï–ùý«à·Ý¦éä~©Ç-Ûioô·Dí‚=»î`2;‘ó·d5lÌõ§ý¬fGOë>Ϲfó§ôÀ‰H{ò$´ñJ¥8?럞”=‡L´‰Iö5ý ³—ÚïÖÔ²-‚ê +ïnÇ$±ñ, øGF/bÈLèââ/Ý›Ÿ­=HÀU³Ûe]ñLu>ÒïXØäž endstream endobj -1612 0 obj +1628 0 obj << /Type /Page -/Contents 1613 0 R -/Resources 1611 0 R +/Contents 1629 0 R +/Resources 1627 0 R /MediaBox [0 0 612 792] -/Parent 1588 0 R -/Annots [ 1608 0 R 1609 0 R 1610 0 R ] +/Parent 1605 0 R +/Annots [ 1624 0 R 1625 0 R 1626 0 R ] >> endobj -1608 0 obj +1624 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [272.839 392.054 436.227 402.958] +/Rect [272.839 356.189 436.227 367.093] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sf.net/snap.php)>> >> endobj -1609 0 obj +1625 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 265.155 343.072 276.059] +/Rect [84.043 229.29 343.072 240.194] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/projects/sdcc/files/)>> >> endobj -1610 0 obj +1626 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [212.483 253.32 429.669 264.104] +/Rect [212.483 217.454 429.669 228.239] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/snap.php)>> >> endobj -1614 0 obj +1630 0 obj +<< +/D [1628 0 R /XYZ 84.039 766.262 null] +>> +endobj +1631 0 obj << -/D [1612 0 R /XYZ 84.039 766.262 null] +/D [1628 0 R /XYZ 85.039 735.307 null] >> endobj 74 0 obj << -/D [1612 0 R /XYZ 85.039 425.678 null] +/D [1628 0 R /XYZ 85.039 389.813 null] >> endobj -1615 0 obj +1632 0 obj << -/D [1612 0 R /XYZ 85.039 408.721 null] +/D [1628 0 R /XYZ 85.039 372.855 null] >> endobj -1616 0 obj +1633 0 obj << -/D [1612 0 R /XYZ 85.039 355.257 null] +/D [1628 0 R /XYZ 85.039 319.392 null] >> endobj 78 0 obj << -/D [1612 0 R /XYZ 85.039 310.734 null] +/D [1628 0 R /XYZ 85.039 274.869 null] >> endobj 82 0 obj << -/D [1612 0 R /XYZ 85.039 227.671 null] +/D [1628 0 R /XYZ 85.039 191.806 null] >> endobj -1611 0 obj +1627 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F72 1221 0 R /F101 1502 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F72 1233 0 R /F101 1518 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1626 0 obj +1643 0 obj << -/Length 3372 +/Length 3592 /Filter /FlateDecode >> stream -xÚÍË’ÛÆñ¾_Á8U&ˆÁº¤ä•l­-ÉŠ—ª²c»Ê 0$a -B;NüÕ._ýl¹v`¯7AèX_­…c}¸yóòæÝ7ë8Öîõ+¼üþúÃÛWïvëij^¬…Öîæûwë𜠰®_¿x¿{õ¡ºLíæÝ-¡¿yÓÓ»}y}½þu÷íÕ«ÝÕW¸tVbàʳ…¯²óÕÏ¿:«¾}»rl/‰Wwó¼òq' `\®n¯þ~åŒwêÇ ;uÛóy§wEY{IÏ¢¢ç¿·*Ï2{¿vëR”ù—¾;%cv'¨úÒf<þÅqÜR*þÐ¥÷‹TqÃÀåF; bew*pZ”XôŒ­ªîPWå=.J.šeø~¨[‚öLÕ‘ yqX»u­¬:ÂÞUÚRáFâÐ’öNÅKBØ’¬hVÖÖŠyÈêsS”@‘n˜JZªš0Ž®ði-Kò¤ûúÂXô~¾d'æPvl—¶]#¢Ò~*$Ò¼ƒ%á2ó\ŸäŒ -`z©>= -G亶FDïEŽ¢]k³‘Uº/å&¯3„°nÂ" -/n¢Á¡v¨fœ§9øa0UEƒè`ÇN0‹{xå¡S”«‹Ž? -õmλ|ßJã)}€Xê'ö¦Òœ{HŒ€œxrÈ—•%:k%m}~² ·£A{X:}¥°Œ¥]Én«ª´±›Só9É æŠÄ3äìåHæÃ±9î<’…É~éÿÈ®/-&Å:-q#P~C^ˆ¦ö²%°Î{àùþå×4€­ŸSóQB3Ÿ1T€ÊÙŸ¥ªŸ@ƒKõ±ªu’[ÑJ°¾ª«Éò‘uZx€ðLA§«8ÐÊR·‘éÅÜR¶ÒÔ*©O+^lèuiÄÙ·êÕq -°Å0q!êTϰ¨é¹”ášY†øŒáP½ñÌ›ƒÁDÞç*Æ&YB½ÀÜMŠ•”ý¦ðÕµÊb(8ŸæÔ„k{îBŠS7@µCúÓDÇm'êÃy××e~_—!g̯ÑIÒr|Åt•<¾‘=o8o ±½7ËtÀÖqÿÂÃö¶”p¨ÏÛ`¸\]J·â§ý==Ébp¤Û!ˆ¼—ÀÆ„æÈÌ)*&ˉÉ$ëÆ6¤Ûg݇…$÷aO¡à’…v‚Þç7‹T’!Ô´õ±MÏg¾=$LÜàÿŒº¥Ž;rû/}„H¯(m›ÞëRCKªnŸ¬o^d¢‰¾Ñqûް½©s…à:‹«  ¿c,Ûšcšm?«– $ïñ¸<:MÛ_ÂôÈ`0.q­“„,œ>Özê>¾7’G}ÓK¸Ü&¥éX[ê¤õ­>oL£9š‘·ˆ# -¾¡¥.{¥+T -µu”ZÖóì´ÅÒˆa­^쿎·}N¤@8ºDå$R*´:F8׆!Õ¤™œ6%1+ -=M3uÈ6»â\äi§ïÙ~ZÜžè€êúvhY›Ì•ŒÁÁ†H­nå‘árÞ»¶èúúQu÷ýEÍp<MA‰är}jòÞiyqyº[Ct­xX¢rê£kã0¯SC“÷ãä8ÒµM«»ÁqØ_ÄÆà` Nœ‹Æ!5’–¨GF3xžv ü…Ù‚ÑȆ>ç˜=. %80ÉŽží¥ÂÛßÅÍÇŽõH×Ê c»wÊ_`‰„ibbm6Ÿ`IðGX™}± ’ر…ã1ŒƒäºK0«{{3=7æ&à¡Ú7VYŒäО/sS“h.ýÝ‚z¤–4É×s³s1=Ó1“$ðtå9=t¿ýWìlÓOí6WºoAE¨}€øŽ³=eNLøx3Òð¯¾bAóX|1˜Žê6èØÿgøÞÝüh¾?ÈíìÄŸUÝ7““uåÐ'À¬ -(ó$²jÖ®ùaLg(ßR}‹”Œë8]x²ÊWÜ–ÒüÀ§Ç+uts9¶îÚ÷Ê‹íJ©£€Æwý¼–ÐÈJLÐ^@i²?ˆû#jØ)ºè€g +xÚÍZK“ÛÆ¾ï¯`œƒÀ*Äà +¥©\Û´_óßåE£+#i²¸Ëx¦î˜11Í›,éªæ^èM&t?Ûˆõ +‚éN%Õ©>w4¶ã‹ N`|^Ûž7y¼+ô·¶I`Mk×2ž#!2ºªþ‡‰!.SîŒz±ô×}%,NŽÌ7l‘ï(¾å—û.Ææ\–yyXRœšNhkMœd›Tä‚ +£,Ï7Y™5 3Xï/í’:fNwIt‡`—ñ“´ +ZÎ:Vï<<ðàh?槚̥®j\Íý’ä§jv¬z«æ×Ér³T÷Î;M*ÙÏ@ó×ÞÐk[Q>¶_›7¦®ØL³ú`¯7晹ä²ìÐtmïË\–︳(ƒ ›/¼A³¡Ÿph€^‡@Ñq}›‚¤ã¹¦åEЀ0mG=x +¶–âjÃô»¼;N‚îh˜j`k»3;D +¦¾ñ# %Ë ÃBƒ@ß…sZfH ?8&‘ nŠŒUUÑróg˳ÞÒ¡eú +G.Ït–€Š¡Ñv‰0|4‹{R&‰ŸZvdГš +CSEŠÏšš¶`5"ÿ@ù +R©¸µ¸íûqã\Þ–Ý’'1ÚªœHǵg€#h +a‡Ælý +YkK Œ»/? +Í©Ùlôއ€0ý§ë†½ˆƒt‚¡…x/$7Y}B©?|­«¼ìÈïS'ää(|Ïßù\à7+H›X¢Ù|Êg˜ÜtÌ\dóê^X ÃHŸ²8éy½×œ(û#&Æ{ iƒHcº­Äüè…¯¶QäCâùeNMÙ¦c/ ª†Q+8H¿‹wÜд‚>ªwàlʸÜ>1CÉDÞ¶.c+ÇWD­ì©ðÏóFà£õå೎ëW–à°¬„MÒ·«ààJ–™|ÅO»{~ò‰Á•Dy—1 $‘î“—2¬à“ øÆ:¸Ý{ëýRÙ„5i†<×ðpAºh¦zq”(ìhSšøt"÷p0 pÄ5ïá÷C·´ ‘þ»Gzñ#ƒô†Ò4ñ=e´SUóÅöæø0L0±7V·k)s¦l®³¸ +òOŒeÛ}}ˆ“í“f†ÇYÒqZSºNqpAŠm3 +™ÿàsóÏ®ò#nbBó,¾hNËò©ºP#@þOï¯Ðß`»‡—ï×͇”9ô +ŒJ¬k~IrÀÇ ïÃé& FÒ®è|é)&_JuXØbðƒhOfêøör|¤lß/V-3Šn@ß7öýfãS¢ƒöxÄ•ý»^ØßqÝ®å h  –þÈæ*ÙQ^E“¿Drç‹Où,BA‹c: œœ;®çáHm†Y/óÔq'­”.²JÚ +˜§‘« + Ñm ØN#$׃Gçëå‡ÁP©u!yÝWƒaããVC¬¦ª¹un'µD0ñl²úÇÊ Vh*Â[#Ó¶Ä’l{¾qÿcŠ4v endstream endobj -1625 0 obj +1642 0 obj << /Type /Page -/Contents 1626 0 R -/Resources 1624 0 R +/Contents 1643 0 R +/Resources 1641 0 R /MediaBox [0 0 612 792] -/Parent 1588 0 R -/Annots [ 1617 0 R 1618 0 R 1619 0 R 1620 0 R 1621 0 R 1622 0 R 1628 0 R 1623 0 R ] +/Parent 1605 0 R +/Annots [ 1634 0 R 1635 0 R 1636 0 R 1637 0 R 1638 0 R 1639 0 R 1645 0 R 1640 0 R ] >> endobj -1617 0 obj +1634 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [287.542 582.281 397.131 593.519] +/Rect [287.542 546.91 397.131 558.148] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.lyx.org)>> >> endobj -1618 0 obj +1635 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [214.751 571.282 431.937 581.564] +/Rect [214.751 535.911 431.937 546.193] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/snap.php)>> >> endobj -1619 0 obj +1636 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [275.753 502.814 281.929 515.578] -/A << /S /GoTo /D (Hfootnote.4) >> +/Rect [275.753 467.938 281.929 480.702] +/A << /S /GoTo /D (Hfootnote.5) >> >> endobj -1620 0 obj +1637 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [206.124 491.482 465.153 501.763] +/Rect [206.124 456.605 465.153 466.887] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/doc/sdccman.pdf)>> >> endobj -1621 0 obj +1638 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [221.27 403.188 366.725 414.092] +/Rect [221.27 371.609 366.725 382.513] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.opencores.org)>> >> endobj -1622 0 obj +1639 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [510.25 391.233 542.13 402.137] +/Rect [510.25 359.654 542.13 370.558] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/projects/fpgac/)>> >> endobj -1628 0 obj +1645 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [108.95 379.277 308.203 390.181] +/Rect [108.95 347.699 308.203 358.603] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/projects/fpgac/)>> >> endobj -1623 0 obj +1640 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [165.21 167.97 179.655 178.874] +/Rect [165.21 140.183 179.655 151.087] /A << /S /GoTo /D (section.2.8) >> >> endobj -1627 0 obj +1644 0 obj << -/D [1625 0 R /XYZ 84.039 766.262 null] +/D [1642 0 R /XYZ 84.039 766.262 null] >> endobj 86 0 obj << -/D [1625 0 R /XYZ 85.039 659.676 null] +/D [1642 0 R /XYZ 85.039 624.305 null] >> endobj 90 0 obj << -/D [1625 0 R /XYZ 85.039 556.588 null] +/D [1642 0 R /XYZ 85.039 521.711 null] >> endobj 94 0 obj << -/D [1625 0 R /XYZ 85.039 280.896 null] +/D [1642 0 R /XYZ 85.039 253.11 null] >> endobj -1629 0 obj +1646 0 obj << -/D [1625 0 R /XYZ 99.386 92.845 null] +/D [1642 0 R /XYZ 99.386 66.157 null] >> endobj -1624 0 obj +1641 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F72 1221 0 R /F107 1525 0 R /F101 1502 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F101 1518 0 R /F48 1183 0 R /F72 1233 0 R /F107 1542 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1636 0 obj +1653 0 obj << /Length 2175 /Filter /FlateDecode @@ -5873,17 +5953,17 @@ xÚXÝ“ µEºqϕݙ¶eê } endstream endobj -1635 0 obj +1652 0 obj << /Type /Page -/Contents 1636 0 R -/Resources 1634 0 R +/Contents 1653 0 R +/Resources 1651 0 R /MediaBox [0 0 612 792] -/Parent 1588 0 R -/Annots [ 1630 0 R 1631 0 R ] +/Parent 1605 0 R +/Annots [ 1647 0 R 1648 0 R ] >> endobj -1630 0 obj +1647 0 obj << /Type /Annot /Subtype /Link @@ -5892,7 +5972,7 @@ endobj /A << /S /GoTo /D (section.2.8) >> >> endobj -1631 0 obj +1648 0 obj << /Type /Annot /Subtype /Link @@ -5901,38 +5981,38 @@ endobj /A << /S /GoTo /D (section.2.8) >> >> endobj -1637 0 obj +1654 0 obj << -/D [1635 0 R /XYZ 84.039 766.262 null] +/D [1652 0 R /XYZ 84.039 766.262 null] >> endobj 98 0 obj << -/D [1635 0 R /XYZ 85.039 372.752 null] +/D [1652 0 R /XYZ 85.039 372.752 null] >> endobj 102 0 obj << -/D [1635 0 R /XYZ 85.039 343.752 null] +/D [1652 0 R /XYZ 85.039 343.752 null] >> endobj 106 0 obj << -/D [1635 0 R /XYZ 85.039 177.758 null] +/D [1652 0 R /XYZ 85.039 177.758 null] >> endobj 110 0 obj << -/D [1635 0 R /XYZ 85.039 106.65 null] +/D [1652 0 R /XYZ 85.039 106.65 null] >> endobj -1634 0 obj +1651 0 obj << -/Font << /F75 1282 0 R /F101 1502 0 R /F48 1171 0 R /F107 1525 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F101 1518 0 R /F48 1183 0 R /F107 1542 0 R /F72 1233 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1640 0 obj +1657 0 obj << /Length 1569 /Filter /FlateDecode @@ -5950,17 +6030,17 @@ N# ŽÓ+ùâ¦dì lü%ut#dêX¶Í; hâáÚìþÏôF‹Î׳ÿ‡ Yt endstream endobj -1639 0 obj +1656 0 obj << /Type /Page -/Contents 1640 0 R -/Resources 1638 0 R +/Contents 1657 0 R +/Resources 1655 0 R /MediaBox [0 0 612 792] -/Parent 1642 0 R -/Annots [ 1632 0 R 1633 0 R ] +/Parent 1659 0 R +/Annots [ 1649 0 R 1650 0 R ] >> endobj -1632 0 obj +1649 0 obj << /Type /Annot /Subtype /Link @@ -5969,7 +6049,7 @@ endobj /A << /S /GoTo /D (section.2.2) >> >> endobj -1633 0 obj +1650 0 obj << /Type /Annot /Subtype /Link @@ -5978,28 +6058,28 @@ endobj /A << /S /GoTo /D (section.2.3) >> >> endobj -1641 0 obj +1658 0 obj << -/D [1639 0 R /XYZ 84.039 766.262 null] +/D [1656 0 R /XYZ 84.039 766.262 null] >> endobj 114 0 obj << -/D [1639 0 R /XYZ 85.039 735.307 null] +/D [1656 0 R /XYZ 85.039 735.307 null] >> endobj 118 0 obj << -/D [1639 0 R /XYZ 85.039 664.906 null] +/D [1656 0 R /XYZ 85.039 664.906 null] >> endobj -1638 0 obj +1655 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1649 0 obj +1666 0 obj << /Length 1814 /Filter /FlateDecode @@ -6014,17 +6094,17 @@ S_ "'2œý·àn=ù§súu endstream endobj -1648 0 obj +1665 0 obj << /Type /Page -/Contents 1649 0 R -/Resources 1647 0 R +/Contents 1666 0 R +/Resources 1664 0 R /MediaBox [0 0 612 792] -/Parent 1642 0 R -/Annots [ 1643 0 R 1644 0 R 1651 0 R 1645 0 R 1652 0 R 1646 0 R ] +/Parent 1659 0 R +/Annots [ 1660 0 R 1661 0 R 1668 0 R 1662 0 R 1669 0 R 1663 0 R ] >> endobj -1643 0 obj +1660 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -6032,7 +6112,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://gcc.gnu.org/)>> >> endobj -1644 0 obj +1661 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -6040,7 +6120,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(https://shop-pdp.net/)>> >> endobj -1651 0 obj +1668 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -6048,7 +6128,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(https://shop-pdp.net/)>> >> endobj -1645 0 obj +1662 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -6056,7 +6136,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://mazsola.iit.uni-miskolc.hu/~drdani/embedded/s51)>> >> endobj -1652 0 obj +1669 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -6064,7 +6144,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://mazsola.iit.uni-miskolc.hu/~drdani/embedded/s51)>> >> endobj -1646 0 obj +1663 0 obj << /Type /Annot /Subtype /Link @@ -6073,1011 +6153,1031 @@ endobj /A << /S /GoTo /D (section.5.1) >> >> endobj -1650 0 obj +1667 0 obj << -/D [1648 0 R /XYZ 84.039 766.262 null] +/D [1665 0 R /XYZ 84.039 766.262 null] >> endobj 122 0 obj << -/D [1648 0 R /XYZ 85.039 630.973 null] +/D [1665 0 R /XYZ 85.039 630.973 null] >> endobj 126 0 obj << -/D [1648 0 R /XYZ 85.039 581.718 null] +/D [1665 0 R /XYZ 85.039 581.718 null] >> endobj 130 0 obj << -/D [1648 0 R /XYZ 85.039 522.565 null] +/D [1665 0 R /XYZ 85.039 522.565 null] >> endobj 134 0 obj << -/D [1648 0 R /XYZ 85.039 403.636 null] +/D [1665 0 R /XYZ 85.039 403.636 null] >> endobj 138 0 obj << -/D [1648 0 R /XYZ 85.039 320.573 null] +/D [1665 0 R /XYZ 85.039 320.573 null] >> endobj -1647 0 obj +1664 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F72 1221 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F72 1233 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1656 0 obj +1673 0 obj << -/Length 1395 +/Length 1595 /Filter /FlateDecode >> stream -xÚ¥ÛnÛ6ô=_!`ÀjÍ‹nL±‡-튬À:,ÙSÛE¦mu²dè’, üï;ä!eÉ“Ód}1És¿‹zkzïΨ=¾9[üsSE<ônV^*¤…p¥o–ÞÇÙå&ݵªžû<¤31ÿ|ó+R$Nb¦©¨ç’$,@‚?›¼\#úõ›ËËž‚D·a ô)asŸQ -mZ.Ózé_VÛ]‘§e¦>H<IdÄ#KÎ9áQ„äFŠ‘—æÛ¡¶ÂóVÙ<²ª\Uõ¶WpU+Õh™ýMrÕV•mÚæU‰wÕÊ2ÝXnVÜ®®Öuº=°+ÒrÝ¥kEF3"ÃÐͲ¤7º7ûêúƒe,©Õ·\"ðÓo×Wö-‘Ó¾` ‰ç{Õ‹>à°˜Hð5EßoÚ¥ŸMr’„s˜Î‰#/¬íy霑[_o«%Z yÀI -£‘Çö™!ø¦W#¼ën‹<+ð_:çtv7ç -˜Q62BÃÄIÞ´íîb±¸¿¿'ÕN• 2°ƒà“ª^/¾´[4ç‹û5 4ÒÂù³!›v[|gü„’±c'K L{i.hL8çì‚H†Oo”¶ê.75Õ¸Ò«¶õaì“ -îšn·«êV§/XB˦UéSD¾×+OZ—=#³óÁƒÚæ-žëÒAx¶rqŬѪ©Q„ÈfE\OL94Înœ¶‚Ps]eÍGÎñ#½"DO»ðCa÷÷ßÿáj÷¡è+³ùÚÑ*+`êv—Ôø×TzV +xÚ­XÝÛ6 ï_a`Àê gÅ’ü¥;ìaK·¡+°»ÛSÛ­$nýXv¯Ýáþ÷Q¦ìØ©s»u{‰h‰EŠü‘Šïìßùå™oÇož­Ž™Ã|E,tn¶NŸ ' +aÊÌdÎw³—‡V5+…¾ËWïn~E©€ÄIL”ïx +ŬºCSïY–£p!«]'wЬ<ž÷f¯†ùÔ ì¡»-ò´ølì2–PJDh-‘+æ»W,K +y[€8˜¡¡«ÝÈL˜™±?!´õ›uv<qåàiP࣊—ׯ×/Ú ˜H„@ÊÃá÷f„n½¢¾»kŒÖÁ:³ˆÖõkæGé™èfᢨð‰&ƒn½¯»"Cö[{ò3&ËöÒìÁJAÚw>8õ +¢–út¢E$„ >(Ù·í¡—…¨da~l}lãy½¾»»#õAUppˆQÝf¤nvë÷mJ×:el}·£aZ^Õdß–Å7½·ðP˜A'Öò€ÆèprŒü^}ùÞÀ䱄‘`L¸ Lžð‘€C ñÃo×/íZ"–ó‚&$J†<Tã &W‘ŒÎò<0ßKwã‚„ÑhMŸP 9…ÄÌÍ-™¼Â±Ý穲μO¢¹ë_(sÏó>µ¬À¶©K¤Æõ +‰ˆ“é>¨‚:"ñÊþCïéƒ5õž=c£e[ù[íüëW¸ +¬Kr A8Ì®õ\>_AÌd5@¾znàŸCÍPi®mi Ü·¾ÏkˆO¬ °\çU‹KUÝâœî‡ºiMØAY„¨t«d†‹™ï "˦7êT™· za¾„…X¶z‘y¹Ûie—sTÑ+¤nQîÆU²’ù=£qlµ‚‚— +¤y¯61Èn„ŒsJ ÅØB[`¨k‹<Š–öbÖ±{û‡í““íáVJýÐí|{•¾há%°Û_E}§2ÌEš@'l’lP$1lÖ¸å%^hP¢¦ØaáR!ÀôÕÒ‹m +ç9d*SÒv¸›i.üžfGÄâ#bAƒ”} Ü2:˜Ì‡@²ÄbÑ +¥5ò(ó,þo“Ô;‡Ny;<°d˜.‡RÐ¥{[&š¥Ü柒púF“éOvðû²,ż'ÙÀ<V›´™Ðä±ÓNÇað¬ +,„·±­,šñütóìo#žˆ< endstream endobj -1655 0 obj +1672 0 obj << /Type /Page -/Contents 1656 0 R -/Resources 1654 0 R +/Contents 1673 0 R +/Resources 1671 0 R /MediaBox [0 0 612 792] -/Parent 1642 0 R -/Annots [ 1653 0 R ] +/Parent 1659 0 R +/Annots [ 1670 0 R 1675 0 R ] >> endobj -1653 0 obj +1670 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [135.101 447.123 508.202 457.404] +/Rect [510.25 505.773 542.13 516.557] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.open-std.org/jtc1/sc22/wg14/www/standards.html#9899)>> >> endobj -1657 0 obj +1675 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [84.043 494.321 427.256 504.219] +/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.open-std.org/jtc1/sc22/wg14/www/standards.html#9899)>> +>> +endobj +1674 0 obj << -/D [1655 0 R /XYZ 84.039 766.262 null] +/D [1672 0 R /XYZ 84.039 766.262 null] >> endobj 142 0 obj << -/D [1655 0 R /XYZ 85.039 735.307 null] +/D [1672 0 R /XYZ 85.039 735.307 null] >> endobj 146 0 obj << -/D [1655 0 R /XYZ 85.039 555.929 null] +/D [1672 0 R /XYZ 85.039 555.929 null] >> endobj 150 0 obj << -/D [1655 0 R /XYZ 85.039 504.035 null] +/D [1672 0 R /XYZ 85.039 480.795 null] >> endobj -1654 0 obj +1671 0 obj << -/Font << /F72 1221 0 R /F48 1171 0 R /F77 1343 0 R /F101 1502 0 R /F114 1658 0 R >> +/Font << /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R /F101 1518 0 R /F114 1676 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1661 0 obj +1679 0 obj << -/Length 1633 +/Length 1782 /Filter /FlateDecode >> stream -xÚíXÝoÛ6÷_¡G¨TRß*‚ -)HFG¢„ºAœX±º~ ÏôÁóBe†Ùg½wBBì—}•uE] iml³–ËAdWu‡”–óªkY¥§}Ur¡™ùœ†ö}SÙœÚEWn‘œó¬9¹–¨™EŸ­QtÝJCž¿¤4YíE1ئìuѱì³Ãú®FöÉãÀõ’Ô0FGóâ!*ì¢Â…nÍq°ÉDHŸI–ãûÄ -ç’= -l–ç…ö#Ì”døÞ­™) -Ñ[@ÃÓÂlPpÀ`‡ºG”ì8¯ë²¬eÞÕ&qÙɵªúÚÈ6ÊG -M7ÚÉz¬즪!&3ð”Ÿzè -^Âuß5}‡D™$ò IÅÛV>¡.^¢T k½ ‚`Ãô®#ytèâRÇ/ŽÊ¢âNÕCœ¶Ç/ Á¤}t§šG[Á½ço\·Ç(å(Ìrë>;Q>ïȹÈÚ¢‘^:þïo° ¨—›¦Ûš -ù¥çU¶­¸[C;*9ö" žW¬8¬¸# -é” €Ê±ò“×Èÿz¤$Í|³5kY†ÿ' >•ï0Ú°­ÖÕ4œ +xÚí]oÛ6ðÝ¿Bo³‡H‘¨ï{Èœ´K·%mãÒ¢ %Úæ&K.%%ñŠü÷y¤,Ûñš¥Ý€{1OÇãïûhך[®õbðÃdpü<­ÔI#Y“™•„Žë§VFN’Ö$·®‡¾ã9#;ŒÜáÕd”úÓ‹ÓQàOÞœÚãË_^ý|~r1>Ù^ÁpüãÉ«ÉÙ›‘MBNâ¹·Wç/uu:ÞO^Î&ƒ®áZÞF,Èr+[®ß»V{/-×ñÓĺU”K+€›¹ipa] +–/¢zL“04wÝ\å`t/ˆÎy@e­L4øc‹zž‘ŒiŠ ß endstream endobj -1660 0 obj +1678 0 obj << /Type /Page -/Contents 1661 0 R -/Resources 1659 0 R +/Contents 1679 0 R +/Resources 1677 0 R /MediaBox [0 0 612 792] -/Parent 1642 0 R +/Parent 1659 0 R >> endobj -1662 0 obj +1680 0 obj << -/D [1660 0 R /XYZ 84.039 766.262 null] +/D [1678 0 R /XYZ 84.039 766.262 null] >> endobj 154 0 obj << -/D [1660 0 R /XYZ 85.039 664.782 null] +/D [1678 0 R /XYZ 85.039 735.307 null] >> endobj 158 0 obj << -/D [1660 0 R /XYZ 85.039 605.629 null] +/D [1678 0 R /XYZ 85.039 677.982 null] >> endobj 162 0 obj << -/D [1660 0 R /XYZ 85.039 442.864 null] +/D [1678 0 R /XYZ 85.039 496.01 null] >> endobj 166 0 obj << -/D [1660 0 R /XYZ 85.039 383.711 null] +/D [1678 0 R /XYZ 85.039 436.139 null] +>> +endobj +1677 0 obj +<< +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F101 1518 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1683 0 obj +<< +/Length 1740 +/Filter /FlateDecode +>> +stream +xÚÍXÝsÜ4¿¿Â>¦v%ÙòGét&M„ÈÁKËt\[wgðWm¹!Sú¿³ÒJ>ûš´)SfxÒzµ»ZíÇO{GœCœoWÏ7«ÇßÄÜIý4b‘³Ù: ÷I:1ü$ +n‡Ž…³HâäõêÅïÄ)`ï{‡øAš87Z²vBðŒ¤èʹ^ý¼"æ*Ç«¾%tv7P?‰B'fÜBs¹Aöc.×^Dˆ;àòßï)êý×Êc0GÙ9âx”ú)ç C(¸87H|ÆSG9´¾m[ŠÔKÂÉ]öÃØOؤõyÖ»¬¯0lŽx¬žúq×~(þ•Þ0טñËæmV•j— +E¤nÝ' ¹]ÛËá ÐiênÇ&—eÛ F¡¨Ð´9½ì³Æ|ŽM%†eÄšr÷¯®*s³é‡QrT®²ºE´*D^õ¿²×aÌ÷Hµý]›†€/ܶ¤ç +Ôx‡­‰?361ÕçqHí)* ÑêÌÙ€pú«ç¥¼Ðõ6‹XºbtLM2áÍe,˜î6ù!<K|n»M½º<@=¯_‹¢°exzG)üJ +ÝP;è8”èZ²è"ʇ¦eÇø +ë¼B¨û7¶ +^‹}¶fÜ}[ZÃ÷„6ëScx³ŽCÐq¨´å=¶2g¶î댳2Û5í Ë\å>eŠ +h™Þ¤i 2ö¹áª!XƒŒú¸… +endstream +endobj +1682 0 obj +<< +/Type /Page +/Contents 1683 0 R +/Resources 1681 0 R +/MediaBox [0 0 612 792] +/Parent 1659 0 R +>> +endobj +1684 0 obj +<< +/D [1682 0 R /XYZ 84.039 766.262 null] >> endobj 170 0 obj << -/D [1660 0 R /XYZ 85.039 324.558 null] +/D [1682 0 R /XYZ 85.039 527.297 null] >> endobj 174 0 obj << -/D [1660 0 R /XYZ 85.039 265.405 null] +/D [1682 0 R /XYZ 85.039 468.144 null] >> endobj 178 0 obj << -/D [1660 0 R /XYZ 85.039 244.462 null] +/D [1682 0 R /XYZ 85.039 447.202 null] >> endobj 182 0 obj << -/D [1660 0 R /XYZ 85.039 167.647 null] +/D [1682 0 R /XYZ 85.039 370.386 null] >> endobj 186 0 obj << -/D [1660 0 R /XYZ 85.039 112.543 null] +/D [1682 0 R /XYZ 85.039 315.283 null] >> endobj -1659 0 obj +190 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F114 1658 0 R /F72 1221 0 R >> -/ProcSet [ /PDF /Text ] +/D [1682 0 R /XYZ 85.039 256.065 null] >> endobj -1665 0 obj +194 0 obj << -/Length 1415 -/Filter /FlateDecode +/D [1682 0 R /XYZ 85.039 113.29 null] >> -stream -xÚÅXYsÛ6~ׯà#91$%ÊT߉3­íÄj_’L"Wfx­¸¿¾ âà!)¶UwúbXr±ßß.ìY˳ÞÞ-Go¯ÎBkîÎgÁÌZ®­(t½ÉÜ: gn4ŸZËÄúbO\ßuÆá̳ï—Î|b/n.œ©g/>_ŒÏoÿ¸ûýzqs~éŒýy8ÚçwËËÏÎ8=üR~÷çýõÍ{¹uq~î|[~].G?F>šáY~{,žåEVœ¾|ó¬e-ÏÌ#k×¼™YS´Ì›‡¸N­ûѧ‘׃€„îdÚræNÑXÏóìó-a$æÀªÆ"­êíÕ4êèñgîõŒýÈÍ¥ž¯Aö¾±¾ŒCÔ¸Ü ”èE$V”WrEsõ†<rpûÊ<< -ø ï@6k ïdP¥káy œVÓ-² T§3»¢ƒÜjpᎅ-莰ªW\”°D+ídÍB>tÐ -EjdΩ]©)lQLˆ""b¬6Ö(w™vŠ;ž_x‘ʨTØôjü1$ ME"»-ucª7¨Dµ¨Ðg$=‡ètk’ƒV†* -õwbø£.šÛÜ}ø/*³$IÒŽ8¨°cá¿DzÃéÁ©ZO=Y‰Dj¼½æ ’Ý{ýÅÃÔóéß÷ÿªÑ×M¤^möTFz»Ú’¦Çâ²¹2ÓÏpLjšñ7EǤJ„|Þd¾x«á9\ìå²Aù½ŸÔ\J-xSE ¸µ©ñ††PúЙZòw¥Ð´‡k‘E²‚c(•"Ioí‹׊Ü)º`ìûî<T¥ÐeLMÌX’È¿K=ß¹I»aÌ‚©;÷ÎÆÌW1»“ݺl~Šªv¸H¨”‰¹ÊoæñŒÿì&VŠ›~c®ƒƒ×ê£W«öû.‚þT8ì&7sgz(Âk•rPõÞ¹\Žþû?ñ -endstream endobj -1664 0 obj +1681 0 obj << -/Type /Page -/Contents 1665 0 R -/Resources 1663 0 R -/MediaBox [0 0 612 792] -/Parent 1642 0 R +/Font << /F75 1294 0 R /F101 1518 0 R /F114 1676 0 R /F48 1183 0 R /F72 1233 0 R >> +/ProcSet [ /PDF /Text ] >> endobj -1666 0 obj +1687 0 obj << -/D [1664 0 R /XYZ 84.039 766.262 null] +/Length 1700 +/Filter /FlateDecode >> +stream +xÚµXÉrÛ8½ë+x”ªF ‘ç¦xÉRlj•¹$)EBª@‚Èh<_?•‹$'Ö8'‚h ÑËëðœ­ã9oF¯W£W×óÈIÜ$bgµq‘ë…‰3bw‘ÌœUî|‡®ïN¦QìïW“$/o/'3o¼üt9½øð×ÝÍ»åíÅÕdê'Ñl6¾x»¼[]}šLƒÈƒjßçûw·oÔÔýåÅÅäÛêýèj5ú>òA ÏñÛcá,oádÅèË7ÏÉöÞñÜ0Y8{¹²pf ™—D0&ÎýèãÈë©Q%ˆÜpÖQeîÆ ¬çyãkBÓ—[%YEqYKÑ ÏW׳E‡¡»3`8õn<OïAõö8_¦°¾GHq­wz€‹Š •5IK5÷Õ‹<N7µùóBHý¼f){„¾šØP¦i9ñ£ñ£æZÂ|ÑaÙ²–ÌúÚ¹BÔ™¦F-°S„];͵–Œ¥Üœž«ÁÝ$€Ó€)büW­¶xÚh×B1£¦5C¼!Ú*t£¾¨ ü!6 Öj¹Fõ¡²£²®/¸˜û¶–Äœ%Qªh´a2§æÈí îIÅ¢Eô«š‘>%ˆÇÿ‹Ô”Ô f4)j•îy³®Yšim£ýÄ›¨ŸŽ¶‚‘žE +szVqŠÚcxZhYRác=‰Ð@mA3æ +]»ü†JN×ÄìV¦h$,Ÿ ŸDÃç¾fMV7’âhiKaýƒJ8€¥£X©×¸žBv ÉùK¥û¥Î8$Å¥Í2ÇiЍf(­©S+¥Q†ãm‰òÓÌN )þi°04pz©Ý˜B…»ö(?!zýX!ƒq@ÍÔFê‡×”í£ò['èw^`,kZàì@¸Žjúà +±×Öܶ˜vÁpžEß™`;‚.%F,+XP[Õé [è¤,sRúø°‹*PQä L~x²öÖ‡pH@õ©äTê¼Ùyž/5·nÈÊZ°ãò¤Æ”å6íò£©ªªPÊNñ‘Õé<ñoi9= +endstream endobj -190 0 obj +1686 0 obj << -/D [1664 0 R /XYZ 85.039 735.307 null] +/Type /Page +/Contents 1687 0 R +/Resources 1685 0 R +/MediaBox [0 0 612 792] +/Parent 1659 0 R >> endobj -194 0 obj +1688 0 obj << -/D [1664 0 R /XYZ 85.039 592.368 null] +/D [1686 0 R /XYZ 84.039 766.262 null] >> endobj 198 0 obj << -/D [1664 0 R /XYZ 85.039 545.106 null] +/D [1686 0 R /XYZ 85.039 735.307 null] >> endobj 202 0 obj << -/D [1664 0 R /XYZ 85.039 499.9 null] +/D [1686 0 R /XYZ 85.039 690.54 null] >> endobj 206 0 obj << -/D [1664 0 R /XYZ 85.039 434.77 null] +/D [1686 0 R /XYZ 85.039 627.353 null] >> endobj 210 0 obj << -/D [1664 0 R /XYZ 85.039 369.639 null] +/D [1686 0 R /XYZ 85.039 564.165 null] >> endobj 214 0 obj << -/D [1664 0 R /XYZ 85.039 204.882 null] +/D [1686 0 R /XYZ 85.039 384.14 null] >> endobj 218 0 obj << -/D [1664 0 R /XYZ 85.039 147.721 null] +/D [1686 0 R /XYZ 85.039 327.582 null] >> endobj -1663 0 obj +222 0 obj +<< +/D [1686 0 R /XYZ 85.039 282.98 null] +>> +endobj +1685 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1670 0 obj +1696 0 obj << -/Length 1824 +/Length 2405 /Filter /FlateDecode >> stream -xÚµXKs›H¾ëWP9¡*Cx?öæ8vâ”g#e/N*5‚±`ÂÀ:Ú_¿=/XŠ9¹HCÓÓóõ»KÛh–öföj5{yúZlÆh«{-òM˵ÐÌ(ö´UªÝé®é˜sÃ,ýâöæÃõâúý›¹á¶ëêoÏ?¬.?£oŸàú´@Z¾¾¸˜Y½›]®fßf6jiöpˆkÚV¤%åìî‹¥¥ðîf™niœ³Ô<ÀaÅ>¬ m9ûsf€;{€;¾éz=pÛ MÛ™¶eYú"_7¨Ù -d÷]•´9©(‡§ä¾¼ò¢¡v`z Ô°#3c!ô³ãø£=Úáƒô%ÆBr›ÉEƒiá¹ãëÿÎm_—ôbG†QŠ*A‘f"£Ø™?¢¹c`Žò­ lŽqY -t -xì‰ …ëXOülE¯º¢0jÂjŸ|• -Óv¤V§ÔÅši»²Ï ¥Xd@ôÈF¯}V( -¬ëš~l÷7:Y[/HYçÕïåAÊ÷‚íÏtüx¸Úrß¶¨‰rIDQV½â*Wo>p:aÙIÅ£Bmjô‹Mžz– þò-gèC°fY&è®A¦ jÝÈ38]¸G¨µ‚Ê EQçŸSÖìâd8±'!7o™VœÄlTÊýP -'çÜåjá]x—²”“ÎË+Û -'Zï‚4MØ(Œ¸¢ìN—àAMÝL^˜{l¦íÅ Œ Yeª ?äE¡Æ -®ÍÙpŸ*×Ê1;—»ê±’úNú¾ +xÚµ]sÛ6òÝ¿BÓ—R7KðC$ûp3®7î$MZëž’Î +YŠfz¼ÎòVh òP¾÷<Ÿ("°@d»¿x + +ÓçîàH¥½”•sý}Sš· +.0:%]0ÊÔ%é„Èß oªÐ󰇦ïù†}›ë5FÁ'H#è¡Õw(8™‡À9äZ‚ªÄ +šyñDêA"øNy‡âD ºôÁøILÇÍ¿sgt—®]¦@LÙìMB~(«J{Isi×[cdM-Àôh¥åE¯6ú†51¢òMßún¸1M™œ4"œd­¢‘© Œüà‰ TŒh2Yíý\iÎ2­µ +ÀZGíW¥¸{•ÉóìU¥ìlè>'*ßÌ`û• ö‡âÄ v~ã8à¼0Ù«l pÖY­Íå'dÃÙNÇÓâ„“DZsÀ÷VT3’QmåðËϱIöi›D_b^Ø~c™/r’C¡ç\cØHítÕ}õÿP|Fl S5¯E«9µHµ_‰L‹U‹¢ÿL ¼2¾÷ðIZy¬ý“Óg¦5‚än„3õ¹›“¼—¨ñof²ÜÄŽÒWL†Ìt˾Q¬ê%s”é“údß¹m:åcphOÍÁ)Ti=0dÂÊ3}RòJ7Õ¾i¦™óZ€×ˆ*#ðK <¤¦µ…Ì®Dß­îënu® –  (-1snQ‹±ªB´h¸2ŒµÊ4„ñà¦!n]îöFýQ£¿”ëé^r]‰Ù°†ú¾ïúëÈQ#о>ÌÛ¹,N,^;GŒynš2ƒ#[žC‹?C+€}mi­ˆQ‰s¨¶’šg‰S(Lè4·»-þP^‚èØ’ù÷A{2­ÖŸ@uJùP¿™xþXÿ¤Íi/DÞc;n⯜Ž$Aåúq äþºIe\ó‹-ȱNQMÁ:q®ú„‰–·5ä0H1ñŠë\ +÷†žÛcOSg#oÇÞR}Cí9–™sÊ™X +5Ÿ®æÉ Uº7ÎãÜpîH`Ll‚ÊæÒœ›ž¶RT}ÇgÌ";zˆ' ©žæ1H¾, endstream endobj -1669 0 obj +1695 0 obj << /Type /Page -/Contents 1670 0 R -/Resources 1668 0 R +/Contents 1696 0 R +/Resources 1694 0 R /MediaBox [0 0 612 792] -/Parent 1642 0 R -/Annots [ 1667 0 R 1673 0 R ] +/Parent 1699 0 R +/Annots [ 1689 0 R 1690 0 R 1691 0 R ] >> endobj -1667 0 obj +1689 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [492.568 65.495 542.13 76.743] +/Rect [491.334 323.006 513.252 334.253] /A << /S /GoTo /D (subsection.3.2.2) >> >> endobj -1673 0 obj +1690 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [108.95 53.54 170.738 64.444] -/A << /S /GoTo /D (subsection.3.2.2) >> +/Rect [108.95 172.378 135.849 183.282] +/A << /S /GoTo /D (subsection.3.3.12) >> >> endobj -1671 0 obj +1691 0 obj << -/D [1669 0 R /XYZ 84.039 766.262 null] +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [186.429 172.378 200.875 183.282] +/A << /S /GoTo /D (section.9.1) >> >> endobj -222 0 obj +1697 0 obj << -/D [1669 0 R /XYZ 85.039 735.307 null] +/D [1695 0 R /XYZ 84.039 766.262 null] >> endobj 226 0 obj << -/D [1669 0 R /XYZ 85.039 479.489 null] +/D [1695 0 R /XYZ 85.039 735.307 null] >> endobj 230 0 obj << -/D [1669 0 R /XYZ 85.039 310.022 null] +/D [1695 0 R /XYZ 85.039 566.376 null] >> endobj 234 0 obj << -/D [1669 0 R /XYZ 85.039 281.022 null] +/D [1695 0 R /XYZ 85.039 537.377 null] >> endobj -1668 0 obj +238 0 obj +<< +/D [1695 0 R /XYZ 85.039 158.895 null] +>> +endobj +1694 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F107 1525 0 R /F116 1672 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F107 1542 0 R /F118 1698 0 R /F77 1355 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1680 0 obj +1703 0 obj << -/Length 2466 +/Length 2521 /Filter /FlateDecode >> stream -xÚ­YK“ܶ¾ï¯à-3) ¾IRµ–%kË’­õIr¥8$f†Y’˜ðaióëÓnpÈYî*©øD°Ñh4º¿~€”ÎÁ‘ÎWßÝ]]¿I"'YìÇÎÝÞI#!ƒÌI¢X¤YèܕΧM |±u£Xn^½÷áö§ÛŸغ~ìÁæÕÛ›w¯…×Hqýö‘8€ôñûW¯¶¿ßýxõúîê_Wl*ï¼I <™:Esõéwé”0÷£#E¥ÎÃÙ8!è!³Ƶóñê—+ÉŠËùÂtv -ù‰Dám„O}Âãå5½Ymilµõ´]jeXЄÖ~ø>³¾Îì -ú§*†1¾/<ÈÌÕ¬ˆI„—Ó>åX¯iãÃfÞĵ_ÕÆ÷§}&xf ÏLa^ûq·ŸÍê==²oj€´9_Þ–4Oâ0ý4nëãF×C³'ñæcoB²ñîžÃ±ê˜tÊ»ÁRµ®{¢w'÷T׿ z_5cz"(ûNùs¢§›Ó_oP_0~‚pó=Pˆ0EP1ïjθ(ƒÌsªjÕ¹èÙ«zOó—“ 0ÉBЏ¨U^ÞY•HöŠ7êvM\溃Cƒ_á”+Ù'Pýü5c“ÑÜÏ ýd˜2á] -1.Þ´à›†Ýk fœ¯h`mƒœ“û -¾U_-ÆŒ'GD‹˜÷ºE$ñ¦=hTä½êq!{"~Ùz FûT‚ùvŠ˜¦r‹4ƒf ”À€ÕCæ·jëE›¯DŸÀ†«âHÊwŸe?ÐÓô<¤su8Ä[µE=–,«®ZÅzk“CÌ™gØøcëG›¼{ K¦°BµSCaLðHYC)ËìŽ2ý42®Ú ž©&#ǃV48Œy—ƒ”­é¹cÆ~èªb¨hƒ¼/T[‚rPB0øíž¸ Šíz]ÇÜj¡™œ¯v§õPë¼Ä(E`”Zq"õ`PW÷è_5¥/f€ -NøF·H”IЬê|·Z ±ýöüɪ}· -…·i{â§uˆGózêÔÅ2:e=*¨sp‹ÀT`C¶pÕöÊ ô7ÅQ÷ýØôôj -¬ r¯m)›ºe:OÿÒ²Ï0¸×ÚÅùnÆ›°'zÝØô5¶æÆÐÛ[ùe¶Aþ#èœ÷ž9D7 âi©+²8.löœÚ%ËÀ AÆ|×µ D£u=·_Ýæ´`­ùþÑ*{˜q·¼Mw¯só³„ûü… ù\í³É¶, -N;üÜ›ÂoüºbÕ'ù}âÿVÊBbÚò½„÷R¾mqJ†{ö!ެ´x‰/ÒljÙØKòü!h™~R‘œûÁ™ƒa? -Ô¡Ë+|Ä|Ÿë ´n&˜ÿ•Øìk±Ô½¹wÀ°Ûs>½ÌÝg3Úi@ÈÓ l‘‰-HÍÿ¸‚ +xÚ¥Yësܸ +c©X +/ —>ûã/s©kQ‰Vk»žùÜcÒ0 {:´b¾ÂV£µ“Ê„7³€ãÙNŸò6‡ ñpŽ÷Q[>º—ß;ü\¶ÝçþìÉoýºbÕ'é¢ÿ³œ…&Ä(tAÈ„—t’<8æGK=×- t1ß™L¨Ú¤Ë(ì%ßyê<ÿ¤" RG<s0È# +‚ñ$ ¸éuÓñ™x¢jî@[ßJ<Íšà؆»d©m¢£^¤ê3Xˆ £ +DM´¸üðÄ®æ[˜êÑQy€_Á]‹ÍÈw뎌Úb+ æÌ*™¡ÍEÐQ™¢t•™Ù×—Æú3sÑ dW0 +y~ïêrwMuì>:P…;""oæ˜á^>ãòå?lÑÚ‘*àô­· +TXßýY±úÉô¬:ŒÝ½û* {†uã`|0ªwv7 +"¨Òë™,‚[r¶I¸bÌzÏky¦xÃZ5OÓA:; s“wôìÚÑÀЀ}y²Ö5F¨ms­-z™ÅÖÈeäm0ñ +‚‘2H7ü›‹{"rð®‹Îþ:Ívh¦GŸó¦ÉŒc ཛྷ:l°Ås‘‹#|,ná~ÑŸ_žóÆe9sk cš¯ +4òcï +b÷`0þØÐ•ýøKÏ<O<:c!/|(®FœL”<»ÿ—äPÑ endstream endobj -1679 0 obj +1702 0 obj << /Type /Page -/Contents 1680 0 R -/Resources 1678 0 R +/Contents 1703 0 R +/Resources 1701 0 R /MediaBox [0 0 612 792] -/Parent 1683 0 R -/Annots [ 1674 0 R 1675 0 R 1676 0 R 1677 0 R ] +/Parent 1699 0 R +/Annots [ 1692 0 R 1693 0 R 1700 0 R ] >> endobj -1674 0 obj +1692 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [108.95 602.64 135.849 613.544] -/A << /S /GoTo /D (subsection.3.3.12) >> +/Rect [272.166 662.416 278.343 675.18] +/A << /S /GoTo /D (Hfootnote.6) >> >> endobj -1675 0 obj +1693 0 obj << /Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [186.429 602.64 200.875 613.544] -/A << /S /GoTo /D (section.9.1) >> +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [225.79 602.64 466.886 613.544] +/Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/projects/srecord/)>> >> endobj -1676 0 obj +1700 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [272.166 411.98 278.343 424.744] -/A << /S /GoTo /D (Hfootnote.5) >> ->> -endobj -1677 0 obj -<< -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [225.79 352.204 466.886 363.108] -/Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/projects/srecord/)>> +/Rect [446.704 209.365 468.622 220.269] +/A << /S /GoTo /D (subsection.3.2.5) >> >> endobj -1681 0 obj +1704 0 obj << -/D [1679 0 R /XYZ 84.039 766.262 null] +/D [1702 0 R /XYZ 84.039 766.262 null] >> endobj -238 0 obj +242 0 obj << -/D [1679 0 R /XYZ 85.039 589.066 null] +/D [1702 0 R /XYZ 85.039 589.066 null] >> endobj -242 0 obj +246 0 obj << -/D [1679 0 R /XYZ 85.039 338.63 null] +/D [1702 0 R /XYZ 85.039 257.001 null] >> endobj -1682 0 obj +1705 0 obj << -/D [1679 0 R /XYZ 99.386 86.394 null] +/D [1702 0 R /XYZ 99.386 84.362 null] >> endobj -1678 0 obj +1701 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F77 1343 0 R /F72 1221 0 R /F101 1502 0 R /F107 1525 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F107 1542 0 R /F101 1518 0 R /F72 1233 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1687 0 obj +1710 0 obj << -/Length 2136 +/Length 1510 /Filter /FlateDecode >> stream -xÚ½XKsÛ8¾ëWðHUE0ø&·¦R•(±“©ØÉFÊa'3Š„-®ùÐd<ž_¿ -Bn¯?__¿¹y·\¹·?}¼yÔç/ÛŸo6Ë•“xAh¯?¼ù²}ÿ×ÌÖo›7W8µy·^/Ûþ¼x¿]ü¾pÀn9£f9<¶²jñý7nå°ö³Å™—ÄÖƒæ¬,ŒãI -üqÓ+nËƒÈ -5!rœ(j bg"›5U•Ö´ZµxdÚ²¨³cKádB—ùŽg­°2Pì¹Oï€ÕC[äE×´HÚ&R -‰Cc–¢•ê«­PDÓæBo‹ôœظ¶ÂHRÔòCïlHR%á;1¦ŠšQö,ÁjAfrÐésû‡N?d Q·mS¡j]Kz®—:½´ø‘Y[:~€Á±ÀµŠn”vâNÔR%’žbe}Öz°ðŸ¥4=.d)qü(ÄÒ -¹ošg”çhvà¨èÃjEdŸ‘]©4ÂIÓ¶ wa@Ñ -XäSCºàʨtn%¦:Óê ò½h’mš#¢*ñ®’¡ Ȭõy&¦zMçL -\º•`l<Ç­+Ð÷C&§Išví?ž~ÀÉ& dZ•O‹Ô˜0€ûMÝ" -áþ…–7«¦‘tþªO=žu õœ.$øVKl˜wÿ¸Y½i:2 -Fû•vsç¡›¼ º¡ -¦¥µi’Sƒ'4ví‡en¼2—·<¶ŽŠ~ )@Á7MŸV0 ¾³)ŒdN³SЋ4UÅ«¬‰ÙTн'¹mJjâFéâ÷^À“sÌ_¿ §žÐ¡*¤n|”Sߣ’O÷0¥ŠüõìÀ¡Èæ¿ã¯äÍë1É}æù¡Nò•±Âó ÇŸs(Ñ×C[§s¶&W?ë¦K>W5>sƒdüeÈ9~'©÷³Éâ(©o>•;tÈZÁs¤UUeü˜l8†Ž„ÅÎЖ\ hq‡ Éš\œÔÕpœá]N¶ëõF=94Ÿ®¨ª()Ÿt´ñæF¿4”Ïvoúó$ç¥ôew²™S¨;ѱ¿ŠÄŠ<[90ç†& ¹ô~Ž€¼ 4ÅònóµÒsb@ìËlF›}þÏØ¬ôü=6ï3ŸÃäËV™¥¥¸¸nàJkJ‚±kÐGèðôž¦ÃX-à›ø¥ úÿ;+ÿY_7Ϻ -+¯L<FZ‘g -ÁPWÆgÉÐ_в¡Ûâ—˜Ÿó ÿtÎïs^Z÷þ|Mw»‚°Øå!.ž.zÃâ™üóîÓs;¨|xsÎB‘UìÉ +xÚÅXÛ’›8}÷Wðˆ«‚F\„a+•ªÄ3™Ljn;/ɦ¶0Ècv +.IÍuÏ_”zJ1uÀ3ûùÔe¶¨õì +çp¥ü˜”ÛB/+9,+›¤Ê’:Cu‘¯ê¤¾ïP4ÁÍz˜|FIè)ÖZ80IfiJà‹ƒ„º‘›WûY^ó´`¦Z +Ü, +ûäHn’š­#Y‚Žhÿ< gxÊ&µ`mÂÀ¬Ž0 + ɤÓ19†ƒÒ¤Ëñ"¢segà?cö7øÌö>ô×ø¬ìüŸ7)Æpùy͹L“‚]¸ÒD¡²s°§Ï'F“[­#ÕªoÐo*ùk±.> z>ö²G¢ Ûï£Q"ôM^}_¼‰è¨ +nà´ˆÔà>xÕ§~ð¶n¸Žl·¯M%ô+ð¤ +Ù ^dØ@ßE+/ĶäUóHÕ¯˜]‰ÆTú¥ŸT¨âUÃÕ/â×1æÁlSøAÆÂïbÌ÷ endstream endobj -1686 0 obj +1709 0 obj << /Type /Page -/Contents 1687 0 R -/Resources 1685 0 R +/Contents 1710 0 R +/Resources 1708 0 R /MediaBox [0 0 612 792] -/Parent 1683 0 R -/Annots [ 1684 0 R ] ->> -endobj -1684 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [446.704 603.262 468.622 614.166] -/A << /S /GoTo /D (subsection.3.2.5) >> ->> -endobj -1688 0 obj -<< -/D [1686 0 R /XYZ 84.039 766.262 null] +/Parent 1699 0 R >> endobj -246 0 obj +1711 0 obj << -/D [1686 0 R /XYZ 85.039 650.899 null] +/D [1709 0 R /XYZ 84.039 766.262 null] >> endobj 250 0 obj << -/D [1686 0 R /XYZ 85.039 448.284 null] +/D [1709 0 R /XYZ 85.039 698.719 null] >> endobj 254 0 obj << -/D [1686 0 R /XYZ 85.039 326.271 null] +/D [1709 0 R /XYZ 85.039 576.707 null] >> endobj 258 0 obj << -/D [1686 0 R /XYZ 85.039 297.177 null] +/D [1709 0 R /XYZ 85.039 547.613 null] >> endobj -1685 0 obj +1708 0 obj << -/Font << /F75 1282 0 R /F107 1525 0 R /F48 1171 0 R /F77 1343 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F77 1355 0 R /F72 1233 0 R /F107 1542 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1695 0 obj +1715 0 obj << -/Length 2650 +/Length 2948 /Filter /FlateDecode >> stream -xÚÅksÛÈí»…Ú|05Ò\¾y“ÞLÎI\_ãGÏötæ’LB“+‰5_GRñ¹¿¾ÀK‰Œâ8šöXì.Àâ¹²gË™=;9øéúàèMèÏb+œ`v½˜E¾e»ñ,ô+нÙu6{g¸–kÍM?°ã‹³³—ç¯æ¦ãÛÆÛÓó×]\^Ÿ^œ_ÍM»~`ÿýååõë_hNo½¹:=?!ÔÕ«ããù‡ëŸ^_üv €{&6'»–°£YZ¼û`Ï2˜ûyf[nÍîÕÊræsvì\Ì®þy`³4öH*g‡TŽo¹Ke–ò?‘ý~нùèmíô=+ ñ(µçDV²MzIr¤uÆÐ¢n èWŒù5/ê%òW8BAM[§²ëôâ¼âµz¾‚Ö„›‘&³жbÇׂt}=&„[‘ð¾_ˆ«ë³<mkYÈ´oë*O»ñž¹°¤Ì‹׋‰¤Ýãò0gyšìN¸ÿC.çÂ7’,YßM¹£ñ}Þ¯‚cÕ÷6ïõ”¦›–mRòMɲnæoì+Ÿ÷çÈçýå ¶åóÿùü?äþòt¿ûsƒ€åCHÉçÊá£Ü-]å -aÅ>ËœÖeSÈ^Âaâis`·ˆ¶5ì¥1×Õˆ4 -™ñù`»š0Û$‡TøQWT*šH -Úê·’0Jt`ÛJà+¯–Îw¨¤ËÒÄàŸUÒ>Œ×Ñ×/,H€`ˆ¡yÙÄõ¨>š#^c>2V’ò‰ñ ÆÈX´uI¸„>Ý:ï“ÛBÒ¶ÜñMŸ×¡MÞ³"=/W’OlÚ¼nóžÏíW oêdß#;De.¦q/OƒrÚà ýÃv'²|mXrq -Û†è×ÎEdÈF}F н‘;!7‘Œl *cÝI^†ÛUŽ -¢áb_UA±²VÎã=@ŸÞ ×;4+UàÞ³W>_Uf⸣oQWKżǑ -F‰¨:Q3ö £ÅP´¶­À4<øØÓ2‘6Ð@ä= iß_áÂM/€Æá¬¬Üedú°­¤©ßíôacÕo¦’1mú‘o!Ñɽ.óÜ`ƒ{ùÛZv¨+,b“ª»—­jÏ¿¾7äß—à­êŠ#ÝBCpQ„¹cÝlG†>UUüB…0D§ª*Ä•9“T±ƽ¤bq|® -bˆ˜¤ ˜€È4ÔET4GVèz“Þq­ò$Õ¡9JÝ Â<Û­—C¥Ð^š‡´¼ “lGû8n‚: +xÚÍksÔÈñ»ÅVø`¹Š•õ=R䪈áˆ/`Èaê> + +ß x³†¼çÀ-Ùp¡á»LYSE½#çñ1Ž [†>}pýàx +­šÐÕ‰çX»âÄûPˆ0Þˆ«š©ËÛÅb(Z;†¶`} +qe!$)VÃxÐ\L"NtáSCÄ"MÀD¦±.â¢9¶#?˜×ÌýŽò$œ”â%‰{ØG‡årLQ +=áéú˜÷€7a’íyŸÄíY¢PJR0Ó2Nè]Qÿ–ñ’…†s§ì€UAE³…û +è`M/<BcL¾Ì·¨ÿSbü­5Ú×Í7n»½üí¹‡šgŽc»ûV•mϹZ½_+gÿĽ£Nä#¾çLLÌ[+žÚ +Rë}>IÏš$˶å:ðT’¬À°måÆûÆ¥/Kd´*þ5épL–ßR‡t.…Üz]7×Y¯¿ß¦; Àï(F!WÓäNe]—ÍU*“XLsŸ1„êâŠØ›¶%<K¸AŽÅFR*r`®i‡q=¶¸Ò|ήçV(>mµ,’Þ'Ì-Ï‘ ë4äWŠô.!{÷E ¥×*MiÁóP¶dŸOótHeܦïu%ᚆ³„»?—& êm›.í +sÚ·:£`2‘;v"µ›};ŽÆk‹ÒÿšŒÙÎhQe“jÔzà!£m¦¦z\ßêa‡ô@#ǵžJèƒîƒ¹ +¿ÿ¨…c:.ȳ92‚ W£ +ݽQ!~*\îǤÒá¹’þŽT3xb#<1!f4&:wª¥ÿ#R{#B•sÑŽ'P×ÝÝÕeA\ù‡‚ø¤W›7ã9y7H¤”Ïà&«M%°(ÿ×rЂç±òž¹ú£ÃRü\Û÷•ÈÞ}—æä!Ad{ÓüTŽùh³|™ä»ª5G«±± &Çf×mwéK…v â¯~ý¥€ÇùúžÛ…`cûOŒ“Û…&ÏPé*kñ·<FÂEZÂ}1L†ÅU4Nmº¦b(k¨— UÖf'ET€¾ì÷Ð<Vb*0_t›bÓ‹­@Pæ m>°ÃÀTw¡d)s² XÏ<Ép£ä# endstream endobj -1694 0 obj +1714 0 obj << /Type /Page -/Contents 1695 0 R -/Resources 1693 0 R +/Contents 1715 0 R +/Resources 1713 0 R /MediaBox [0 0 612 792] -/Parent 1683 0 R -/Annots [ 1689 0 R 1697 0 R 1690 0 R 1691 0 R 1692 0 R ] +/Parent 1699 0 R +/Annots [ 1706 0 R 1717 0 R 1707 0 R 1712 0 R ] >> endobj -1689 0 obj +1706 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [474.384 483.711 542.13 494.615] +/Rect [474.384 703.511 542.13 714.415] /Subtype/Link/A<</Type/Action/S/URI/URI(http://gcc.gnu.org/)>> >> endobj -1697 0 obj +1717 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 471.756 133.856 482.66] +/Rect [84.043 691.556 133.856 702.46] /Subtype/Link/A<</Type/Action/S/URI/URI(http://gcc.gnu.org/)>> >> endobj -1690 0 obj +1707 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 460.423 343.072 470.321] +/Rect [84.043 680.224 343.072 690.122] /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.gnu.org/software/gcc/onlinedocs/)>> >> endobj -1691 0 obj +1712 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [471.042 97.16 482.997 108.064] -/A << /S /GoTo /D (section.3.16) >> +/Rect [507.507 202.017 529.424 212.921] +/A << /S /GoTo /D (subsection.8.1.4) >> >> endobj -1692 0 obj +1716 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [522.703 97.16 542.13 108.064] -/A << /S /GoTo /D (section.3.16) >> +/D [1714 0 R /XYZ 84.039 766.262 null] >> endobj -1696 0 obj +262 0 obj << -/D [1694 0 R /XYZ 84.039 766.262 null] +/D [1714 0 R /XYZ 85.039 735.307 null] >> endobj -262 0 obj +266 0 obj << -/D [1694 0 R /XYZ 85.039 517.335 null] +/D [1714 0 R /XYZ 85.039 315.342 null] >> endobj -1693 0 obj +1713 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F77 1343 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1702 0 obj +1722 0 obj << -/Length 2991 +/Length 3019 /Filter /FlateDecode >> stream -xÚÍZYÜ6~Ÿ_ÑÀ>D -YöŽj/Cç}Û)­ KV%¡6Gx”(uúK¡©¯iûq\•=PV1û -4š‘ÁÇ=Ù†LIU@9«Zu 󜾠Ū†Ö%k[UóGVç¶_ÑJ3¹N;@«¨óâ+χC£ª£ÜÜ-Œ€@¦ØwúçŒEx¡tŠžHY A¦]d!t^1½ÐôÛ)`j/áì`B9ÑúKÖÛ–g×~ý}ç–÷Tô‹†ü„šÿj»ì\1Oì—fâ)«OÚ:Ú$A?t p~/tîèÃ:'¶7É3‡$Â]ÓQ#ã5 -\ðwœªì¡>Mšœ) -÷ T -˜d÷0öqO6À‹øŠ²;[<±¿ô$Ë -iÚчá¢ê–_§fµŒ¹›™ºÌˆMxë> -œ@<XFÊ~Úfè7">_Æn49‚ -—‡šG…¹"¬>_—&¤.Ø÷_\(!Ñ8rÅ´û‹fY–ÿO"Þ’¯y~èvù2p¥ç¯å §8 w4ˆ!¿*×ÐõÂx4%‹ )ƒ¦$™GðIjÑ/Il‰“îÆÄ$qßM+×D$QéÞnAè“B°Õh]˜4vd< ·ÌXð«5ïKEœdÂz!˜Ùúž>?Å×'ááA¯yyä¦@XÈN,d'R+;±H¬ìÄJvbKv‚*ÀÙ©Ÿæ¢è ·Ÿ‰N°è„X‹N°èÄ\tàùÒV¢C³Y§Û·ì‡ÒG“»7äXwÜÚ²z™ø+¹¦Â -Œ;@š(E$-iêŸ$-¤¢´¤ ÔðqËÏ2µ¯`ìYØþÇë`½Á¤RÓ oºVi*—*5a™/°0ÑÑó½°DÉ9Âfaز Ûi¹¢±¬4$ŽïEFbŽÃ÷dÊdó@ƒæ¹GˆI^š†OÖ[ÕÐÚ:ÀÈùJEéæáªFÞØÂÁX蘖¸»NSžmî®®Ç(˜«ÓÔ"x.p.ƹ–8z 29tªûòaÆÔÆ™Æx £’¡:­Ã‚ê¤Cù„/oí§‚Ûmq’ϵ)6Ò"ësàÆŸ±F¨mðZFí»r*gLu:fÅÑ }P‡üšsx}2¸¬×9l}hË'/ ôêt©‹ßsÉà -ý¬,Ç6ŠeÀ¿‡DñèÎD¥ +xÚÍZK“œF¾Ï¯è›™ÁPO‡Â^=l9lVš=H>ÐP=ÍšL¤ñ¯ßÌÊ,hnyeö Q•õÊúòYÙãïîwþÜ]Ý<O¢]æeqïî»4ò|™í’(öÒ,ÜÝ•»·Žô¤wíF±ï<¹ýå—ï_>½vƒÈw~~ñòµn_ݽ¸}ùæÚ™ŒbçÉß¿º{öšÆìÒ½yñò"½yúäÉõ¯w?]=»»úýJ +Â…Ü0óR‘@ ¢Y n§Tw |^Èà?­42CãR÷ØÚnÛ + Ëîcš× +ZEسL¥óF™›ïB/r©EVóð®dÝýýŽ¯Í­úÔžˆ×xàÈ+â +^[qA‹Å­µ¸Â0±JKI±p뜴š#œœ}ì@rF3pø˜7÷Š}Eà Ð )¨ÁÌ|$ÌÃ2ÿˆFºZåxàÜóÊùF0nT¼‘µçàì.f–Uk)ÚUcØ5l¬öÑíØÜfK¥ =k®¿¼Ï7‡¼¿©s¯†ïn ^©Àãˆß°Q‡Éáºjî­.UzVÓ¶ùb‡bŽWÃØ£0šKjžÈ«V?«aÒêÙ+ZCXÙ²fÃFÑã͆™¡¡‹É=Á¨ýN§ <0#ëaöµí8K\\[ŠÄ‹gCpÝ +; ;?3›æÅ0¯EèD|ÌÊyÂ`yYBçsŽêggÐå iM¶P£6Kìþ ­ +ó$$êQÑ +ÞM,ÒDš,EjÒ2 /ƒrìÍm°}vì-(轆£ôÖu¥]V*šËBC";›Æ`¨9œZ +\BË•¤K·gÎWN²§Ï$pËÒ®õ"cK…øiˆ +Å|í!ÇÛÌûJi~XÉŒ^>!™-ö{U´÷ +R{ŠemZŸ¨¸’%ögœÄ\÷oÝLÄåÙÕ(A‡gi°²è¿~_tç#që®KRÓ DÍNÐ:¾Ø†9$m2a +Dì ™®bùGŽGÃCw9-ã:É +¿üç+'ŒÙŠ.8ŸG£¦€+>Ÿýy¸¨Qm\i¯8V[™öN$^q`Ä2˜µ™Ìqšôìîê¿€oqQ endstream endobj -1701 0 obj +1721 0 obj << /Type /Page -/Contents 1702 0 R -/Resources 1700 0 R +/Contents 1722 0 R +/Resources 1720 0 R /MediaBox [0 0 612 792] -/Parent 1683 0 R -/Annots [ 1698 0 R 1699 0 R ] ->> -endobj -1698 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [507.507 623.81 529.424 634.714] -/A << /S /GoTo /D (subsection.8.1.4) >> +/Parent 1699 0 R +/Annots [ 1718 0 R ] >> endobj -1699 0 obj +1718 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [164.571 400.647 191.47 411.551] +/Rect [164.571 658.43 191.47 669.334] /A << /S /GoTo /D (subsection.8.1.16) >> >> endobj -1703 0 obj +1723 0 obj << -/D [1701 0 R /XYZ 84.039 766.262 null] +/D [1721 0 R /XYZ 84.039 766.262 null] >> endobj -266 0 obj +270 0 obj << -/D [1701 0 R /XYZ 85.039 735.307 null] +/D [1721 0 R /XYZ 85.039 314.097 null] >> endobj -1700 0 obj +1720 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1708 0 obj +1728 0 obj << -/Length 3542 +/Length 3289 /Filter /FlateDecode >> stream -xÚµZYÜÆ~ß_1@^8€Iñ>” Àj%9kÈ+E;ŽH‚ÑCrgó°<ùõ©«yŒ¨µl#V쮾«ëøªzìÍaco¾½z¶»zò2 -6‰•„n¸Ù=lâÀ²½d¡'þf—mÞžåY[3mãæõ÷ß_ß=ßšn`¯nï^péõ›Ýíë»û­é$^7ÿ¸~³{ñ–ÛôÐîoï¾eÒýó››íÇÝwW/vW?_9°{ãL+{–cÇ›´¼zÿÑÞdÐöÝÆ¶¼$Þ|¢žåƇÍÙI -G6–ê¥u٧ܬ«Óù±E¡ú®ÞÛ§âtâd<WT•I¡ëòr¯ÉÓÞë¡Móo¸²ßº¶1ô\™&¬j!¥J“Æñ§¢úI¤’gE_·Û 0?½ìœÏ/Ç7S§¬³ü±û‰;¾>p›« nÂsÞ -‡®¨ü7kþÖ¤ ³]ø·`û‹¯gøÛ¡‚3ÅŽA‚ %WŽ ¤þLü¯[àXdûÆ›‘Ä]H„ÖÆŽ7mÌ]±àMA—Ý4ÿ8N׿Ýpê;Y¤^ãûtýÄ:šå÷³N8ÿ·FõÇ'¼ã¿?ÆÍеl;ÒÜdIŠ‚é‘oàTLý6.gb¾umYÎý‘d€º‚b½LÆ)%&$hÌ Œ D‘X( -˜éù¬´Xoó´>Tʼni>š]¦+þà1Ñ”D‰qW÷2†w…Ï7â£ÖƒCyº5ýìЃ¬z̧ù¸[ZW½**Y®k@:dhè2C‘x¬‡S6îwM1†¶­‡*£Ý»Ž±?ó÷ç6‹7¸¾H.PgÜǾ36»î´6É€¬À -±¨¸cÝf$8aÍ_0#“ÌW=ó.U͸sÀeSa®¥Rè«@žhóÈ -[XÄçþU•Í)Š£Aᣙ®&軣u•T}p]ÿåÓŽç¿i·>hÄò´ï°Üé=,Œ&º;H ?Ç‹, ‚ãyVàÆz½µq¼z mÁ"Û{Ü÷OÌ Ñùz³£‘BƒâYIì^hôן -ˆ–H{½Â^ñÝàÕ#sŠ»²}¹š>¯b›~äÐ Vô?[ƃ Šçikšºå¥=_ðRÇmŠ\-ðrRü•*ð¹niæ-]eü!Ý«ºÊñ+!³Úx0ïÇ­ -t(,‰cÜ皘céJ8¶n.¼ýöjóž:yV¸¸3!¿!ŽLG¢MT²ü+>ÿµug:ÑØ¨B¡¬[Ù -h(xuòõ‰‹(nEµ -0÷EÞé ¼¨zóTW³Í ,biÓ„Cxµê¹õ¨!n#ÏÍN ÎØ¹»¼ÜÀ¶G•sÞ£‹îÇ©ì}´àߊ. ‡°Ý¥ŸRté £; Î­à;.)îIÛm™ÔÍÀx§§­¹j¼Ævè“›ÐáÚá’ã-óCÑ1Êñb=5G¹PWi[c܈e}d¬ñ†Þº°ì‘áò<Lâ!"Ô½bRªàl\ª*ǰT!’@Âçûi†î8m†n1wÝ]1еáÑCN•H`,+9¦ -í¹ - mü{í`mž -á­žMw}ú¡Í/ˆ3)†^,y§3Î…Ôܳ -3ô µOØ -2­PѶŸkÓ¶xÊŠ<‡V<€ÏκãxzÌ8þ´ØÚHXÍ)óä^ÐÀ•qŽÄ -Œ )_ñ˜ã°-;Ÿ!oЏçŸTx„[˾±/O1ź#˜)ã‡hîî¹cwÝWÃ)ɨxOxHÙç„)‚E60Œ`„‡Ñ“Âô -½²ó{<ów‘·À‰8álm¹±·´²‹-Ùœõý`bü¡„þÕCe.ö -€ü–kËO×øÁwìôbwõ?®åÙ‘ +xÚÕkãÆíûþ +ýP8)zÛj‹{··Éw{iÖIP\,m5z¸zdã_¾FùtÛÛ¤Ðýbg†CrHI­»8,ÜÅ—W/7W_Ü®¢Eâ$±/6ûÅ:rÜ Y¬¢ØY'áb³[¼·'p–v»Ö«woß^ßß,m?r­7w÷¯z÷ÍæîÝýÃÒö’ Š­W_]³yý-Ïé­ß=ÜÝɨ‡›W¯–6__½Þ\ýûÊNÜ…7ž8ž»^dåÕûîbs_/\'HÖ‹GZY.B`ÎM"€‹ÅÃÕ?®\‘ÆHåÏHåGNŠT¶Ýviö³ö]MÜèí_܆kco&`‚6]Ȱ +¬}_e]^W-C+¯ÝmÝ7™âÉ]×/ÿ˜k +[™Íêò”jÇØ´E^€ý•Á‚ïFN2ðÐ,ƒ•¥TÕ5K/²Òªã¦ƒØY…žÞñi'Vî(¸Œ`íj6Cë”6i©:Õ´r|%|u–¼æ—¥Ç4yº-q·°ýpí¬ÝÕÂö<'‰">…Eý’hø›H¦CÙpXWüK§#@€ö‘xÖƒÒHEŠ¥+aÛh ¾ýòjñžN<¹3ACE"&*9þ +ú|æ‰n}mÝuŒD‹/Ó.uç9™òòTäÄx«mçUguu°´:Ʋ¡Ð4Ôidz΅+MÜÐgí…pXâÄ¡¯ýùPÊnS4´_–žk±™·¹îàsÞûô?ŒpðÁ¿gð=ˆ¾v† +E‡Ø ÒV´%¹‚F¥aS— )͵u 5› Á’crCÂàŒv:>F +î(Ë&²Î2¹‰8˜½a?–‚ ؃ãÀ¼'U—Z^ÚžT–£÷«Ãæ±Ñ{F³Ä‘¼¸»îd¯as<e +ÐÊ>R>.×ÊŸ]Š -Šì(Jà4Æå_»&åaVïhÃJ3¸­8¨J5íqAÚ1š•¤àÅ:ËGM>—¥?º‘k¨ B,êC/Æm !DÃo"XÌ‚ÑMx³EB +ò¬›w ´X÷ï0Jlpà3]ÄJhÈ`šC ·h}^t6¥þ4Ó„•mìàD*t~*{pðÞ>´0må{9jéY3§–ÆIvbžŸòO‘o| f$54ƒ À\'ÚÅM‚ã&\[)µkeÍ¿[!Ó(#©¼$5æImZÊCvBL¸Û_¬ÓéÓÜm:Á‘xfÈøáôØå'ÊÔa4äiÞÚÈÓ< +hCœÓy:ÆÍn¼ÎÞ<‰—ÞÚÌÞ`$‚Nˆ±  +BCF°ÆI"DëFö £Çb…VèØÏ£‘-&YÑË¡R—g½pþÚ\86Göœs2qL^ð+ËøŠ=.‘bÊÄñgð°ØÓþX'Ûm’äE³3AO’_Éý!GœRü:7/ž¾Ebœá¹R#"dèƒ×¡{ÍHµ«³¾„H¯\é  Å6êç“`x +(rP¾VRÙW€“S¶ !‡/£Èz÷övNz!Ôê5ô*còH¤~<æô^HÖGIcYÖUA–.‰Ï%•& NiÓil]Sé¡¶sL}?®ûÎ>”­Šýô $¦·Žè +çnÁÐBtyyˆhõÿÞ,!øaéÁžëooÅùEZ^i`ºû + VúÑBÜøBˆ +„Ud>Ž«ˆÜ'©”ØL9È*®% +`€±¾þ„ +0—òßBRkÂÔVÍUðú”¡n—šS×XžO½Ú}•îñô=žßRwWÇvy•}~bʯ관>5Æ·í±CÆgFjÝðçÞBÛ®®pØu‘Ù`â˜ýNé½Tuú°˜¡žbÛÖb5ÏO7H-rþÔ2 ŒO¨¥È+6ôç*e°nÉ4ÛšÌϬcäãT{ÁŽþÀ\÷Ú¨ÍæÊ'”¤U,­ljt=ûr¿ÿý̯}Z –b>q~wɲ¾{ÿ†ÏÚ™ÅT=vÚ–OɳÆDcÈõ¾Ê)ò’Ø:Cf‰Puqqfœ|ÁÔTQ\Á”3ËÉtqžOå%l¯ˆ•$p›­`8S¥Oøé{8P¨ðX_ AQÈMÏÂÖ¶ þ'N ÝxT%½A謇œQÂç_ô7¡çkò¤ÔÉÆ;)Ÿì6BÎµŽ†vãM]ý³rBߌME$5W¶¾57RS_J0ý‚æ³¹ªÔíç;=c:{žDC>ù¢_ÚÃvyIeÆ»¡wñ¦ýßÔÝŸkˆqÕÍXq¡œI\ô`FWkK³Y Sºº\®Èå—’5oä®O7õÀ£*Nû¾¸Èø†Ñaˆ¼Ÿòä®UÅþiU±¬š‚»lÁÚv—>]ÄÆ±3þÏMÞÊÇ.üR—Õ—ß=äÿWð ˆ>‚Fì]MbµôÍ${šÓ}’êR×çšÑô=I`á§)}ý5!àoò¿N”\ü«ÃõaÇú²SúG©j¸Î¿Uð÷÷§ôîßÞûÍO¼DŠ(C­úÑׯ.tÇC§r,<7½@¡ïGŽï +çA4Yôzsõ‰‰D endstream endobj -1707 0 obj +1727 0 obj << /Type /Page -/Contents 1708 0 R -/Resources 1706 0 R +/Contents 1728 0 R +/Resources 1726 0 R /MediaBox [0 0 612 792] -/Parent 1683 0 R -/Annots [ 1704 0 R 1705 0 R ] +/Parent 1699 0 R +/Annots [ 1719 0 R 1724 0 R 1725 0 R ] >> endobj -1704 0 obj +1719 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [312.32 456.161 326.765 465.008] +/Rect [312.32 712.293 326.765 721.14] /A << /S /GoTo /D (section.3.6) >> >> endobj -1705 0 obj +1724 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.136 279.037 364.091 289.941] +/Rect [352.136 535.177 364.091 546.081] /A << /S /GoTo /D (section.3.16) >> >> endobj -1709 0 obj +1725 0 obj << -/D [1707 0 R /XYZ 84.039 766.262 null] +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [155.156 73.181 167.111 84.085] +/A << /S /GoTo /D (section.3.16) >> >> endobj -270 0 obj +1729 0 obj << -/D [1707 0 R /XYZ 85.039 735.307 null] +/D [1727 0 R /XYZ 84.039 766.262 null] >> endobj -1706 0 obj +1726 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1715 0 obj +1735 0 obj << -/Length 2247 +/Length 3189 /Filter /FlateDecode >> stream -xÚÕY[oã¶~÷¯ð[e`¥è~)Š[o6MÑMöÔn{€í¢ %Ú*K®$'ëæBÊ’ã:‰‹§yÑxHg¾Î {¼Ûã›ÑwóÑÕû('Vºáx¾Çe{É8 -B+Nüñ<2<˳&fÚÆôþÇ·wï&¦ØÆ·w×LÝœßÞßÍ&¦“xAhL¿ûq~ýé¥?Ïnïn˜5{7N>Ï]ÏGŽÐÄ;‡=˱ãqº}úl3ûal[^iæfìƒrv -@h•Âk¥eZm¶y¡íXÖÕF­M“—+eiy´jþÀ -Ã.ןg’ÒVhì«å¦ÀØ­Š=óT¦ à¨IÊ+¿Ù¶›æº8λòŽWä’ÉÈBUˆƒË -I¹04šªÛPI¥š_`@QÊ{¥Ö¢%NÉ -(óé\šÝrU 2ßµlßB¦#²ÙÊ4ǽ.«ùK1L,§kqnû©œE4:ɵF¥EÆ»ˆ—YµëŽ\‘«N¿Ê*o¹˜¸P"Ûá \Ëb»Ü©³Ë eUž¼Zu™÷¯NrÛÈby*¶õ)ðeÑ–‰²ÍÏ–Û0´|§‹³¼ Œ$Ï_UEUèýDõTÈØTµ¢º-蟮º³ÀÎã=† >\—ÉVäEóv¡{Rìvâz4á÷¡üm-V¡”Ráæ„V„*ÜÔYÛŠ -öB÷"ý@Ð'KÕ¤º®êæ’†`[çek6R–éÐ¯ÏæÐØ³¯ð¶ûã'¯¡›­êü/S‚>_a#£Ó(‘®{MÐ9k”Gˆ?¼¢ îT÷: -ZjžVP+鮇ëY2kí»nÁ+X±ÙtUfyKÞ¢¨YW»"SÕBõ¶ùjÝBmP>¼¨0‚ËL¸C€9ç¢*À÷‚®=›É2ëŸIuN5óéÖM¾ÚH—¦•B-¡:Á0—<Ûø+}†çœR‘èÊñ=uŸÞtäçO ŽëYž×|Ë²Ž²»@Åøˆx÷ÜX²›6QüŠÙj<Ær¹¹Æ§?ÜÔ -¢ú ¤Ã¼Í½OÏо& -H H ®øÃ@â -»g€S _âñž_“WûÕ;èWÇùýê8ÿ÷~Õ÷µÀ>j.vøyD/r8âx¡ÃŸd÷ËEÜ¡Ã#õ*àEŽr8p¦î™è;Üî;ÆÄPŠr8PÊá ðØá´™P뇆r¸Òè‰ÃÃÚáç½Èáˆãßu8=TÈÕ©©8Vu*}s'6òÛSÏœóc£¤w.¤¨‰ócn@á cÆ?OøºÖûXc3E5Ü +xÚÕZëÛ¸ÿ¾…?ˆ Ä´HŠz×ÒÍ£¹ö’ôvÛk‘;´²v-D–\IÎfÿûÎp†zxçºÝCÛ†G$5œù̓CRþâfá/^Ÿýáòlý*2‹D$¡ +—׋Ø_'‹È„"N‚ÅåfñÁÓB‹åÊ„¾wþîû}±\)ã{~óö%QïÞ_¾y÷öb¹’‰6¡wþÇçï/_þ@}îÕ¿^¼yûšš.^œŸ/¾üîìååÙ?Ï$Hâ/ä0³ÒÙîìÃÏþb}ß-|¡“xqkGîç'èrqqö—3Ÿµñ'Z©­”:`­V«—¡ñò¦YÊØ«+‘c±~Ä£÷ƒDÄ2€ûæåR¯ÉÓŽÔIË’ˆÛ¥„§¦*ª›–»ø&©›VM1qÅs +XÏ +L 9gÃOE:c=°E}žé±K½=åj$­¦ H]åÓäÛ.×uYÖ¸œÞ‚ ?;™EІÒL³H''3‡zKÊn¾#Až¿½xCÔ9ð´ÄšþÞ\¼ãŽÄwKÇ(»À«%ا‚$‚|?á$nÝÜçe‰KÓ³ŒUèƒOö gÀ|&ü¡ãp€w&ÐÀoû8+Ú:‰“ä™LˆÛ°¸¬´7P¸Ž[(7§9‰^ â!ñ£gü€Ð3¾&Œ°Åb„„ÈúѱuWoz÷Ãg,dmÿÖyøuÔ,YéGrZËž¡Cv»O“ç™ÀOް±ë“fh¤Ãæ±<kä?ÉÃügÖ}ü²£™±ü±vÊ@ªã#õ¤|tõ¤üÍÕSþ‘Ü_T/z|õ¢ÇŒ~é ΨÍdÄ( ¾–†T"ãÇK% R|œJ ÕNx„¸úü舫¿?¦CŰZ÷úgJûäã(I&  毬0ZHÕ—t¯ó*oÒ²Ä]°Ö£Å +<{tk¬‘qZD´ýÁ–”þìîϪíà! +‚@X ¨ó(D"ÿ(D`Èù»·—K0½ ·9Nð¡¥}œ`Û5ý“B'Ç ÎÏ"Z·C@P‘œ‚ÊgÕj'ZI>ÊVd,Û0Œ³º ¹I»”z‹ŠZø±÷=l›¸­m¨i]!K{}¤¤ l«™#…ÌD‚qÈÌȪ(dfh@!‰ÿ)ý +”`2¡dJ™PõyîH1ç_x+im2¾ŽäLJFÏõÖæ´iWEµ*6 +ÝZ¬#oñ–§Wöò¯î蟵›#‚z”¾œˆ<.lû‚3âk×RAV6luü.d ‰Úô^oQØÎ¹‡ÃÁXElY=”ŒÔ³´»ÛDš¯„aAßlXˆh‚¨ceÓ¦>TÜkôgçD€Sb‚£õ*¯6îš„¡†WÖͦö’½§ÌhøÂDÚRÁ/¿¤M¯R‚(]µùsüðä¦ßTúŸÓ«YVR˜dzk÷VÑX²¹£GûýtˆñœaCGÑTEü6¡“b‡½-"c«’Ba¾0W˜=½kl +X~§ÕöEï¢üÑZ#à ¯Ùº¬è¹C .@¿Ë©e—VöˤÓ#´CüVædd¯‰õúd„G€í`oö_íÝðO +WaŸÏð7`PÑ­]‰ÙC¯=âšsõYY^õueY@åoÎà‘ b›§[9 endstream endobj -1714 0 obj +1734 0 obj << /Type /Page -/Contents 1715 0 R -/Resources 1713 0 R +/Contents 1735 0 R +/Resources 1733 0 R /MediaBox [0 0 612 792] -/Parent 1683 0 R -/Annots [ 1710 0 R ] +/Parent 1738 0 R +/Annots [ 1730 0 R 1731 0 R 1732 0 R ] >> endobj -1710 0 obj +1730 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [326.593 156.732 454.114 167.636] +/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.splint.org)>> +>> +endobj +1731 0 obj +<< +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [297.787 120.866 473.13 131.77] +/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.splint.org/manual/)>> +>> +endobj +1732 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [155.156 503.013 167.111 513.917] -/A << /S /GoTo /D (section.3.16) >> +/Rect [179.783 55.597 194.229 64.444] +/A << /S /GoTo /D (section.2.3) >> >> endobj -1716 0 obj +1736 0 obj << -/D [1714 0 R /XYZ 84.039 766.262 null] +/D [1734 0 R /XYZ 84.039 766.262 null] >> endobj -1713 0 obj +1733 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F123 1737 0 R /F77 1355 0 R /F101 1518 0 R /F108 1543 0 R /F107 1542 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1720 0 obj +1742 0 obj << -/Length 3424 +/Length 3145 /Filter /FlateDecode >> stream -xÚkoÜ6ò»Å~8 Z Ë¥D=‹^ÔMÚôÒ´Woïph‹@+É^µÒž¤­í3œ!õ°ìÖù$>‡ÃyÏPru³’«o/¾Þ]lßEÁ*Iè…«Ýõ*„TÉ* -B'þj—¯~u”Pb½ Bé\þøÃo>~³Þxt>¼ÿø–Z?þ´{ÿãÇ«õÆMT:—ß½ùi÷ögš3[¹zÿñ[ºúæòrýûîû‹·»‹ÿ]¸€‰\¹ÃÉJ¸2^eÇ‹_—«æ¾_I¡’xu§WW> '“ -ZC¢µ}çzj´7ôD’˜­uÓ/Ø7q˜5)ÁÕ6RÃôÇ›S_65Íìמt´¬î0HêwÚxÔ|bO Á¼A“Db¨È)pó<®YH Ûä°›–·´¹£)¾HWœÒ–Í'"TÞTD[PmX Ìè›UÌMÀòåeã¹™ o÷P÷é=-ÉEvKú -9¦õY;`h§/PíP‰D=«Ù[½}VÃ# íÀo–_å”ý+ô@|¡,=¥û²*YP•·) ²çéK­Íß4ôÝ“¨6&ôOç¶ –5w¡´æNÇÒùÏÚEÉ>¿BYÖškL|'9<#iX†8zઌ,yè5×S ç±× -¥5º3$Ú,ÅVô'°á;ìæxdªIËU>Wf°inÍ´5–üëK’<áÌAx7ïé»=wí/Ym;ˆŠm—gÙ–ï³=f]àn!9CtÔ<8µÍ -C‘æ:r€6³î5…þš÷f;XZ³Š…Û§œ¼„û8EÖcœ«GXÊ]_D¾?§™yl@ùBж7¬«?ë -yB=¦3ó&„öb€=µ)i -%ÿÇisu~¦\¢»}ÚöÔ¼öÐ á·7+)<€E_G - Ný±ö}:uQ‘ð+A|­nÅâº# ”3ìPÑmo 0jßãPlÑ,ÊS›•GÃ#CߌA²Ž©®ï@§7â Ò‰õ”¼Á²MÍ×(/ -ãd8”½òâ)nB¸/ã&D>†›² -+VØj‹ÁŸFl¬#Sçƒ7%^…@Ö¼9ÏÛ¢ëÐJÅ1›Y}¬½3n´’‰s”cG\Z„oÉ}–L+€ QÙ ÅÑÊÈ3â8]óRq´Æ„'»}JC -ËÄ -,™ëˆ3š©-x¹¥³  ãkÆÃ”05Ds)&c<Cl©tIùaL| -’_ƒ9ß -rÐ1Wb Ë«‘»£ 0vÜp³/©¸Sªkxq¬iI-.åêéî'"s•o"5-È l^™«´¥Z`<TßaÆ ·âŠÄ­<†:‡IÌ0TanA³mªj3rß­©öåu‘ög œ-u?­ðvÍÑB¤ Êg?'šÙÜ?§®;.¤ý™º¢´¨h&µ8@ÞìÚÌ÷GVޱ©{4È1¶Ókz'0¶Ç>}:ñ{î¼z“D:¿¬Ò¹¦u"Œ -tùz+–^µ#…Á‘iäSˆP±¹±9"iL17~íJKÒg–Àþü1”Ã]=Á)¿6³‹¥Y3xjº®¤P9ô™ÊÁè…ô5‘½OÙâ5,r–;ìi/ËD`O}ˆ=4ne×S½*Я—|ò¼0~ÈF ²/9´ŸÞ0âð¿“Ó*d™6BrwEæ5"=ž*†«_Þt0AOdäÐòñ 5Çò.÷[Âw„´͹Ÿàld»-1 é^?}ÏÉKïô¢0`ž…8úÕKLüOˆr*˜8ÎUkEÕ×ÓšÄHuºàJa^2^h~ÊçìO( d|™ýñ«)j‚'LhMQÆŽÂ@Yçe 9Ÿè”4òÀ™Ÿ^`­ôHy—Î=ã ` -'‹Þî.þÕ“yß +xÚµZÝsÛ¸÷_¡™>”š1$øÑio&qìÄ7q’ÆnóÜÜPe³¡DIíÿ¾ûðòïìN_D`,€Ýß.vù³ë™?{wôæêèÕY¢g™—Å*ž]­g©öü0›%:öÒ,š]­fߜР½¹«cß9ùtqñúãÛ¹«´ï|8ÿxÊ¥OŸ¯Î?}¼œ»AêØ9yÿúóÕén3Cÿuyþñ“.ßžœÌ¹úùèôêè·£ +¤˜Áêú÷|ÑÖÕ¾+Fìgß\ +,æJ*­¬Ñòó}%¼~Ÿ+M³s +=?{0=«Dí™ î H¬`¶¶Û¤¸„ +“çÆ18×yàp|ˆµ>>T1À rxgÍåÎ  @Œ­ +ôÀSŸ†~÷µO‡)îQfaA¥6ìÆâ@¬)‡Ýøµ=­HàI¬­€£ Vc‰x©A~øÊ1Ë­†¸«Û¶äh9ŽDÊÚ”ŽYì].ç N°¥˜9/—p$v<V0¡%‚GRÃk+[rõضȷ?dæG®:ãE àˆy¼ÃDB ürXνPeäˆüAì/›]%|˵ÉF‹Ãeqèýd†­„óÔa"{„ôõ¾­Ù`»)1iß'žò¸ Ü–•Dÿ {1bR +ŠÜÅ›ËÓwÿêç%8 +×ø„°uâépb: êVØP °u<¶–«$-q4|O?œq¡oÃÎPØ‘ +NËp—¶úA -­|8Nµs¾æÆœ?‹ºîªb¼«‰Ø¾.×ôØQØÛ‹èU•̘[@Wí+®à\K:AÆâÏ! G}ÇðM%ßÃñ +œï«¼ÝTÛ^w'¹Ëyí_wc®&%`±òEéôo Ö"Uêé íÿ—Ëÿ.N.ÙQ>ç/ ©qðQå¶–WOž¦0_s~Wl‹&ï +N;Š¡· +¤KâGEš€‹æõ›Ò® ë_̡Ӆ¹Ã2Žm¹,¼•'å;òX>×^Ý|û+ÕÐKU2Ê8Y"5Ád/pŽ"ÂM±*÷›§d˜h­ÊBJó^ H¥}"é‚RY„ˆÅñÔ#!"Ý +‘Dz©,B1g!b©¢öCô $1{¾LC +);Êœsa,#¡%Ò‹*°Z¼ûÜÛÌ„Ÿ~Åwð“Økÿ°r Gáiä<‚$ôØ3 endstream endobj -1719 0 obj +1741 0 obj << /Type /Page -/Contents 1720 0 R -/Resources 1718 0 R +/Contents 1742 0 R +/Resources 1740 0 R /MediaBox [0 0 612 792] -/Parent 1723 0 R -/Annots [ 1711 0 R 1712 0 R 1717 0 R ] ->> -endobj -1711 0 obj -<< -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [326.593 634.52 454.114 645.424] -/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.splint.org)>> ->> -endobj -1712 0 obj -<< -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [297.787 598.655 473.13 609.559] -/Subtype/Link/A<</Type/Action/S/URI/URI(http://www.splint.org/manual/)>> +/Parent 1738 0 R +/Annots [ 1739 0 R ] >> endobj -1717 0 obj +1739 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [179.783 532.966 194.229 541.813] -/A << /S /GoTo /D (section.2.3) >> +/Rect [244.102 161.544 263.529 172.448] +/A << /S /GoTo /D (section.3.16) >> >> endobj -1721 0 obj +1743 0 obj << -/D [1719 0 R /XYZ 84.039 766.262 null] +/D [1741 0 R /XYZ 84.039 766.262 null] >> endobj 274 0 obj << -/D [1719 0 R /XYZ 85.039 519.392 null] +/D [1741 0 R /XYZ 85.039 735.307 null] >> endobj -1718 0 obj +278 0 obj +<< +/D [1741 0 R /XYZ 85.039 147.97 null] +>> +endobj +1740 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F123 1722 0 R /F77 1343 0 R /F101 1502 0 R /F108 1526 0 R /F107 1525 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1728 0 obj +1747 0 obj << -/Length 3181 +/Length 3032 /Filter /FlateDecode >> stream -xÚíZYsÜÆ~ç¯Øª¼`«´ààRIªd’’h‹’¢¥ã¤$— ‹IX8Ö óëÓ×àÒš²•²ý’}A£g¦g¦çëžîƪÕíJ­žŸ|u}rú, -V‰„n¸º¾YÅ­¼d¡'þêz¿zgy¶g¯7A¨¬³×WWO_¯7n ¬——¯.˜zýæúòõ«ízã$^Zg/ž¾¹¾xËmfè·ÛËWÏ™µ=?;[ýõÉÅõÉO'¬D­œqfÏvT¼Êª“wß«ÕÚ¾^)ÛKâÕ=õ¬V>,N%Ðåj{ò÷%»Q³]¹Gvå¶çË®6›¦ï67U·ÑNBË1ãOŸùñdp¨ì8t¡…†]ß尋еʢþ°v”•·øîX íÐwÜö^ê½Rn–Ò¸û1Ϥ1kö9tpø­ÐÜ£¨ùýªéš¶)SænaiľiÚ*í@—ž˜58ÂAÎ˦™·o²¾Êë.ßKŸ7ºÚ8Ž­`øL‚€7Ö‘P83(튦fVsÃOÝæYÓîí…ºfºÞø‰;>Oì0–ÊÆ5>¢ì ²ÏŸ+;ˆæÊ†÷AÙ@Ï•Fـʼn²¡…ô‚ÏšŸ/Ÿ11ª×sHàYß¶ ƒòADÖL…–eò@&:³Ôg*~‚dbmUÌúŽlPÑLÛiüÐÚ^_ÅLÚ&˵nZ Ƶ¨Äúî.¯¹¹×4§Y÷EwǼ÷®îóÝÚUVû„[y!Ð84ðkQß4BiîYˆä󵧬ïÖt~úöódÑHÝ婬—  -zÜÌôÄŽ·¹ŒHK-bþthÓÛ*evÖ -ñŠJ!£ϨÁÓàF“|“µ·+&Þ":áþsÂbdç³¢—«÷Yvª÷©>ç{šêª¬?ØÝÇŽ[ïRÍDÕ´2À8æ¹_T¢Vm³!AòŽÜ™Eº±í;ãÕ½ -óùޱæçy·i‡›ò<ƒDϯ -¬-É#’&`<åm›V=ž‡¸•aæ0¨ÓUêzÇj¦E¶k´ ¬}Þ¥E©ÉåúpéÒÕ<ñ|ozvìFsœìó<´/;sJ0Ù—\‘¬Â*ß}õ˜£ -C Á9Š0œ  ¸ 4…rßBËNÞ'h®  û1š€7 Éƒ@ñR š £ i"’–W¿=š^é®ÿ  -þ¡ßÞ#}„ -‡Äç0–¨‘Ü_zJùÅ lÇv%Mã.°*#j -™ëŸ°ìë„HSAS -U8An:^Ðä…_ÈZ¦1DÍOÌôÃõÐÐÒ€‡¥¨ÉEò@¡u0D\‹½¶yV¦¦Yæ39`M¯ùMà -ðQ€ksÁ € vbüÍ|Áæ8Ç}<¥¼îzx@[þ+¶v´ƒ3ýpÍñbùçˆïš‚j{´Ê SøÅ™âQÏ8"I« >ÁübÂg_âeÏ¢¿ Lr=ü‡IËLWt×Èá°DpUü…’4‡ê¹4Pó°¢B{Jën:±I¿î[³ãuÕ1‡º³5ÉŽ<þ/<Í·.äHtÔ.¿á*:þ] ÐC·#¾Œ -—6߀Æ[^Hâðü,¬"{‘:V´ñMRÚÐÌ;T´C?B:«*8‘Ç÷«Ø®2h4ëtq}ò_Î8#O +xÚíZYoÜF~ׯ˜G`ÒÍ£y,‚Éq”IJג÷@=3­F¼–Glå×oUW5‡F^/’¼¬ +AcT!¤­ +M·fj¢B°»Q¡DLUÈ’ÿW¡ß]…>u½ZßR^Æêó¾3â„ÇRôÓtzØÔDÓ^†4ÂNìMøð¡Ù¨Å™£ZÍËR Ý +”*…šv» âÝ«³Å¤|éù^0“=ŒI°¯—{.0v±X¥åAZSBj4¥ÿúís¸¿Ûå¿ïqøê©ADäWÿêïKß÷Apƒþë±ûž«¡³Â:¦›4PÓïz§-;ùíÁš¼š2÷#bèÔÖÎàcÐþòÊžTæ=÷ׇ[ns|P2lžOO Ì<!4’ÁÁœš^üá2;Pû?_n$†¹Ø0Ð<ªk‰Š?^nûŒ1qàúUD0—™q§'tM$¤ÐÚ©¨ž…—Wy9°ÂÍîaz¬Ãž:/ÃØ“:„ìÍ¢Öàº]õKÙœ +X2ó¢4±’y§›B­ñ +¡ˆˆ÷P h5“xCÍ«®oã»;+ðÄçKß)ðPÓEŸöàuýGcýôv†çÈ +^V>+]³ÿçy*„…vmnÕ¯Ì×mÌ´uQ +>€æ©º2cjŘ9=¸^ +8™ã 4ZŽ„Í‡,Ç¥„3§Rçü´ê˜¾NÅ9oŠf¯î]êØßq½±$X3¶š¤zRêÔK£øV 5„Éh"¡e;§&ÍÑDÌ46Íd’!ÝÒl=5ì sÀ)b‘ãd¡—¥_b2 À}ÓQ@ð(”>V?YìF !zÏì@$übaAâ˜ZFÓYÑ/‰ÎŒîM…~ÿ{êÆGžÌ‹'‰-¿{ñúõ3„™Xª¦±ç + ­;Çøl|ð·|—)¤ÌüÌ?‡Ú\ +&óãb‚!„²Ž¦t œœebÑ +®%-%F.B×8ŽVsžáÿbÎoþH¶Á¥Â;ÅdW¦!“}±î2˜Œ–ˆ~&Fx P:âT^îàŸù(vêiÆÅ %Ù¤ÖõwÝöâ© jôYÿñ>–›ÁM âÄòß]ÞP?§!&]ª6ªå OñZóœp½¢Oµ8B_u endstream endobj -1727 0 obj +1746 0 obj << /Type /Page -/Contents 1728 0 R -/Resources 1726 0 R +/Contents 1747 0 R +/Resources 1745 0 R /MediaBox [0 0 612 792] -/Parent 1723 0 R -/Annots [ 1724 0 R 1725 0 R ] ->> -endobj -1724 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [244.102 623.045 263.529 633.949] -/A << /S /GoTo /D (section.3.16) >> +/Parent 1738 0 R +/Annots [ 1744 0 R ] >> endobj -1725 0 obj +1744 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [318.193 401.573 352.564 412.477] +/Rect [318.193 623.696 352.564 634.6] /A << /S /GoTo /D (subsubsection.3.15.1.2) >> >> endobj -1729 0 obj +1748 0 obj << -/D [1727 0 R /XYZ 84.039 766.262 null] +/D [1746 0 R /XYZ 84.039 766.262 null] >> endobj -278 0 obj +282 0 obj << -/D [1727 0 R /XYZ 85.039 609.579 null] +/D [1746 0 R /XYZ 85.039 446.396 null] >> endobj -282 0 obj +286 0 obj << -/D [1727 0 R /XYZ 85.039 222.175 null] +/D [1746 0 R /XYZ 85.039 171.146 null] >> endobj -1726 0 obj +1745 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1733 0 obj +1754 0 obj << -/Length 2545 +/Length 2707 /Filter /FlateDecode >> stream -xÚµYmoÛHþž_á6°ÒêÝÐ+ÐMº{Yl’^ã»Ã]wQŒ¥±­‹ÞV#5ëþú#‡ÙR'[Ü(BqÞHù;³íÌ™ýtñÃêâû—á,±“È‹f«Í,mÇOfË0²ã$˜­²Ù§¹oûö -#g~ywsóîöjay¡3ÿåúö=QwV×w·÷ ËMü0š_þõ݇Õû4f–þýþúö'bÝ_]^.~[ý|ñ~uñû… ’83÷p²o»N<KË‹O¿9³ Æ~ž9¶ŸÄ³G=³œ œ“„@³û‹¿]8ÇÚñ‘6®ØqèÏ–^hû«Ó´y•æM!¿qüdÞír…Ôr®vu_dD?.\g^·øÍónGün'Qv0Ûòø  -UÓyuUì‰*ÅÚ]*š¢d¥$äb¡lšÑ´u*•ª[ç%yEß^@ßë¼#FZW]¾íë^ѷȲÖçÕ–l²„ ñâ±IÊ:“䳿:¡£$œ¶O¸´cÏ;ØÖ¯Žã‹¥Á•dˆöŠ8Õ5‹á4×Ö!b|ÎòŽ¦Ã -—°-ÓÁé6èÜH\Ýû‰Cä»´”]žò÷Ña8·Ù1½ù±§ååã,/¶=ÿ -)-%8rº­uzÖõ}òÁõD]ë658r@ ¥c 1ˆ$ -<L'i±WÄC)Ž_âüpy^)–eª ’Û( -¢©'.F¯]ø4‰®ÞwS›²g¨UP9Ó´šGÅt'S@Лx»ñQç-œ”Øî4é‚Ùó‚•G@ÿP—\a=#¬lq‰ýŠì%1#+Ü"4ÝëáNj¹y]LE¯ä3â;ºl¹a¢X«®©é4÷U'þà)íðN[OIlNëâϼî…Gê7V®Î&•êáÃ#âÓ ðAc0o§cD¥ÈéŒ2Ôæž);ñí9‰í'C©ùaá/ç©<ÞW¿µQª7p–N˜.ßž*¬üÀ^&Ãݾ`A8>HÜinÖ&„LÙìÔY‚—'O-è{[ÐCi +xÚ­YëoÛ8ÿž¿ÂXù°Rõ¶Tô +¤m¶çE“fo¸v¯ %ÚÖEŸIÓ¿~g8CÙ’]§W܇֣!9œùq^dìÉzbOÞž½Zœ=ûeLb+Ýp²XM¢À²½x2 B+ŠýÉ"|4<Ë·¦fÚÆÅÕ‡ùÍÔ·÷W—W‹©é¶ñaêxq~3?õîâvj:Q8³×ÿ<¿^\ÜÐ×ÿ~;¿zK¬Û7¯_Oÿ\üzv±8ûï™êØg·½g9v4IгÚ“Æ~Ø–G“5³˜ø ¡@ç“Û³ßÎìIîÄq¬8Ü}›ÜÀòüÞ&ÏŠAWÛ¶E6éô~ÛfUÙÐÇ';°Åv›?Òg[Ñï×Èþ™)§'k÷NSÞ`²Í“&Ö3$¬û ÿ@ª£ÌÖú*ewøÛÀÏ +g1©išÛªn‹*•ÿÀUÏ~ñ£½É€RäD°FÍ}á8†È;ùr°Å䣀™od+ë"+E+I§ë÷7S8>Æù³÷Dàn;R7kz$ˆ¨ê hŸuÊ@“•6Ø +¢™6S4Å1 ÝØògßoà'ÛvKV^4,–¹dåJQ|—UõÔ‰Œõ2møàšT4»3ÏÑŒŒŽlÐýi³É²:ÔV«Íd::¶qÿIæ­3{  3ó-Çu54‹ÒßvŒJù0Ò®ÑÊ<gv»‘ÄKªb›*Š-Zâg-qHŽk”3DžWS70dÊR+èYË©ë¬iµØ­Èjû8 +BÌŠ(„ƒ=„ðâ2úQ„MLì¹YÈ4늓©% +Þ0ÄLбšª«IL¬Æ¹ä¹¯¥#õП¸1umÎV4¬ª Œ,ù›ëïÇYçQ¾iˆþÌŒ9 .º¦¥‰"oF"•úh°=ô(%:í—ØìÞ£nÕ]V®G^•gÓX´OdMíE!írHÏ1ëbPö}Ù›®ØùÈ·†±­ +«ç¹pغZ+m‘Ué¦?DÍ}û>KRZZÑjaÛ®ÞVú€’½"f +“8u…Ôf¯áSu㊵æèLiîòq$n¯m‚arfÛØt…`²–"ÔÀ +QÜd}CYYãë©ò[®ß×'8E¸´§R*GÓ°ëõj™JF¨Šèt!>Pox«Kûë'ŠeÓÖ"iu¯Y¶â O©5¤zy¿H&jU.¤² ff*7=UUàk÷ÕùLP½Á;3ö=@° +³ Ï-÷½Â‰÷¼>ø²Ô’g'à +ШS´ùɆ ,"WôËHb‹Æ²fŽƒÏv¢N64Ÿdé'‰øV茒ú\åtÄJ»«—Èü{™}!þ¡OÙ*9`%Àñ±j(±æ1þ…­=Íáö ǰ©–?¡Ž¼ª¬x‘”¬DËXÝo[¨dïïY{ºìJÛ‘Ÿµý6œç°SKu+¦=ŽvQ=“<¸9Cç›83Ïrp77°\›k„&],ÎþÿÞ»u endstream endobj -1732 0 obj +1753 0 obj << /Type /Page -/Contents 1733 0 R -/Resources 1731 0 R +/Contents 1754 0 R +/Resources 1752 0 R /MediaBox [0 0 612 792] -/Parent 1723 0 R -/Annots [ 1730 0 R ] +/Parent 1738 0 R +/Annots [ 1749 0 R ] >> endobj -1730 0 obj +1749 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [308.758 153.954 323.204 164.857] +/Rect [308.758 392.713 323.204 403.617] /A << /S /GoTo /D (section.9.1) >> >> endobj -1734 0 obj -<< -/D [1732 0 R /XYZ 84.039 766.262 null] ->> -endobj -286 0 obj +1755 0 obj << -/D [1732 0 R /XYZ 85.039 627.138 null] +/D [1753 0 R /XYZ 84.039 766.262 null] >> endobj 290 0 obj << -/D [1732 0 R /XYZ 85.039 496.467 null] +/D [1753 0 R /XYZ 85.039 735.307 null] >> endobj 294 0 obj << -/D [1732 0 R /XYZ 85.039 379.745 null] +/D [1753 0 R /XYZ 85.039 619.376 null] >> endobj 298 0 obj << -/D [1732 0 R /XYZ 85.039 315.586 null] +/D [1753 0 R /XYZ 85.039 554.782 null] >> endobj 302 0 obj << -/D [1732 0 R /XYZ 85.039 211.488 null] +/D [1753 0 R /XYZ 85.039 450.248 null] >> endobj -1731 0 obj +306 0 obj +<< +/D [1753 0 R /XYZ 85.039 277.376 null] +>> +endobj +310 0 obj +<< +/D [1753 0 R /XYZ 85.039 181.524 null] +>> +endobj +1752 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F77 1343 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1742 0 obj +1761 0 obj << -/Length 2170 +/Length 1916 /Filter /FlateDecode >> stream -xÚÅXÝsÛ8Ï_¡‡›Yù¦V©OK}Ko×;Iš‹ÝîC»×‘%ÚæT–¼úHšûë @INœÜuæfîI ‚ -‹ ·Fîq…aFüóB§œô+\æy¤Æ[ÀLš|÷…k/6$éRÏΘãs¡F¼‘í¤b<àQE”¿`^µ,Nñ¤yJ \l -C@aB•Æ…XãžË¾ê¸B¬9ÁØ0Ì9žÉ%uƒípå:¯%Ô4HœØ -b_K¡ÄQâ€î® (]jâ2ÿÑʲüüï"@³¦;ÀE×j´c ùÅ ;©ôúµ,ü¦+h^½ܯeNÕ=6p‘ê³1žmÃúT™].IªL÷´ -ëðÄk/-šŠ -n  {‡´nUÖÁë¬xìq:'¨˜MŸ`öþy -ÜuZ~Ÿ60—ñ 3@Ø[çôÞ’}2Äö§rôôįމ>›N¸¥Ÿ¶Ó€©Çå0‘šGXCPª¨2¾Å –¬©]:ñDÿÿ@ë)if|˜À6‡‰ýa‚˜>LâK܆T± -•©V×E4ŸA¨O»20¿[•wmÓIêrÔü†¿cاb'„;Üt=,cÝ÷®/–¡ûöré'‚T½…¡ñ{=x«ÿ 5ÆJßÿŠÅOΣŠÿÏfmÖ´9ÈLaId'mÂßóîùÿÆìŠ}Ë@‰ÿ7¾]ì]ë²ýQ|öwR¿˜̽òwÒ=þNê¿’†ÐIf3†$tâu¹N˜Œ®2¾ï’™põ}çñ N„}Fâ ¨õ/íi͡ʺZUqy„|T9< +xÚÕXYsÛ6~ׯàLBu" +Òº£ü³ú +m}ÝbÝZ…ÿ‹ +KxËyƒesP.ù¶kžv=">6mDþXn^¸w~§ÊÇЗ -ð‰ûž|¥Õ¥{0Ž~^ÂO}]±d¾7~]Ó3„ [E¤Ý,N@”`1Hÿ*›ÿÓINô†„gAGHLs)Lk¨{ˆÆD$뛢îíü°óeÅ^98¹<›ð?ÒðÔ}“ÙÀš* pˆÀ £¡°¤ôaêTÕ­þæv<à‡’âXBqEÌÌgCŸúø|\y~ endstream endobj -1741 0 obj +1760 0 obj << /Type /Page -/Contents 1742 0 R -/Resources 1740 0 R +/Contents 1761 0 R +/Resources 1759 0 R /MediaBox [0 0 612 792] -/Parent 1723 0 R -/Annots [ 1735 0 R 1736 0 R 1737 0 R 1738 0 R ] +/Parent 1738 0 R +/Annots [ 1750 0 R 1751 0 R 1756 0 R 1757 0 R ] >> endobj -1739 0 obj +1758 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (./MCS51_named-eps-converted-to.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1745 0 R +/PTEX.InfoDict 1764 0 R /BBox [0 0 253 133] /Resources << /ProcSet [ /PDF /ImageC ] /XObject << -/R7 1746 0 R +/R7 1765 0 R >>>> /Length 54 /Filter /FlateDecode @@ -7087,16 +7187,16 @@ x æC™ºz `dbR¤d®à’Ï„ endstream endobj -1745 0 obj +1764 0 obj << /Producer (GPL Ghostscript 9.53.3) -/CreationDate (D:20220503003201-05'00') -/ModDate (D:20220503003201-05'00') +/CreationDate (D:20230601003155-05'00') +/ModDate (D:20230601003155-05'00') /Creator (\(ImageMagick\)) -/Title (\(/tmp/lyx_tmpdir.MKLztwMgwHKj/lyx_tmpbuf0/1_home_sdcc-builder_build_sdcc-build_amd64-unknown-linux2_5_build_sdcc_doc_MCS51_named.eps\)) +/Title (\(/tmp/lyx_tmpdir.NSHXpBxmmBUn/lyx_tmpbuf0/1_home_sdcc-builder_build_sdcc-build_amd64-unknown-linux2_5_build_sdcc_doc_MCS51_named.eps\)) >> endobj -1746 0 obj +1765 0 obj << /Subtype /Image /ColorSpace /DeviceGray @@ -7129,1433 +7229,1454 @@ X endstream endobj -1735 0 obj +1750 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.148 492.921 235.593 503.217] +/Rect [221.148 722.909 235.593 733.205] /A << /S /GoTo /D (section.2.2) >> >> endobj -1736 0 obj +1751 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [235.534 472.996 249.98 483.292] +/Rect [235.534 702.983 249.98 713.28] /A << /S /GoTo /D (section.2.3) >> >> endobj -1737 0 obj +1756 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [206.762 453.071 221.208 463.367] +/Rect [206.762 683.058 221.208 693.354] /A << /S /GoTo /D (section.2.3) >> >> endobj -1738 0 obj +1757 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [390.243 420.473 396.42 433.237] -/A << /S /GoTo /D (Hfootnote.6) >> +/Rect [390.243 650.46 396.42 663.224] +/A << /S /GoTo /D (Hfootnote.7) >> >> endobj -1743 0 obj +1762 0 obj << -/D [1741 0 R /XYZ 84.039 766.262 null] +/D [1760 0 R /XYZ 84.039 766.262 null] >> endobj -306 0 obj +314 0 obj << -/D [1741 0 R /XYZ 85.039 735.307 null] +/D [1760 0 R /XYZ 85.039 635.766 null] >> endobj -310 0 obj +318 0 obj << -/D [1741 0 R /XYZ 85.039 641.13 null] +/D [1760 0 R /XYZ 85.039 509.265 null] >> endobj -314 0 obj +322 0 obj << -/D [1741 0 R /XYZ 85.039 405.778 null] +/D [1760 0 R /XYZ 85.039 328.071 null] >> endobj -318 0 obj +326 0 obj << -/D [1741 0 R /XYZ 85.039 293.29 null] +/D [1760 0 R /XYZ 85.039 209.825 null] >> endobj -1744 0 obj +1763 0 obj << -/D [1741 0 R /XYZ 99.386 118.162 null] +/D [1760 0 R /XYZ 99.386 78.411 null] >> endobj -1740 0 obj +1759 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R >> -/XObject << /Im1 1739 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F101 1518 0 R >> +/XObject << /Im1 1758 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1750 0 obj +1770 0 obj << -/Length 1690 +/Length 1648 /Filter /FlateDecode >> stream -xÚÝXKsÛ6¾ëWp&ªÑ -B'N|kžYïlÏ œé,™}ýÝË—Ó™0ûõñåÙÛ©Ïìcü9;!îÉ/ó“Ëëó.¯§3&^h¿üþøÍü䊦=­æíõùå±”ÆóW““ùä÷ ‡S1‹÷§ðÎb+-&ï>0+ƒ¹Ws¼$¶”daùpP–@¯¬ëÉ6°Ì±Ì -:×}nnÖRÔxÀ£S?ÞÑÆ¬0JHÑ|™7Ó™Ç"›¾±ÝN¹½”´rp?p"‚µ0“wâ~ÕŽìà¹N -÷žl!ײÎS 9í%²¬–Þ¸©D*iﻲ&^»”D\bµ"òBe½%Á¢Ìä -‚âÇÜþiÊ9·E‹Û•ÔFäk£Ç˜÷Ô–¹Ñ«Œ¶f¸'ôÁMÜI‚¬€C”©heFÞEõøUÇD"Ëk™¶«-ô^xbTeÝæ¥^TÞí-Î×­¬×bE£«ã‹¡œl Þ{N¤tÎ×*ùLÖ˜ïÑ)g|'®ï$,[€åd‹É–2ç~Ýä‹5š…£t )£¨V6­ûf$À³1­?×y›¯t@¶a\Yc1H}œº‰qTz€s›=¿ˆ¦‘Å­qj -!ÿûFG -®Ši -ˆü@@ä_DËѩŠ- -Y»%–HSJtìT7¢Ð]iPn_¦×ZP-Û¡‹ÙÜÈ”u¾È)waS+ -&ÇÔãµMl-V’O|èV8ÿ1O¥žZŠ©‹)}Q«wƒð ‡†ùvÓŠô7-¯•÷e -ÎjNÓÖ"_,[¸P\k­‰bû¾¡²Fæ¢Ù%PµÖ£ë6·µ½7´v…TF3±òô,×>o‡'k·U4± žÀ•®«O„§Ö<µ|€댈¥²9ô)Ä&/î ­#ÿCió:”¨.á»QéÈt:ó®„.¤À@f‹n¢¨VZæJ®Ô{b§·©êâÑË=ªþ¼»õ׳ßT)¢¥«”ç†FrMä‘Þ+@¶b5-µÀ¦_7@ŸŸp2g–"´˜`‹<t~éù‰z»W#psýÍ$4Ó"WM Ç·úØ‚G­ƒ;¿ -¢øÀEZa¾)Ug TàÛ”…æèRTçÀuÛ÷įЋd%°ŸÑè᪠-& Nïש¾ÀèJ…t‘7`þ‚U0†\‘Ò("alzô§F½°ˆ¸:›Xï”ïðAW¤ò£`æY€Fêïø³À‡JáB¿úì³`f$OòÇσþåmª]¹€T, :ý…Ìr…”ÿðPxí©¾¨—6]{úK|8¸õTn=á§^ +xÚÝWmoÛ6þî_!`"o±JêÍÒ†Í:'K±f]ânÒ"`$ÆÖj½LR{Ãþûîx¤%Ùnt0ìCÂÓñxäÝ=÷bf-,f¾™žœN+vâÐ +§åtÚ¸u‚ï‹&[h)~%KQÕʦ%¹¯ørHïÏuÖfÅ‚pÄÖŒ¥|‡+¨wc70Ñ"ÎB²‡7FTóEÓÈüV9¾’2•Ÿnö4ªO|¬ËËw€1¤jvüÙMgì!oOCr ´sú)W¦>ÒG/WR4hœïÚEÙÊc$}m0ð^3æÖM‹žÍ݈¸·›Vï+„À–Ž ²ªå8°7M– +w5§ik‘-–í]YS\k­‰"û¾¡²,B"%PµÖ£ë6·µXxH¥Ö®2•ÑN¤ü1ñB×>o‡/k7Õ6I@ÒÄö@ðžt]ý <µæ©û`5n +SUKø8½/=À×¥ +ç"kÀÚ°F€)"ƆGƒX½°ˆ¸<Y×JÈwø #RéQ)àáL?Ò¬èÎýjáC•p¡Wé:“Ê;q¿j55#¹WìT Ï’×ä(ìÝÛqKU,·€¼S~ïwù2ÍT–(ZDјå«c¢?qä ÍÈS=rä©þ‡#š¡%L<ÕÞÄcÎùÝÄ3<,ºqgwL:…Ô +|^“4ŽGâ±¾<Ǥ‹#í ¶mQ}••Π•Wclª)õ™Rdn ´¨¥žíÊ«Ñq»ÙÑÕ]ƒ2è?F_ÜÓGÅ¿¬QXŽõØO;Y}ÈÏØtü +%ÐmÊåû.tú¬d‹”f5¶7×5 endstream endobj -1749 0 obj +1769 0 obj << /Type /Page -/Contents 1750 0 R -/Resources 1748 0 R +/Contents 1770 0 R +/Resources 1768 0 R /MediaBox [0 0 612 792] -/Parent 1723 0 R -/Annots [ 1747 0 R ] +/Parent 1738 0 R +/Annots [ 1766 0 R ] >> endobj -1747 0 obj +1766 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [443.399 237.136 457.845 248.149] +/Rect [443.399 494.919 457.845 505.932] /A << /S /GoTo /D (section.4.1) >> >> endobj -1751 0 obj -<< -/D [1749 0 R /XYZ 84.039 766.262 null] ->> -endobj -322 0 obj +1771 0 obj << -/D [1749 0 R /XYZ 85.039 735.307 null] +/D [1769 0 R /XYZ 84.039 766.262 null] >> endobj -326 0 obj +330 0 obj << -/D [1749 0 R /XYZ 85.039 619.053 null] +/D [1769 0 R /XYZ 85.039 735.307 null] >> endobj -330 0 obj +334 0 obj << -/D [1749 0 R /XYZ 85.039 477.982 null] +/D [1769 0 R /XYZ 85.039 562.416 null] >> endobj -334 0 obj +338 0 obj << -/D [1749 0 R /XYZ 85.039 304.632 null] +/D [1769 0 R /XYZ 85.039 353.823 null] >> endobj -1748 0 obj +1768 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1756 0 obj +1775 0 obj << -/Length 2596 +/Length 2700 /Filter /FlateDecode >> stream -xÚÍ]oã¸ñ=¿Â@b·1MJ”DÝâ€fsÉ6‡íÞv“ëõ°»dYŽ…Ê’W’71Šþ÷ÎpHZR”»à®(úˆ’Ãùþ ùä~Â'oN^ßž,®¢`³8ôÂÉíz¢Æýx!S±œÜ®&§> Øl„|zóÝÅÅlî|úöüÝ›g’OÏñß›K‚^þãöòÝÍõïnfsÆ~8½øËùûÛË´ì4?Þ\¿{C ñóí÷'—·'_NPÅ'âH…ÏW“t{òñ3Ÿ¬`íû g~¬&zçv"P0.&7';á=μμ€ù²Ã™`Ë9ŸÞÝ¥Õ*CjWRuŽòÉ\(F1:ýûL1Mê<YYsJœä%}ÛMÞÐ(Y­ê¬1“f—¤ -³»àOuÞ:ÿ_©à;ï78“ô@ MÖ.I wV"c‘Sƒøwkq1¥«Ù§¹‚ˆÓ´ƒà.<嘥‡Mžnl43ˆŽÆ“u]miÄ=ÞW@Öý4NÓ£& ¦lÌðÎwIÝbˆQæ‘bq„6ˆ£<+Kó™ ,B °÷:þRÚ[&[$‡Î'qb*%n«Æ\–Ôé&o³´Ýיݷßí*KÌ9”ó ƒ”æxmV¬m,TVÖ÷|@sÍEÌ<5'}ÉîM| -“ûýž™ -¯o~X\_šÒ:Vq<T7E19Ö’jßöS¥©]‘§Öêºyl[­r¤P¾ÝÙ2¾«4š~d#ÅòÈÅòfmnYÐGCDøæ{CØKÒÀÛüŸ3 Ï=¥LØ€ a84ë ÃAg†¨ƒ6Ž¡¯mÝeé†ó ‹ÑÒ=€iº-,&ºÁîÇH`f¾ðì%(Ó|} ãËJŒútóBµ(ç6æR™ŠÉm0þÇ‘–2lªOßg´Q}c´Jß»²Ï†‡UÖ¤unKCÄ5".–qì8aÖg*ròÄ`#x Üõ”+w×#x$ó<i7ìË´Í«r‘ï7+»¯E$x`7hùÜC¨u³s±æYb£˜)mdÜ@=hZßîꦺAXOžæmMÕ «mOBŽj˜»µáêTu—˜,þ‰œ?*þIGg„¼ç¯ÀC1µ-('JŸÉУ¤èw“¢±™ÜÊG#Z[èY‘Hí%¦4dèüd´7IÎdä÷­©ÔˈZ©z0IG]rˆyÀµnÀØA(ÝÊêO³}‡1GïF:]õóbNÓj»ÌË丼®l§“oí&>–O)èÓ&mò{ZÚìÆGuaÖËÕ -à08–}0±gu% »)€«ƒÑ×|eŠO -A:Þo:A§& _öyu:D8Õm’ÛfÓ>UH]›X¤‰=³ÌZwSYÊ]:Â&=iŒ¤ZH²_á€DF·5¸"¥ªGPÁuaÐGùw TjÇì}^`­ŠÑÍ÷#󘌣}³‡Öø@óÕÐ T»¥ÑÛ,ÑÍ -zÏ0f<è<Ö˜78ëÒý§TøÎ¬ï#»ÁìF>ädryo3Cpˆa¿ôz’àcH¡<Š Ï<è”;2Óe”þIÆÙŸ^i6.=èP<ls¨÷(E×a†×ƒ%xï7P¸Š ‚ÌN5Zš-fSÓb¿ÊÛ4T›4æê =ÍaƒISöãÅûÝÜk_ßPø†¦ÅW²…)[0ƒvøŒÙ,:¯I,}¦ëì×qöxê'›ô'ÅPíÿ|H¼q +xÚµ]sÛ6òÝ¿BòMH‚Í܃ã89wR7»Óë$EAï(R!©Øþ÷ÝÅü鯓™{À°Ø/ì—øìnÆgïOÞÜœ,ßÅá,aID³›ÍL‡ŒËd‡Ó‰šÝ¬gŸç’…ìtF|~ýöüüt„|þáìêýo§ŠÏÏðçýA/þssqu}ùëÕõéBD‰Œæçÿ:ûxsñ‰–¥CóÛõåÕ{YŒÞü|rqsòõD +ÇjV­Íóõ6°¢´r a‰ÅÞÿaB–Äz6 +m¡$¸*e—fYU¯Ó2súºÏ[§ÂËë_——Ω':IŽÕM^Œ@k’êàm˩ӜŠpþ°/òÌ[]“ß•Þ4vÕ:·Hê#ÊwûÂìLÙQê.9”tž‘Õ<:H±Ð<9ó¸sæÍÆÝ²¤ÁBDô&ƒcØßÆM×}Èÿw*áE µs0q. §nòxSPÁ+ÇF<@›$Ñ"Àî\ Ñ +((ÊaPt63€{ùXD¯ûU©¿„FO†ON{p“âLÅrl•H¥]@ÔZ?¤ãa&!·ºc¡ˆá…õ—p†Ï íÒŸ³šU»U^¦ýò¦r+m¾ó›øT@¥ `w¢óÂÉ6¿s Õckž‘!a|Ðçn­w„¥¨î¿‹„܃ˆóD +Ý_øLòjÃ7Wo,å}>@l‡±«¿š^+×KC­dðú])Ø© Å×C^›A‰Lݦ¹¯6³Ì)È&'iêϬLÛÝTVŽò®`óÐ`6k!^¨qŠ™ˆÜ +ÔÐe)U= +®‹Â1*ÀS¸ UëÃ÷YÉ*z7)c×ÇÀÙ¡9@müH$›åK›ÊìhöÁ¤¶À“˜9Y£HKzc½œ”‘}À®ßSÀ%ÜX7X”Ë0ñÅ +ÀýˆB¥ÄUøXšw‡´†[ŒË~Á¥€Õ8Ð|,€6›¨…ˆÒ°pžoôXhr Måxá|kRÒ7Ì‘ÊÂ-{ó°ÍYmŽP]·¶K›lˆAh +Wn=°Å}^ÐW„Ò+ îRã°Om#JYÃaj,êR[ª‰å¡X`Ÿ¢sÌ8Öwðéë;˜öõ|ØDÕÍïó¢ ™+õ`V¸”ÞÚ|¯Ì¤-sÆuì +eîn^:ä6u…ÑæiãC4uv`J— +…2šh !¬òް©"S€¶ãÎ%]YüÍZI +øÝ<Å„ï{. +m!9™÷\–èÔ¬ÔÀJÁD+@b$O¼Û;ná’g£gàÂÂû8ƒç¯Žr\=tm66zŠÖEcØ`;½6F °Ó~gò}êH\¹û¨M1$Ú Õ&ØîE<(º»Îò°íJbe…ÇG"Ð7F0érõWßgK±mÖü@_:ú±2uïiÂp³ß>¡†ßyéGØRúÚµNwn;žµ +B +ZÙ}¿˜»½íÑí_û,Æõ8ê}"úïà}‘è;Éý¨è;Ý=}ôÿý÷%„àÍ“çH“$úî1Lþ»9ZœüÝŸ‹BLÉþÏEû§"øxÛ‚ðÍH$³³÷xоw]þ$†'h;’ +2F§N±WXNE±„"Í©æ;c‹ +œbÞãðƒ#Œc¨Ê0ŒÜ¾Òغwõ ‰]i¶eHï +ºK>;YA:÷LÆàu¨hÏÌ}w™‡µYî²Ho³„ë¯ôg endstream endobj -1755 0 obj +1774 0 obj << /Type /Page -/Contents 1756 0 R -/Resources 1754 0 R +/Contents 1775 0 R +/Resources 1773 0 R /MediaBox [0 0 612 792] -/Parent 1723 0 R -/Annots [ 1752 0 R 1753 0 R ] +/Parent 1778 0 R +/Annots [ 1767 0 R 1772 0 R ] >> endobj -1752 0 obj +1767 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [518.545 396.251 524.722 409.015] -/A << /S /GoTo /D (Hfootnote.7) >> +/Rect [518.545 599.9 524.722 612.664] +/A << /S /GoTo /D (Hfootnote.8) >> >> endobj -1753 0 obj +1772 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [134.394 79.503 148.839 90.093] +/Rect [134.394 276.164 148.839 286.754] /A << /S /GoTo /D (section.6.1) >> >> endobj -1757 0 obj -<< -/D [1755 0 R /XYZ 84.039 766.262 null] ->> -endobj -338 0 obj +1776 0 obj << -/D [1755 0 R /XYZ 85.039 735.307 null] +/D [1774 0 R /XYZ 84.039 766.262 null] >> endobj 342 0 obj << -/D [1755 0 R /XYZ 85.039 519.554 null] +/D [1774 0 R /XYZ 85.039 735.307 null] >> endobj 346 0 obj << -/D [1755 0 R /XYZ 85.039 371.428 null] +/D [1774 0 R /XYZ 85.039 574.371 null] >> endobj -1758 0 obj +350 0 obj << -/D [1755 0 R /XYZ 99.386 75.622 null] +/D [1774 0 R /XYZ 85.039 262.59 null] >> endobj -1754 0 obj +1777 0 obj +<< +/D [1774 0 R /XYZ 99.386 75.809 null] +>> +endobj +1773 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R /F77 1343 0 R /F114 1658 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F101 1518 0 R /F77 1355 0 R /F114 1676 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1762 0 obj +1782 0 obj << -/Length 2310 +/Length 3140 /Filter /FlateDecode >> stream -xÚ½Y[së6~÷¯Ð£¼+uoŸÒ4ÉžN›=§³;sN§#Û²­­,©ºœÿûP_'gv_lIà# -³Hó&©j’®)èÿ—Û¹g_ÿ8w"A`ªÒ¼N—ÔÍã]²¢f¼ZUS;4“š×¨Ëx™Ô¨ãõ½ÆÌ-?ˆHÆÖqÍ8ËŠ©ôÌ\ÁñÌÏÂ_Ò˜³8ß´ñ&¡^2µ=ók“€(E^£Mô²WPjtÜe–.Ó&Û8©IlžçÈÇãÅš·¼¥ÖAWÒè¬ç©Iž‚db ´¶­ÈóIëùtæØ -¶´™Ú&¨AÆ-„¡ð4¤•¼‚.ÀEœ@_»2Í’Šæµ5J…tÄq±'ê*YOqÛ6k5dØ$yRá™W'þ—mºÜòò1‹¸àý`‡ÕXh•ICµ=R»‡,D¡…֦ЂÆ.ÙÕ~h>vÒ±"›ÖøHÛ*Yfq7 -?$\ñ®Ì’ú;åaÚ5ôÿõ½-ì=J׊D -N - -r¯çÿݼû­ ¦7|8ùãèý÷k_bǯFÌø}w×_‡Ú9¼³b7Z‡¿4R…VDoŽ”VpT΀©„þû}?ò,ßµ¿Íõ¿4ÈC0¡Ž¾÷Ç:ž„,1xÃ5æ¾å…á›1|-Ê‚í}¦¦R”c]@²ûÒygZÓ?Ժ͗”Ò¼]<òs7Õa+ôý36œ°Q(:‚0ç -Qµ+æ™Gë¾!+X—˜’ª¬¿HWØþþDù0 ÀOd8Î×þ5 -ö7LÛÙçŽAq¤üšW l±[ % 7ö÷g”Áuls›n¶IÝ`RŸj…††t’[˜§ã?Š},§-¡˜ë÷~EN×ÇrÒòË"ob(.I’FËGö-¾Ûp4ÍÌJû¡¶=iÞÔu²[dZúº-Ë¢j¨S팯 ŒÇ9ˆpIb©äÚ®kû&zž-_¶ ¦_°¶P; -J‹*À»aÅ­*ºd™®÷*æ¼ t;dòKª}RÝ5±v£¾\,jvo(j%¾¹L“œ‰˜,XŒ±¿?H¸'tè ·ˆßB‹&aWÖ¥z9.P³x›‚Îçß8¯ÉÈVÏØ‚X ªð]ªÀ‰ÈÇð—.«=¡‚ ‚bpoc|¢¡"¾X³çé®Ý -Ф:û: ×ÂrÝî>ÿ¬^Á»¤yßV€[;iieÜt¹MËše‰Y1n8Ôó/p¨M1³ÆL‘¬ßKµŠi&ˆÑ@³¯ç4ƒü"ІšñÛdðAŒ-Y‡¼¶E«¼Ã̼`§À×E$@\Ó #]Í–è}*ÇGvŹTønwøýME¡ÎF1üŒâ•a¯ö­e -ý‰#䛃 Ä‹1T<ªÚ²aeúlØ"¸¹‰{ðæ -ÓoÇÄÏ?TYõ…ÖàSChIÉ5¸+G<wÏ“ÿCøv^ +xÚ¥Z[wÛÈ +IaËÝÅÇŸÄbsß.D¤s³xtœ»E ‚Š<ñvq{ñÏ 1ÖL +9RM +Çé"SI¤cÖí¾H¢<3‹PFY¬‰þGG—2Ê“d1¢ïk[ues¦BûÍSk—ÅvûDß¶¢ße½*iÔÔ;fÅu¶z ¯®¦ßUÑÓ¥_¤v_,K'F¨¢Üä ŸŽRÐ}$ >’ï/Q®¬ ÜÔ§O£ÍûªµU¹b7EC +k%"{‘)>}:è¹ÿ +cÅ)¬t”Ë3&ŽÏìÿ&“™¾ÊÈóÅG6ÎOÛ8>oãôØ&çL î—¨ü·›XgQlâ_7ñ3û>”UÙØåÈjçì½­—EçuøU'U¹‰LvJ¯sNª•ŠÜ‚‘“ž1š[1é‹ÜgâæÞhy¥±ü]nù;m¶*×E¿íècWîêæinA¨(ͲÒœsA¥QbÌÔ_`Âç@î+¬öÌV݆Ýw]o·õ㜶¥_¾§u_-;[W¿Ùºxã“0ùÔØÂ‘IÓ3ÎN²Kf²év΢îÔE"~}ßSîyðÎõv¸Ë/µ]áØþ՛،òV˜A˜(47Ð_ò¿.Êí–²èSÝÓà¡ìhà쎻*‹ÈÉ"&yí×öÕÏ}±µ? +¡ÐªHbû·ôU4¼U×”dyGåYÞ?uÌ€šÄ£ïuÝ̤Yµ:¨(é 6?è©Ò<ÊÀŠ‚ãíR‚†sÇFÑ*~ÏëŽ8,„‚ú!™è{‡"ÄZû°)Û?DP7+ô3¤“Ø8ª×ô‹R‹)•‰ÒÃÑψGâXLÚ~YW]a«–$é¼|ä8â̆³¶[î + ¨¡L¢‚ë¶-w÷[/}Ûï÷uÓÑGS÷!'‹|G›©CŠ,ñT™ÑÝÆ2 +_ÏX_|ÍáZDq<¤sLúF— +Þô +Mg×0†]û†¡¨Æ^¦–O¼ŽÈ ì}ÃÛRq´Öó5'›pÀh‘yo9— +d”dðNŒÄ‚¹H2þöp±d ñ‹¢ÛéÞ–SÕ;ïPäD¹9Ê>«ët¸~BìˆÄ™ˆJÃJ|‘1g­¢ønc™ÉÂíYlùÛ…4í5PÊÙy&xh¸öw@b;òÔŒ‡2*ó0lÓ”;èü]šÁù V(†à1ÐÛÓ˘7ƒuXŒ#Á_7ø–‘(ÌS‰‰W•#e~}“S°ÆvÜ~ó˜‘ö56R‡›ÏÇ?õ¼[r&â EG'³†àT«åzùLyŸOTÆ4~‘€Ñ¬±@ÃŒî™ÝÁNJƈanÛŠL…ãiÆp+).qè âëaz„±FØý¸kÌ3 +!§íN©9–ß¹§: ŒN³Êè<s(ƒ3ó4— +A#êj‘¢˜â …,¿lÕ—´SÑÜG)¬‘ÿs)Ñ6=¯u%$²s-–X ) Ñá©tù +x$Wµ˜ý|%¢|ÂQ2G—@¤ÄáÄçOÕI”¥ñ37!óȘ!=1`Ë0´M± [û¿ò¬„¾•AêÀ7–‰v®m—füv_ÔÐHs¶{‹EdÔsâgQ&ÿtb›$JåÙε¶ +Z[£§­UíXlÅzò¨€•Jå¸"éœ +ÿL¤­­¨úkè›ýF\üLÖq6BÃÒhZ2ì #?ɧü.¿hD‹‚ˆ"i^ëèXßï¹sù0tç…ä…xæðüu¾ +©Æä[<ùG±’_ïÅ´+uº0 ˜:é|rì|ÞClçÜ&£ñ!‡ +º<DÄSP󨃪$ Ö »Êƒ¢ßso endstream endobj -1761 0 obj +1781 0 obj << /Type /Page -/Contents 1762 0 R -/Resources 1760 0 R +/Contents 1782 0 R +/Resources 1780 0 R /MediaBox [0 0 612 792] -/Parent 1764 0 R -/Annots [ 1759 0 R ] +/Parent 1778 0 R +/Annots [ 1779 0 R ] >> endobj -1759 0 obj +1779 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [289.62 80.473 311.538 91.377] +/Rect [289.62 262.54 311.538 273.444] /A << /S /GoTo /D (subsection.4.1.4) >> >> endobj -1763 0 obj -<< -/D [1761 0 R /XYZ 84.039 766.262 null] ->> -endobj -350 0 obj +1783 0 obj << -/D [1761 0 R /XYZ 85.039 735.307 null] +/D [1781 0 R /XYZ 84.039 766.262 null] >> endobj 354 0 obj << -/D [1761 0 R /XYZ 85.039 243.611 null] +/D [1781 0 R /XYZ 85.039 425.678 null] >> endobj -1760 0 obj +1780 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F101 1518 0 R /F48 1183 0 R /F77 1355 0 R /F72 1233 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1767 0 obj +1786 0 obj << -/Length 2926 +/Length 1932 /Filter /FlateDecode >> stream -xÚÍYYsÜÆ~ç¯Ø*?›à gRy%êp%’cÒ9d»Tໄ…6 -‰MSƒ cÁ’1äø>¸Ó -Õ«À`c p/Õ<ü5î>ÒN^l1?²cÕ3ƒ÷ W˜U•õGœ„ÉŒïÏ@Ió3ûNªò–&ÃZ`'2@!ì -ç(n!Ð8uÁ@mv} ŠbïžP‘co˜aœ®è…AzÁ7ý€7cÑ?ÈEu°+ ±]xÊ®©öŒÐïþ)»úž6ñ‰]Q:v3AKPeØÍ€–ðRö¢9Î|1ÚxÁiŽ]e{‘³k -ù†š4m·»ir1¦œt zÏ™qì¤"ú γvö§:Ó -Žb³(`*Jì…Â"j·}he‡µ¢h¶Wæ4k:ÓÀOÑVÙ}kÛQ“™X7=EÝw·3Ù’–±¢î' -$ÃÞ¢ -‹=™ðšê(H0ÑðTOÊ–¿âÍùX^¤x¡NÆ›CíjÆ}Ÿ¨‹÷~Š÷‰ý¡i)!7üZCuÉ-"æ-¢ºÔTÅ× -Þ¹K±{8dˆÐø6=»áo¿çà1cú§\Í—N!±ECçµÔxñÐÔ‡c±$eÖ™5 R - -sÐÄ¢€ˆÝ7˧”P¨Õ¦,jëbû¤^w¨þ<b@+¤Ëµàhèêµ³·xxéÞ´Ö«x0÷f¥aåûÆSàÐQ{&Å3›ty}öZpÎ +xÚÍX[ÛÆ~ׯ àªXQ3$‡—}píí u’®ÒIc–i‰P¤BRÞÝüúœ3çŒHjiwë"@_Ä3·s›ï\FÂÛ{Â{³øËf±þ*U^äI˜x›—©@D¹—ª$ÈòØÛl½ý(PÁr¥áß¼~õj¹ +•ðÿúòý›ï—±ð_âÏ›kš½þ׿úýÍ»oÞß,W2É£Äõöå·›ë¿ÓrÄl¾¿y÷þ +G鈣YJå?ô¦îÎ\‚ƒ>ÕÝ5ËPù÷Ý ‘T®àOo%ã ;WR¹RdïG<¢ÛRß²0ª·DtVÜþ`ê¾›j˜ÀZѸ}N?õT?ú™³ë—Xµì<[늃ϔ_éÇæÔO%«‹‹I@zÅg‹æp¬tY[kÅÔN:ÚIâ—;ü¦ƒ¬$™ØJ3 +ò4«·ž¹d05‡°Uì)õ϶ì)#ƒÓŃ—¡äèjšw$ã䡇ۊóQÑlÍ\$«]“P¯‰ŠÝ¢¯^Xmg’ïëÈù˜ÏØŒ€âà9¡p¥g’ÍÊ©&rx¢œžsέæ€sÙ3²Lþ÷4G¹zaI¥°K +#:v=Ñw&ú ö.Ëðuž:gœ³ ;E6‡¾›¬=.¤éK ”ËÿUp¯RÄp?PL¢Ms±2ĺ £§Á>s˜û +Ãa¿Í©OÙFÐ] òùµf_'‘{X3Šê´å'ÜÙçh¼‡àν +!¦ÇÝüðcÌ +^feqÇ"ZV <òÍÚy®‘@aSoñ’fAš_À…´ZÁëñènð\¿°ÏUŸésw;!?Qü¦(²ócFÈÛW"[߈ì÷Äc<ÂãV÷ú?òK)åø/£8BÕˆ Èbx~ÅÑù¿Œ8vBì4l(·‹ ü endstream endobj -1766 0 obj +1785 0 obj << /Type /Page -/Contents 1767 0 R -/Resources 1765 0 R +/Contents 1786 0 R +/Resources 1784 0 R /MediaBox [0 0 612 792] -/Parent 1764 0 R +/Parent 1778 0 R >> endobj -1768 0 obj +1787 0 obj << -/D [1766 0 R /XYZ 84.039 766.262 null] +/D [1785 0 R /XYZ 84.039 766.262 null] >> endobj 358 0 obj << -/D [1766 0 R /XYZ 85.039 481.469 null] +/D [1785 0 R /XYZ 85.039 660.797 null] >> endobj 362 0 obj << -/D [1766 0 R /XYZ 85.039 460.527 null] +/D [1785 0 R /XYZ 85.039 639.854 null] >> endobj 366 0 obj << -/D [1766 0 R /XYZ 85.039 320.797 null] +/D [1785 0 R /XYZ 85.039 500.124 null] >> endobj 370 0 obj << -/D [1766 0 R /XYZ 85.039 192.119 null] +/D [1785 0 R /XYZ 85.039 371.447 null] >> endobj 374 0 obj << -/D [1766 0 R /XYZ 85.039 121.943 null] +/D [1785 0 R /XYZ 85.039 301.27 null] >> endobj 378 0 obj << -/D [1766 0 R /XYZ 85.039 101 null] +/D [1785 0 R /XYZ 85.039 280.328 null] >> endobj -1765 0 obj +382 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F77 1343 0 R /F72 1221 0 R /F101 1502 0 R >> +/D [1785 0 R /XYZ 85.039 204.359 null] +>> +endobj +386 0 obj +<< +/D [1785 0 R /XYZ 85.039 182.569 null] +>> +endobj +390 0 obj +<< +/D [1785 0 R /XYZ 85.039 125.679 null] +>> +endobj +1784 0 obj +<< +/Font << /F75 1294 0 R /F48 1183 0 R /F72 1233 0 R /F77 1355 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1771 0 obj +1790 0 obj << -/Length 1719 +/Length 1909 /Filter /FlateDecode >> stream -xÚåYYsÛ6~ׯà#Õ©(€7›éƒ“8n’Ævc¥ÓN’É@$lqÌCåaÇýõÝÅ‚IKŽšI&æE\‹Ýoì3® fœL/&óggDVäÛ¾±¸4BÏbNdžo…‘k,ã­éXž5y>3/ž>y2Ù3=:=y3u™y„?'Ç4züÇâøôâùÙéÅtÆýÈñÍ'¿/Ž_Ó´£Å¼¹x~zBCJâûÅ‹Éñbòׄ*fð- -Çâ,4â|òö=3˜{a0ˉBãVqæ† @Yä“ß&l`™½Ã2Û³·g™cÙ -Rº´mÁ -=_¬Ûf¾K ³ÜÐé¸ÊR\+ -yÇÐ6 g -½æÕ8x¸""Y&rw!J3tâTÓvd…a¸ ôÁÍwì†YàY÷!¾åÙ^SØýMÁý·Äg°-à}°-à¶…§<„îÏ–©®$MšËJÏnsÞTÎè½'=-/ž6ì´,fŸYQpµ0'r̺]¯Ëª©ñÍ6Û ³™9K 2»@=ÈU Q¨!B«6µB T`¿Nh^”4HÞ­ˆ}«¼,ÐÝ÷a@Ïõ²"b)Šë™J6Úˆàôx•WØV£ÀüÚ3Ë–¹¾YH¨¡¸XïÐÀ ¿¤A˶P!Òì+Lw\@ -°ümÅøÔgp:ÎUuJº²‚4"Ö -Фã3Q -+`Ñy´ ¼³¼³Ãö¿°äPÀÛ4PÐ}øüô½¡ß•Üú‹8ˆíèÃÐ̬ÐãÃZüé&?nðôÍRê¯íª;)½ÆéÙ+- Úœ‰ÔÓrÛ;ÎðÔÃ'Šþʹƞ-é(†dY%ßm·ñ¿›n£àK6ž}èÒ=Ø06½+õbº<¨‡[ó5dÿÿ®?b÷Ñ«ý |?ºãŽFŸéáÚß²Á=Ü#¾Qƒó>íHkXp9äÄûÕšÁ¡ot*ߦÙÎ^׫bë¯¯ÓøîÝ!úµ0?Ÿ9qªkŠ@n›"°nš"LܦYFÔRÒì:ƒÙ¤/<À–(ôâò’†¨Qƒ -Åí8Í)0¹,t“UÊl÷£[PE/ïF +xÚåYYsÜÆ~ß_Gl*;œÁ(I-Ѳ¬˜bÄu*)ËåÂC.Š868DÑ¿ÞÝÓ3‹C ½ÅRb§òÂiÌÑýuO³MnÝZÜz½új»:û:ô­˜ÅXÛ+òwc+ôÅžµÍ¬l—ùl½ñn_¿zùr½q|nÿíüòõ÷kÛçøçõÍ^üs{qyýæÝåõz#‚Ø + u÷zoG£ˆöD¤IQÈŒ¬$¼€y¾ÐVÒz LµìÄ,Š¢t>xH8w¶›Ðg¡à*æQT8ã¨Á‰q4‰ øžÄ|S\øÊB8ˆ`³Ë;¢»¼”^œ¾”ÓèØ~Ä?ØQ¿Q–áèeÌÑ Z »¬«Í3sÊf œìÆ®Ýö‡CÝt-~9vß‚b·7™üÀ¹S¡ÜUMQ¨)B§ŽÉB1T àB7²¯kš$ë6´}^WhîÏat{YêƒuCÄ.©î6ÊeøÔÇZ0zºÏ«[¬qhÿk-@VÝÃ1/°+©@Õ!*ø¯_ÒJBÃM_©+ÒÛ÷èîx€`þØàº¤åL¶yc„˜¼‚4"ÖªÌìM‹¤™ŠMëŒw¨« t˜(¨SÍ캧Wýüó±Î3â²ÛqÌ18…9æ͟Ѩb‰ÁBøEÒ Z3§·¦=hUux½*uÀ¹R'*«D5ºCc6ÜJfSÌj=ÃMŠùüäT ñ{ÖB,h˜|¯o¶¬Çw2ÊÀ;>Sç•q¥Qמ¢fŒ§Ìrø(e/© eÍMi¡ùŠªE^˲Bb¬ø/*$žVHüºBÃ@&$âÓL‡ój¶Á”ÓÇжKymŒâž*¥+¨Žzó:Y£é‡945°’ÍÔ5“çÁÖæ +Còxþ<š™kÞ]ï.èþó šœ +xp=€÷gàOí®ø¶_Ä@|¡C1c‘z'rñ¯ùy§7K­_!YÒ%æ©Aã{ü…õî;Í Ñ]4߾ŊC/ó,Jቢ_9wX³%Öɇ{$ë&û¯6ÁÿyµñO¨6Ú¾dáyLº'sbáÑQ©ƒÀ<3Mh¾ïÿ×§àYõé½ÏŸÐûóÛW4þBƒçü–îéñ¸ ©îš‡ ~<R©Ãq¥þ;>†}îûàf‹µn”’Á^_¸ði÷ÿüXPŸòdW¨ª„T‚hþ›—LQr(аõXaá>/ +¢v’V¬fcæ!–ÄD®ohŠj -HÑ4ÚÝ>×2ÒDcÜéå¾5¨&ò[ðz¦”•.²Jø‰åÞÔöcó +èÝì€yE…»Á„ÁM¾º+ëÄÆ`@%}W—I—cÎB¾®j]Ȧ£eœn‰DgQ£‹k“_±êèPùpÃN‚eôfjšÐÆ#”;>:Ã\ü~лÜ!%0íãéMÃv™WyÙ—ø^€-U}¹SÝ ÓDi¥„VJ.¦¬âT+ yTFUkDn_K}âjŸùá@»ÞI¯Y¿m€”Øtûƒãxï]^ªþ¬^}bÁaŒ‡|E`°ý=ŸoFÝ¥©£\ÕÅCU—Ç>Ôvíúv^J0AÊ.É }ÞpÞ×x!÷ÆÃr½¬_ƒw'÷²BÝË:ßµuÑwÚSχޕî|<Ù²zEo\Ü “eK$¢S bð +T“×1â¢OzŒTå.5>G0 »ž}¿ÏÓ½É •Þ]´µ‰tšÑ9QÅ­Þ“eù”Rƒ“Ýq„y•µàgvÕ]–OôCI½°*ã(“úF÷‹5ÝÛ9¼¼Òý]Û—/&f×. à +?V½êÐÑÿÁñüÉ‘‹íê½Ó)þ endstream endobj -1770 0 obj +1789 0 obj << /Type /Page -/Contents 1771 0 R -/Resources 1769 0 R +/Contents 1790 0 R +/Resources 1788 0 R /MediaBox [0 0 612 792] -/Parent 1764 0 R +/Parent 1778 0 R >> endobj -1772 0 obj +1791 0 obj << -/D [1770 0 R /XYZ 84.039 766.262 null] +/D [1789 0 R /XYZ 84.039 766.262 null] >> endobj -382 0 obj +394 0 obj << -/D [1770 0 R /XYZ 85.039 735.307 null] +/D [1789 0 R /XYZ 85.039 735.307 null] >> endobj -386 0 obj +398 0 obj << -/D [1770 0 R /XYZ 85.039 689.937 null] +/D [1789 0 R /XYZ 85.039 716.193 null] >> endobj -390 0 obj +402 0 obj << -/D [1770 0 R /XYZ 85.039 668.995 null] +/D [1789 0 R /XYZ 85.039 628.045 null] >> endobj -394 0 obj +406 0 obj << -/D [1770 0 R /XYZ 85.039 580.847 null] +/D [1789 0 R /XYZ 85.039 582.216 null] >> endobj -398 0 obj +410 0 obj << -/D [1770 0 R /XYZ 85.039 535.019 null] +/D [1789 0 R /XYZ 85.039 120.573 null] >> endobj -1769 0 obj +1788 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F77 1343 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1776 0 obj +1795 0 obj << -/Length 2450 +/Length 2321 /Filter /FlateDecode >> stream -xÚµYmsÛ¸þî_Á~éH­Eƒ$øÖä:“æŸ¯×øëf:“Ëd ²8ዎ¤â¸þ÷îb)Ó©’¦_ÄåXìž]P¹s„suö—åÙÅ«8tR7üÈY®$tE:q¹I*eî¼nèÎa$f·ß¿|9_ø¡˜ýôâõÕ/s)f/ðçê’¸—ÿX^¾¾½¾y};_xQD³—?¼øyyù††óËíõë+b‰ï–?ž].Ï~;ó@+áx-׉“Ugoß '‡±áiâÜ›™•#AQ‘†@—ÎíÙßÏÄÈ2ßñ<7 -¤ÝÕ:ç·šŸûÍì »ÒË}ÑoHD¿Ñ¤E´ðƒØ -ñ×MK¼¡;ËuVª„ _ -I6™ :íbf5»~*ÑÈœ(@ªùP e™pÊâ$šU]XoÆ~Â/y9f[v=áƒYiÎPdªY\“£Z -h“»¦²Èßf›á -Tf2è­†_=έ 5"+ùÄ/+Ð×|­À;æþ+Õ¡ªï+ÿá›ÆþJ³à OÛñuü¨£Î€?¸ zAÓèÿÇ=&ÜÈ':ƒ(vƒØ*£Òc·CÈÙòâü +xÚÍX_sܸ +…sõ·W¯N—¾Î/ßœÿ|*…óÎψ{öïÕÙ›«‹Ë7W§K/L‚Ðyõ÷—?­ÎÞ’8`5?_]¼9'–Ñø~õÃÉÙêä׬ ï`Eàz"^dõÉ»÷b‘ƒì‡…pƒ$^Ü™™õB‚¡"Q@W‹«“ˆ¡g2žñÌWn Ù³‹¬H§?õœMAtz£O=å|ÄÃòáô§´ÞV<§ß°ä㩯œ´-Ó+Ê6º]MÒ»²ªˆ{Ãó+¥}‘óN=1ŧhzÖÖ‚&ŸèÇð4DÖÒ{3ÈÀ¾h›”7lÓ‚-ƒÈYYÇ2]o˪h1Ü£¥ç¹‰Rˆ\ò!¢AÌ|áúx&fN£{š2 +«'Ý8´SÚ¢+Z9/ ÁÜã@9Ý6͘¿Ö-ñ†ìH–Y•¶$œP6Äí7%ËïN=᤬ó¡†Áî[¶¯Ä󪋦'U°°ì7$JYiñëŽcº‘µ½ëŠÌjaÏåèø×e \'Öù?ÌDg)Cå*•Œ£½ÚìÀ? +²ç/«bÍœ^ó×_9ÛVß©Öp€£ uúRШ۵Å~¡%SK4¼fám•nysŠ‘ãb"'DšMæ‚M{Ň3³Šô®ŸK4r'ÄkÖéj×›‘ï¤y¹ÓAÊ2æ”ÅIöhVUv}ÙÜ’ì!üŠ—c¸U×ãIñJs‡B{UÍâ†Õ’ +ºÍ犘§\éïkÔG]AC˜K້¯ìÄMj÷Óô½aËwµÑJúƒ<°Mª­±” ùi~tTmˆ®íË(Vuy»é)´XsG‡×B´i‘mšïƒÀéý)Oû”»¦+oôðów bp~º|»zyûJ™ï¯ÑÍXÜéÚ"~›mJ„¨c<®³NyCÔm±0¤çŽ»´¥ +“½ˆðY Í +qÁŠ2«Éæ_·-²ƒ¹[Á¦Â +£ÁD™(JqP..9|=&„X +{j¹ dâ\6&ŒÊÙjÇ:Ä@lª:»*'þ +¡•¾ã¬…«±…^-­º¯…aºÑ8ˆå3 QvŸ=3‰2>—?㽜YðàlÄpîdòï4ånSš‡‡X.K4föÐÛÞzÍ8·fÌ­æc»ö†Ÿø¶Üÿ+u¨èûªøcÿ”ÙËð¡ÓvüŸ´pÔðŸ,ƒ>дÅÓ¿_âÁk{¦+#7ˆüÇ21¡<ö9„š-o!žà‘´VD®JÂ/HH?`þøˆ?ç•7ðêagðÄ^yßÊ«Á[s¦;xb¯ü¯òjz‰/rc‘ ³ñª¬K¨«•ùoïÙc—¤+à!ÿÜ‘à[Þ‘àeSrü‘x%õÊ;âŽ×€~©WÇß‘'ðÊÿ*¯Y9¾,‰4§ +™ìú‚›mŽ–œ­Nþ 1bã[ endstream endobj -1775 0 obj +1794 0 obj << /Type /Page -/Contents 1776 0 R -/Resources 1774 0 R +/Contents 1795 0 R +/Resources 1793 0 R /MediaBox [0 0 612 792] -/Parent 1764 0 R -/Annots [ 1773 0 R ] +/Parent 1778 0 R +/Annots [ 1792 0 R ] >> endobj -1773 0 obj +1792 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.194 477.228 185.094 488.132] +/Rect [158.194 540.995 185.094 551.899] /A << /S /GoTo /D (subsection.3.11.2) >> >> endobj -1777 0 obj -<< -/D [1775 0 R /XYZ 84.039 766.262 null] ->> -endobj -402 0 obj +1796 0 obj << -/D [1775 0 R /XYZ 85.039 735.307 null] +/D [1794 0 R /XYZ 84.039 766.262 null] >> endobj -1774 0 obj +1793 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F77 1343 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F77 1355 0 R /F72 1233 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1780 0 obj +1799 0 obj << -/Length 2710 +/Length 2969 /Filter /FlateDecode >> stream -xÚÕY[oãÆ~÷¯P ŠÕ˜ä oÉ“×ëM6ñ^ºrûÐ$0(’¶S¤BR»ëùï9·¡(‰r (Лs=sÎÌw¾sfäLî'Î䛳—7gç¯C«8ð‚ÉÍÝ$ò•£ãIè*ŠÍä&›ü0Õ*P³¹8ӳ؛^|¼x{usõq1›{¾3½x÷Š ×ï//®¹øÏ™«}øæâåõŒsµ1zzùíŘÇC´ˆüÇâÍ»o¸iñêòröÓÍwgW7g¿œ¹ ¡3qwiå:Ñ$]Ÿýð“3ɠﻉ£tM>ÓÈõÄ€ÒNìC¹œ,Îþ~æ ­4ш•ž¯@3¶rQ¬‹2iÊÇYàO_°FwuÃ…n•s¡ÍӺʸ¼JšìóÌu¦I#½õ– Ô\oK¹ms2Ìjd¿ç¯]Çèå;ádîB“ç³^··Ë¢›ÍÇb"¥ßq¾D¾.·¼}¿xó5¬f |Ž‹MÜ T:ô@š -faãWÅ~0´¿9Ïb6u#K8/øÛ¯®y®*?F¤ú*£¡PVcîÅX…zà²ÿݪØXõfñþOµÊ=´Êý_Yå -iRaÁÌ©…Ý -m²–Ò³@K–oò*Ë«Ž«M½íŠ*gIŸ‹nu‘¿Jªû¼EŸt½iÒr+û&ŒÍg®?ý’¬7¥.*þ&ü)‹e“4äÖÀ9^l¦7«¢å¹…këu¾ªgžž‹ûãȹlsËÜ \P Àn O,g8yÇ•º‘’ðB²lërÛÙZ–5yÛZi÷Å.-Ólò´øÑq¼\H„ÌrÑçU]JqÓÔ?çi§øHŒJlñ"廑es_…@ÉÀäC3s£iÞæ -ÇCj!LtõkäU²Ä]âI - -ïTâA|À®Nƒ -³¥ò-˾´Â©_A~n×>~$ÀYTH dô¶Kª®}&¢MèMÛíٷڎ‡ÍD€X¨ï¸çÒÓܰ”±Ü/–ø^ÂÒ÷$"ÐY:.êé:Üþy•W\ê—Jëõ¦@dÑ„¢åV -iÝÀán y:¡ˆ gºž•ÍŠŒk©`yß¾Y·¼TUw˜\†fú®îò¯Æ }hm%Œ.âBnèõC -‘ðgS&)Œ2#6vä¡ÁY>çLA_¹q¸¿ÏmÑX¦åkZr\ -wD)  É Œ>—åcûÇ8©ˆ:dMX|ñ™$Æû$õ!B•ø¾ -³{Æ#u({%“v^""FØoÔg8k?U?„ôIï#õ™.6jXâ$0µ—y˜F Iô,Ä=æø&ËÿtðÍÝ×7ÇD#¾_]Ç¡KcDÂô¢^×®´_èJ(¹ßb<m¥ëŽ»>qþ(#¸oó`† K‰€%› -oƒhc¥ä¡z˜i#y¬\ÁµèÚÏheÎÁiÒD ÓÕ¢€ënS! °öñâ-÷#6$†ë:¡;(´¯³/¤¦Œ`ÿI#F“\D;¹XYçY±]c9œÚ¶Ò½ ±ëâÀ¾ùà´Gð&¦ŒO8^µ\3×\êß~¨¹¯ ‡9\v4 +xÚÕYKs㸾ûW¨*ªjÄ! ðµ{òzfÉìîdì$UÙÝš‚HØBL‘ +AÇ›?Ÿntƒ¤dzâJå’ƒÄ&Ðh4€¯hF«»U´úîâ››‹×ßæéª Ë,ÉV7·«" +.zCÄ»Ÿ¯.ßù×u,R`üáò›wo/RŠàêûË÷0ŽX‹üËõ?}GM×o®®Ö¿ÝüñâíÍÅ?/bÐ0ZÅ“F"Œ£bUí/~ù-ZÕÐ÷ÇUвX=8ÎýJ‚ÒQ™ݬ®/þ|ÍW)‹…U&išÑ*U[ƒ‘»#•j‘ÁÑjjvLXµgj§úúaGê¹¥ÖÝÖºèµïŽƒi5Iz0ÃÞYþNµwÚ¾‚·8 ”¥ÖÛ®'^½ŽÓà³ÚlZz*z4fÛ«þq¥ìeRÊàfg,5,Ìv{½ëÖI<àÎÂvlâ8,Ó”ÖlÍÞ4ª§í:zÚ­^¹]'QàÔ…—®m=¥‰P[Û5ÇÁ¿Õu¯­¥—²§b·Ìeº2¿FQ¢kjpËBÆs<캆ÉCßýCWCˆÊR“iŸà!ÂZ’"Lã£4 +‘Q€ +£ã캳Y%øÀˆ/"GÅHµžŒÇV»/“8>z~pMeKÏÖ'÷¥<)˜Ä\Äe0ýÑ:$\Au´C·§¦ªÆ™‡C×Ïc‹Dës©³ìÇKu4H}iîSrîó2ž5f>¸Ñn‹IõÜ;èþ,«Ôtè_HŽ\оéi„)EX|:‰·Äär•þ“KGjêï]ü#,q¡ ®z®µÖ¤¦N-Ì D^Œsè–}Ô“ËÅ1Ýâ»ÖË‹ƒ0ÓLª.8?»c’S¦à'-Áo[«÷0}¿N]€Ï’8xëÓtdp <äâ€ø{‘ ÕW;Å8Kîâí"h¹1¥Ü<O7Ez/Ô|k—–3ßgÎ¥•étÛŠ3öÖçà_¹›—¿2ùç“€pŽr˜ š +fÉôÑÅ_èØEî5]™N÷w]åê endstream endobj -1779 0 obj +1798 0 obj << /Type /Page -/Contents 1780 0 R -/Resources 1778 0 R +/Contents 1799 0 R +/Resources 1797 0 R /MediaBox [0 0 612 792] -/Parent 1764 0 R +/Parent 1778 0 R >> endobj -1781 0 obj +1800 0 obj << -/D [1779 0 R /XYZ 84.039 766.262 null] +/D [1798 0 R /XYZ 84.039 766.262 null] >> endobj -406 0 obj +414 0 obj << -/D [1779 0 R /XYZ 85.039 632.901 null] +/D [1798 0 R /XYZ 85.039 696.662 null] >> endobj -410 0 obj +418 0 obj << -/D [1779 0 R /XYZ 85.039 542.49 null] +/D [1798 0 R /XYZ 85.039 541.868 null] >> endobj -414 0 obj +422 0 obj << -/D [1779 0 R /XYZ 85.039 472.817 null] +/D [1798 0 R /XYZ 85.039 451.457 null] >> endobj -418 0 obj +426 0 obj << -/D [1779 0 R /XYZ 85.039 411.606 null] +/D [1798 0 R /XYZ 85.039 381.783 null] >> endobj -422 0 obj +430 0 obj << -/D [1779 0 R /XYZ 85.039 313.474 null] +/D [1798 0 R /XYZ 85.039 320.573 null] >> endobj -1778 0 obj +434 0 obj +<< +/D [1798 0 R /XYZ 85.039 222.441 null] +>> +endobj +1797 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F101 1502 0 R /F72 1221 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F72 1233 0 R /F101 1518 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1784 0 obj +1803 0 obj << -/Length 2354 +/Length 2459 /Filter /FlateDecode >> stream -xÚ•ÙŽÛÈñ}¾BA^(Àâ6›wypœ±3‹ÀöÚ“ÁîBh‘Ô¨m -I=òï[ÕUM‘åq^Äê«®®«Kbõ°«77¹¿ùáu®R7d´ºß¯’Ð~ºŠÃÈMÒ`uŸ¯~q|7v×›0λu(œÞ~øû˵'Bçßwo߬72”Iê¼úÛË÷÷·p(àíÿÇGÞ!œ}õjýÛýO7·÷7ÿ¹ñ€¼Xygr¾ë‰d•U7¿ü&V9¬ý´®Ÿ&«/fgµ -€#‘† -Þ‘5ÕQ—¨3}ÑýañúÉ£ûfÓõ*[Ká|Þ¨Sß,qÑ$ -í¦eôL¤¤‰ý©ÎzÝð¤îh6/²Rµ–'Õ-qäC‹[k×~ìEÝ·xÇ -âÇ‚ËàE„¾œ^D0T!bv‡æTæ7uùD~ó¦fho¤Á½êuFðØ´;re<¢ß„ÚGIñ{hðÜ—ÉK[Z@[¦¥œ&@ËðMœSWÐ -2m€ã©;%É:ÁÉæxœ’÷ð¶³Ï¼é©¥HÞéú¡dSÙ=õ }:u=A¥þ ÉÜáyœ¨›¶2~ -ðD4—­_¢AùA$Ñ–&8@$ÏÃzã È.ï -°ê ±ïÔ85º@"ËØ"‘Sé‡Coñe`YP–n®Û\Soj;_ Mx¢<„nqºej#¼˜¦ SL§‹†Ï8¦ƒj"Þý¹£2Ó -†¨)†LÐ]È6L£lÆݘ›bòŠÐd“òdÎw’' -óèœ"ÊÔÅñïq€%¯F–bÇíy.öÎØêÞ|¡˜åmÝ -³xuþè -÷Áý“é"ÍÛ>óžÏR;b¸tl{têq±>™lËx$‹XªåÍÍ”®è·©Mâ×ú,°!Ë/šGÑ3Í£÷>þóÉ—™pÔ™ù¦DP@‚$'sqšªØê®=w’Î]¤ív”•ì²ü¿Å²í¥‹âp¤HÏýþîTø½Ý©èÜ’ø’¥ Ï»S85éN6?×rrh€DXGfù••?ìäBdÄÓÀÚSÅC‡…U·Ìóé’ŸºzUXÙèst‹9ÿ<krEyYªðÍÂ8_еĘö§÷brHjcpêbpºƒaÚ0ŠÏ[<@I=5µM´^à ȳ“S‰„ ¢œÇN5ìÏuÖ3ðڞê^W<Ø…IúQ7§–Žp_(UhéP¡Áºª—¬r\¯¥Ñ¨^Kc[¯AŽ‚rǼýÍôHѲ"§¨»SkÛ¬–ÚkI£i F\¤C¿çæ%L‘­Mmm.ÛÀ'åþb™ÿlo áÞÀÝ´¾ý¾äá5ØüñtÖ‘†,Rp¦R×c´oŠºhm¹«Mƒ›g7š7 ¼ÄBÄ -}7˜%îsjB¯m§¹ ŸÉOÞx ŽéÚµÿsF|Nté¥`o`|éàù.éDOŽÜÞßü¿@8' +xÚ­ÙŽÜÆñ}¿‚A€€hhÞGŒ<(ÊÊ^Ãk“ °ŒAÙ»ÓZ+-ÿ»«ºª9ÍYîZ +ò2¬¾ê꺺Æwnßùîâ¯×߼ΧðŠ4Lë'O<?*œ,I½¼ˆëÊùÙ¼ÌÛl“ÔwßnßýçåO?¾Ü~âþûêÍw›m˜„yá¾úþå»ëËŸpèà Úÿ÷¼ÃwßÿíÕ«Í/×?\\^_üç" +š +=óq•²çÍñH /ÎW-m¢ˆ}‡Öx?z*!Gÿ,šc-Ï6Ïn¼ +3/O"ãx/+LO~–›MÚ¬lk^!’fÞÉõÔZ€õò`Î+íÞH{Š(©:׉¶‚O‚À/Ö¤MBª¡„¦°&mà%Ñœ 5m@š›jk2NáùP%,îT»–ÖÜd4çé8Öj{ÌRîƒþç(öqU9AÛÜ ^ð$Qƒ¸:½äî¿’w”]sT5¥¢”:V¯ŸJ“¯Ë…é)öŒžÉ‚”4aÅP˜Ô1f+YÖ¢7<‰a# œélk_’óôE$QxžúMäž“4À] Ùxe«®5q¿ëçÜ3š8»ÔäÊP>PÆ-‚ÇGB…~T7Iü%/íim™–*šÀÌ%9– ++ Åײšh»¾1Y!šÇÖ¢AEq¢-Mp€4<=u6ÛÀ‡ìòö^#ïkñ€•ûc/€“aè…)äk¤¤ +0¼be³ŸQ—àÔèyèÆV™HÝFÝFƒ¯Ë‚²t»b œàšF]ÛEæåLðº?ºCÓ‹üe +‚1Åtºèhш´Auïѹ£2Ë +›dODzó\Åœ+0Õ+¼+øB1Ë›ºfñê"ë +iLµ& +s† 8m†Ò>‡ÀH?´jfnŽçÛ3¥ôyŒg­qß—´m?‡ +êýø×Ó–Òu¤®l‡©—ƒùK0zÖcº¬ŠÔüc67Lp€)þ[,=ý-fÛÚ¹ls_Ôû«uþ”0D3 endstream endobj -1783 0 obj +1802 0 obj << /Type /Page -/Contents 1784 0 R -/Resources 1782 0 R +/Contents 1803 0 R +/Resources 1801 0 R /MediaBox [0 0 612 792] -/Parent 1764 0 R ->> -endobj -1785 0 obj -<< -/D [1783 0 R /XYZ 84.039 766.262 null] ->> -endobj -426 0 obj -<< -/D [1783 0 R /XYZ 85.039 556.064 null] +/Parent 1805 0 R >> endobj -430 0 obj +1804 0 obj << -/D [1783 0 R /XYZ 85.039 151.546 null] +/D [1802 0 R /XYZ 84.039 766.262 null] >> endobj -434 0 obj +438 0 obj << -/D [1783 0 R /XYZ 85.039 120.49 null] +/D [1802 0 R /XYZ 85.039 468.393 null] >> endobj -1782 0 obj +1801 0 obj << -/Font << /F75 1282 0 R /F101 1502 0 R /F48 1171 0 R /F77 1343 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F101 1518 0 R /F48 1183 0 R /F77 1355 0 R /F72 1233 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1792 0 obj +1812 0 obj << -/Length 3550 +/Length 3582 /Filter /FlateDecode >> stream -xÚ­ZY·~ß_1A€xñô’ì[AäµäÈeG»²X†ÑÛÍ™ioã>´Z ùï©bûšV"~Ù!‹ì"Y¬ã«âŠÍq#6_]}qwuý2ô7±*ØÜ6‘ï7Þ„~àD±·¹Ë6?n]'rv{?ÛW¯ï^¼y³óÄöíww»½òÅööÅ›]$¶ß¿ºyA3üíÛ»W¯_Üîö2Ýp{ó·çßÁ—4Áefoo_½þŠ™|ys³ûéîë«wW¿^IØ›ØÈq/®#E´IË«› ƾÞǣͣ™Yn<Ø®ˆ}h›Û«\‰éù¤“JŽã›PùŽëñ ÇÁå7{å:±Üì¥tbß§±ãÈõK/š0Ù+ωE¦xâÝIïö® -¶õ¹Ëë*)°ço«¾¼× -jµºyŸ§;¹Õx›pÅ?œtE2”±÷Ì¥xnt««îs¸oÏ¥-(OnÓº<箊=b­¼‚:j'ø#¶ib»šÍ&±5l’¾µÃa8'vߣltÚÕ¼j—Ü<ó0Ð>ò­•¶Û³NówB(‘öˆù‘_@Tn´}ª{jœ’¼<QʾèòsÁ½¶î›”ÛÈ·Ð-uðDÌ©¡Ö¹©#€8]?ž]$ò1wÃŒX4Ì)M˜Õ½¶ŒÌ½Ì×I¨>Ô©ù ’×˽ÇsôüQ2;{`¯»îêî錫—x¾wlämCoÞÞÞQ랇Æá‡<-¯Ò¢Ïtf{ v$-KLøã´®º4i1ùÐW)èŠÙ¹¾tüз¦TÂ×+öÆFÏ“@ÿ½ fëÇ-Öovæ‹Hø’Là -!¶7uYÖÕ„ë¸ûsÞÀ>ý’fb›49û0¯jž˜é´HšŒ¶šÕG*w²1FÉØ*†9J]À-z=äÑô½„pÆû5nEÌöŠÝÑ 1‰$ÐIOIu4^Ià! Ðð!˜ôxÊÓónø›$MuÛ’ -¤÷¡7g".¨uÆk—u£í^¡ƒª˜q­kz -d†p°–§&?Žôܹ_LªŒaAÝÙ„ãÝi -ß™£Qà2?ž:úô¨yBQ·ÜÊôËþÆ]²ªÓ´oZ^­›ÍUÛǦ&ÉF^j.)Dåÿ!%ðÉ•Í(Ÿ?³œ¢5!…¡Šh.$~Û"œFÔz‰sIõ±¥Ñ Ù@¾ªbÒM‘h±á•…Z6̳Û*ê41‹ Â蘩UjˆO»ÀßÚÚL8ðE´ÜrΚì©Znøˆ -ãb¥jJÌÕ”y]WÝ嬚I£ˆ¹‚пxq-Wšë^9§ -«ëä0)¤—„P._aÔj³yv¤áð­y‘HÂø -þ,"x¤ZþPšûÚG¶sæ! µö‘JÄ Ÿw“Úã"p -}Í 'Üø" ’©ÖûQ4îOÀŒÍ¶Å\¸ @­[&'éÜñá1ådx‚SŠ–óNÚ 5ÈmýIf8páóÉ`ËáÈç&¯›¼{¢¡Y -:=ŒÙc@ %‚•ƒ$ +xÚ­ZY“ܶ~ß_1©<x¦â¡HðV*òF’åTdGZÙ•²]*î3Ã,1­·’ü÷ôðXÊ–S~Ù@£»ÑèþÐXwsÚ¸›—W_Ü\=y‡›ÔI#mnŽ›$t\?ÝÄaä$i°¹É7ßo}'qvû0r·¯^ß<óf¸ÛwßÜìö*t·oŸ¿Ù%îöÛW×Ï™@Ý_¿»yõúùÛÝÞ‹b?Þ^ùì˜É|aöîí«×/…É_¯¯w?Þ|uõüæê§+ds7Þ(‹ïxn²9TWßÿènrèûjã:~šlîidµ @\7 +ªH£‚ ©ë‚‚u¯Ûv¸ô"—nwž»ýP´(× }Që…eΞ“†!qv7{8*LG«yÂö¥®u›•ÌãU}Ü©pÛ´UÖMͬ‚d² ÀÉKœ(Ndšš•eƒsï +¤f€Õô1'? +œHÙÛ>ìl`Û’ª}ÿ·bùC“뜛EͿןóï}ÑŸ¹Õ5• ×;/ÜþÜëÚκÃ$òÃ=6›6ïr:ã-æ÷É Ïõ&BÂúNÃoê¾ÇÂ~h +`ÁæöE¥Û÷E×òçnèb'üzLyÿ¾ÝÊ ñ¦ýCWÔ§eˆFž@Æ‹þ›ˆÊwRoÞá8¤ +xàã¾ÿ®Ø=5u*ÝœÁx¾Š¶ÍýÕg«‡êÎõã$0v÷çµ­÷‚Læ›­š`Å ÀÙ};ve£xñ¢WdÂhÖ¥ ýÙŒnÙ­˜|_”%·:òÚ·ÕŽ F}wÖ5ÛÐKÑ-£¹/­îtÝ£Ë>‹ ܲº%®Š_Ì[E +ÉsM·%ŒQ >? mô¡odÕ>»-eäÑÒ>2רÛÝEŠ\WéÜYó¶WG0•Ÿlšçl§\Yž)ÕPöÅ¥”¯®Úƒ´‘o‰‡?P#áÔrëÒ6ÿÀœ~˜Î6ùHD¡Ö†ü:dÂêVF´/óu`º4¢˜¤Âõ õÜ¢ƒLÊÖtùú¦¸à*®Ï<\ÙwlÐqÇÆßß½½áÖ­táDVÔ‡r XÄ_ vl-CÌdò¡©û <i1ø8Ô‡1sÌ#wè9aš£TÁì•ó‡>Uvø¥rúQäñô“d¡›˜p´÷cà?·”õ¢G4­ÆÚacˆª~<†Ž‚+ÉŽã8Ž< +ëèNôÍA9uO-à™¡Hð7A‰žE<×MU5õ„ë(ý¥è +Ÿ‚y$ +[E¶£C£üí?wbá³]Hy{¯Œ´*‰·Ù +¡`l0h€ž„¿IWõ،̹Ng‘ï;,”±4 ”«f +ßX³ŠÐ4 -è§kŠé†iÌVÌ(ˆ¶ {í”tÎÚªdŸ +ßY QàUq:÷<õ¤e@ÙtÒ*Žü+ñÆ_²j‡¡ídµ~6VmïÛ†ã•O5 +¹4­:i|Ää|^k5ÄÍ|07аT+ËjÓ,#´Øo´Ä ¼ â•ó + +†Ë¥i{þ0•£ÏÙ‹rp¼:g¯ô8Áâ();Bƒk1Œ:à;kçQûТà +µ®x7tMB­9FN,NQ! ”/Œ;á VôO +Æ—¦ë +ºÞ|M +œ$^ãgä$¬²þMI ^d endstream endobj -1791 0 obj +1811 0 obj << /Type /Page -/Contents 1792 0 R -/Resources 1790 0 R +/Contents 1812 0 R +/Resources 1810 0 R /MediaBox [0 0 612 792] -/Parent 1794 0 R -/Annots [ 1786 0 R 1787 0 R 1788 0 R 1789 0 R ] +/Parent 1805 0 R +/Annots [ 1806 0 R 1807 0 R 1808 0 R 1809 0 R ] >> endobj -1786 0 obj +1806 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [172.62 562.042 449.581 572.323] +/Rect [172.62 476.369 449.581 486.65] /Subtype/Link/A<</Type/Action/S/URI/URI(http://en.wikipedia.org/wiki/Volatile_variable)>> >> endobj -1787 0 obj +1807 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [462.371 223.372 489.271 233.579] +/Rect [462.371 138.033 489.271 148.24] /A << /S /GoTo /D (subsection.3.11.2) >> >> endobj -1788 0 obj +1808 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [151.28 138.879 165.726 149.783] +/Rect [151.28 53.54 165.726 64.444] /A << /S /GoTo /D (section.3.7) >> >> endobj -1789 0 obj +1809 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [285.605 138.879 305.033 149.783] +/Rect [285.605 53.54 305.033 64.444] /A << /S /GoTo /D (section.3.10) >> >> endobj -1793 0 obj -<< -/D [1791 0 R /XYZ 84.039 766.262 null] ->> -endobj -438 0 obj +1813 0 obj << -/D [1791 0 R /XYZ 85.039 605.006 null] +/D [1811 0 R /XYZ 84.039 766.262 null] >> endobj 442 0 obj << -/D [1791 0 R /XYZ 85.039 548.468 null] +/D [1811 0 R /XYZ 85.039 735.307 null] >> endobj 446 0 obj << -/D [1791 0 R /XYZ 85.039 406.999 null] +/D [1811 0 R /XYZ 85.039 712.121 null] >> endobj 450 0 obj << -/D [1791 0 R /XYZ 85.039 325.928 null] +/D [1811 0 R /XYZ 85.039 519.332 null] >> endobj 454 0 obj << -/D [1791 0 R /XYZ 85.039 125.305 null] +/D [1811 0 R /XYZ 85.039 462.906 null] >> endobj -1790 0 obj +458 0 obj +<< +/D [1811 0 R /XYZ 85.039 321.548 null] +>> +endobj +462 0 obj +<< +/D [1811 0 R /XYZ 85.039 240.588 null] +>> +endobj +1810 0 obj << -/Font << /F75 1282 0 R /F101 1502 0 R /F48 1171 0 R /F77 1343 0 R /F72 1221 0 R /F123 1722 0 R /F114 1658 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R /F101 1518 0 R /F123 1737 0 R /F114 1676 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1798 0 obj +1817 0 obj << -/Length 2848 +/Length 2968 /Filter /FlateDecode >> stream -xÚÅZÝsÛ¸÷_Á™Ît¨6FðAð£}JrÎÅ7S÷j+÷ÜM†–`‹‰Ô‘T·Óÿ½ ,@‘"MGÛ¾ˆàØ]ìþv± -¯‡IB‚€£ØÓ^ŸD¦õzGæ|&¤ŸmTùœÛ§ÐÀ¹½£qûíÓn?^pÏíšE(ÃÝ ")›ÆíqDh£øˆÛ§éÜÞ–Ù -^ö„c˜ÐΚQÏ[; ÎŒL-Ë­ZdzÎÂríê ­Q­[E¾~pûPl.È1½˜ …02ÏÀ_nër(Úcæ&ý%l««giuïÆ$‘0UZkAìbm©… Æ mÌ -=¬^¹ òÕJêmrfºÄ®J)×X4Ÿ ñŒPÞ{ظþñÌûhŽfˆûÚk:„-*b]´×ÑÕ`´ä˜\;Øš6Ù?q“ÐåF–õnû­é,°éìCL_ ƒ,¦¶ä1éêƒ#M–ëæk’ù†µ\ðBRÕ„¾—×ÝË̺°„m Çmb–vnÒM•›,7Ñ=µerÄ¢ÆamŒKÖŸᲅlÖð0›Öž‡z­\"†wÔL?lUuª@p»‚E— -U/Zÿ"0­eájBÄ£¶~]«3´©¾ày¯r0IíjÒ|°âì„‚ž¬á<P*ZU_?¢vK…A¼[ëSƒ -“Ë™®‚ë]iiwe±Ù¦†Z\£.0bpþï‡fGCÿ¡Ì´%Œ%5© - ¯ Ì!P÷áRŠ -ÌHu) $n3õ—"ƒ\B¢È7Ù§¬*ñE'cÝ…iUS>}Z€U³…[|-Åþeˆ\„u;ì…$¬~ß¿²ËyGkÙ)¨Duj&…Бó%40E‘Û¼B› +xÚÅ[ÝsÛÆ×_Á™ÎdÈÖ:ßíSâȱ27µä<8Éx ’P“ +“Ä“7r5 @]™Xh/'Wgÿ8“½õé‰R"±Vw¨­0Agt•RNzqeÕóï¯L"I·Ë¢Éªj³nXÕ¬š)9ý˜Ï3^o¹iò"«Qÿç/ƒ¸cL99W±£„Ät8RO‹Íê&«jzH‹5šûŒ󲪲z]‹¼¸ãA‹xÆ7ô³Èêy•¯›¼,¸ã¶¬vX]5À>­XB,aðG3ÓŠG-óºÉxÌM¶,gÚNf¡ +\š[ š1¤Å8—9<äË%µÒMS®Ò&Ÿ§Ëå#“ÿÜÔl:§k”;„Uú)_mVô÷ +\áŸöÃ@‡‘Ð +ócåî{8Dɉ—‘M8ŽÇaœÖŒxsÀãcÈô.ïÊÜ ó>AƒÖé] +«,Àpö2½³»2wb\ÓÏoÒJ¼,ÂïÓQ?†N-º:9 ˆúãïXDúÄdo# û“=¡P!(ð«É +*ò)ožá£ÞS4ÿ¤9/+gEêÍü¾Wek¤ Dkt&P[Ða_ :|ÀšiMƒÒ¢Å*¢ßnй«Ì¹' 4È­I°È¼ò{àÀaì#G`ë&ce:YPWGA»bÁ>VÓëû¼Zk=3¶•\.üÞd¾ +F RºFòÖÈA×ÈðÀQBs9J¾|”åí¼;rǺY×n]?[8ð€aÈ߉7ÕÆ´Ê[üõ¡ÔÝÅ´;Q­ÚÐÄé<v74‘_±Ãχfh +M¢r0bÛÓª rò*+Ä‹Ã{–i5ÇÞyõ·ŽŠó¡ˆ ÂÞK6˜¨c8ÅÇÛ÷k†ß¯½z!ã±^¬1û«¼psbË>‹Ãí[# ¢'Ö.®&:Û³S¾Lo–<5çîù}¾&J/Bq¢xìÏ@éèä8~§jyî0w‰«|À?écMÃÁ3^¥f‡ñ2­™tóØ bÐáL«é*[•°ÛÁ¦áfLÂ@Ѫ·ÁcûÞ¶o™€ùÊý>1{»´Ú÷ÓoÕÝ$kž\V -­Z=ù%&î)^âø’‡Ðæ›®ÖËìÙÐR»ªDfªðÇŸ0°qb#~ó‰”Þ Ýó v§L—ŸnQyú3†ï@Í®4ýÇHs@pÂލKšQbȯN%°icšMúûhlÜ¡0Ö.'2ªÜ!(k¨Ù‡ªaî(™q~:E‡žBN¥ ßÝŽ7dy˜‡ +ÖÜû ù¿¡’¸­BÎLÔUg™oÌÛ·tO¨î&ÔxóÃÙäW7.™"è½ýu†1¾o ¢ë¡×Ön‹€ä2ßÀÖ´ÊÿM›7š´j6ë/Mg§³w±|F Þ©˜¿ ô +]e hö¬ó½ˆk-J($@¢ù›&[yKûO endstream endobj -1797 0 obj +1816 0 obj << /Type /Page -/Contents 1798 0 R -/Resources 1796 0 R +/Contents 1817 0 R +/Resources 1815 0 R /MediaBox [0 0 612 792] -/Parent 1794 0 R -/Annots [ 1795 0 R ] +/Parent 1805 0 R +/Annots [ 1814 0 R ] >> endobj -1795 0 obj +1814 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [476.96 433.718 498.878 444.622] +/Rect [476.96 370.207 498.878 381.111] /A << /S /GoTo /D (subsection.4.1.4) >> >> endobj -1799 0 obj +1818 0 obj << -/D [1797 0 R /XYZ 84.039 766.262 null] +/D [1816 0 R /XYZ 84.039 766.262 null] >> endobj -458 0 obj +466 0 obj << -/D [1797 0 R /XYZ 85.039 505.265 null] +/D [1816 0 R /XYZ 85.039 735.307 null] >> endobj -462 0 obj +470 0 obj << -/D [1797 0 R /XYZ 85.039 408.189 null] +/D [1816 0 R /XYZ 85.039 441.753 null] >> endobj -466 0 obj +474 0 obj << -/D [1797 0 R /XYZ 85.039 136.433 null] +/D [1816 0 R /XYZ 85.039 344.677 null] >> endobj -1796 0 obj +1815 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F77 1343 0 R /F72 1221 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1802 0 obj +1821 0 obj << -/Length 1868 +/Length 1983 /Filter /FlateDecode >> stream -xÚ½XYsÛ6~÷¯à#5­œ$ÐLÇiÝi<m¤´m'CK”Í©Dª$•TÓéïâ¢xÈ–NŸ‚Àß~»X·¾;{3?{õ.B*¢Q0_R ÌT‹IŃù2ø-dH¡ÉTD8¼¼ž0ž¿ùñêú»É” -ž_¿µƒ·W³öüÕõüòÇ ÇáÇŸæ³É”PªXxñýùO0o—0'ôã¬Ù5{{q1ùcþÃÙåüì¯36â€lbˆ`,6g¿ýƒ%|û!Àˆ)|1+7³±0^³³ŸÏ°óó K«’1§e)D„lddŒÑB(EJ°‡„Àrk„“aðæ²…7Ábœ£ïùDâp¿M‡HPAg|ÍTÄ("¤£y¶Ïëäï¡^ŽŠ•/×ˉ@ЉŽÞ7é]2¡8üœ»r¨^‰§ÏP? <ˆˆAí³ßÈ€ -ŽH¬FíF0¯!iÛ¼ÿ¡AÁô†½mÓO°·9f{ŽF'ðSý$p&Çizá LšžØ7=ó÷räöf~§wDÊËŽd‡ØðÁt&öË¢€ã6Ë+û;›æu™¥Õ7“)ãqø!­R·S3kW™èÀ2­È6T0³2ÍLmËâ¶L6v¶ª“²Þm5#¿†™˜…u™líBÛëÁ"ëövãÛ/rºŒ¨mÍ"Rý³qþ -üHí\m áŸÂT÷eû/zX”K _·KGBıUЫþ}ÖÇH)î×f•Uä1! -e¹1¹ “Þ7ÚòM#qcë“E<â“êR{  -C©$Tös‚(o -…­^ÚÓuU4Ýeÿ'çÚG~¼mlj€ -ͽýãNºiL£Ô…RôøÇÒ-ûê«×vtšNÆûÆžúÎßüš,«üaàSìÖKßt›ÿæw”Ç#mþY-Ö»¥G%ë磩ëè¾£L"Aäá(£Ï=)]$€RRÿ0³/<Îú››‹ð0æ.ÂËž5¶~.ÝV¯yÓeABYÐ¥áù½Íå¹î·ö!Ø1ÅšíÐFGzêòüÓìü—ËβËó×M5ë?p߀;;\Þ[C@5zä‹Q1;Øãl{Ýq¿{bB¿ù¸ÜÙ +xÚÍYK“Û6¾Ï¯à‘ª¬`<tNã±uʞʎäÊ!I¥(б"‘³$eG•Êßn<ø4𑇻µ' +çñ£¨ñc›©9$ÀÉTYC‚o²ê ¸FЫ—Óë ·ÌmiYýJ%u$3Cþý÷N×Ç!8‚z-Ü6ô‘þH]ÍYèŒÔ +(+Ýõ +pÚ±Fà +#»ô”ÉFrÝêb)VÕž¿tXÐçàÑ€ˆ0ºÞfókvîÕý¾zÏ(뫘" qËà‹.j!íüЮ-nHAƒ­*×§¿4Ñdî@9BˆQýÄÜßÖÅš`VêÔœ: +Áüú!KsÜŽ'¡!÷·ÉÞ¬€ª¬“º.aŸ.Ãøý5oÖvÆìXlÊôCAµ3€k‰ùZfé&©´·ðÎq{RŸÀ¼à ¢¸Ã|{¾+”~ú´KñOØ2dôÝX›Û+›Au—`.†àHË%Â_ SS÷—:Æ–˜ +¤îç0±{@+qËå¾ÏB 7p¦wD±ó endstream endobj -1801 0 obj +1820 0 obj << /Type /Page -/Contents 1802 0 R -/Resources 1800 0 R +/Contents 1821 0 R +/Resources 1819 0 R /MediaBox [0 0 612 792] -/Parent 1794 0 R +/Parent 1805 0 R >> endobj -1803 0 obj +1822 0 obj << -/D [1801 0 R /XYZ 84.039 766.262 null] +/D [1820 0 R /XYZ 84.039 766.262 null] >> endobj -470 0 obj +478 0 obj << -/D [1801 0 R /XYZ 85.039 633.066 null] +/D [1820 0 R /XYZ 85.039 735.307 null] >> endobj -474 0 obj +482 0 obj << -/D [1801 0 R /XYZ 85.039 523.668 null] +/D [1820 0 R /XYZ 85.039 601.27 null] >> endobj -478 0 obj +486 0 obj << -/D [1801 0 R /XYZ 85.039 399.267 null] +/D [1820 0 R /XYZ 85.039 491.872 null] >> endobj -482 0 obj +490 0 obj << -/D [1801 0 R /XYZ 85.039 369.206 null] +/D [1820 0 R /XYZ 85.039 367.471 null] >> endobj -486 0 obj +494 0 obj << -/D [1801 0 R /XYZ 85.039 161.434 null] +/D [1820 0 R /XYZ 85.039 337.411 null] >> endobj -1800 0 obj +498 0 obj +<< +/D [1820 0 R /XYZ 85.039 117.683 null] +>> +endobj +1819 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F72 1221 0 R /F77 1343 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1807 0 obj +1826 0 obj << -/Length 3324 +/Length 2714 /Filter /FlateDecode >> stream -xÚÙrä¶ñ]_1Uy§ÊCóuåÁ–wײµ³’“rÙ.Eb4ˆxŒ re9•O7ºÁ!9ÔÚÉÓ€F£Ñèãm6ÞæíÅ·Ÿ¾IÄ&s³8ˆ7·ûM*\/Ì6‰ˆÝ4‹6·åæ''t}ÏÝîDì9o~xwu{ýÝ»›í.žóÃÍõ»·4üþýõ?¶~(œÏ·¾ï;·¯ üþõÛë›Û×ïéë‹-"¼û†—ÿì ïoW7ÂÿôË›0óàÓ‡‰0ôœ«¯>ÿ~\òæ“Ýn¾¼ºÚþrûõÅëÛ‹_/|8Œ·ñOÌ#Ç馨/~úÅÛ”0÷õÆsÃ,Ý<ÌzÁù¼LÀ¸ÚÜ\üý› -$JW7ŒX ß5ÀEœ:m -t- }GiúÕm-{UKû9ìñà¨R…’ -Ḇ`%€{ÌSL¸?è!¯È -3Üš»gNK rè˜Ûì䨼Wš¦òÎâÓ}”„¦íP•4sÏ´IÌtXÈ -h¹(ÓÔ¹=(ž¨U£jõ;ùAϹ÷º"ÆjžxvSiú±w!›âyM ©e±•(j: ±p@Ä÷²’²a°o‹bè: ËXÆ-NfLvØSs¿ŸP =9…5B¨Ùf2,ýž˜lhÏ6L×ÂFäÐjT³\ªð@…âtó_ªG[ÕNÏÎ…‰±BëÞK+0€Ä -„±†HÝŸØ›Ìàj›‡qzÁÝ3 -ôOˆJx{š‰wÒZgt™ -ŽÝ¡*Ÿ-,ÕƒêÃHÜf®É«öÙC‹Æ`̪¼€u‚IlþîÍ%ݾä -Î\c -¦¶3 «$ø4’à7f‹ŠQiI6WºÔú*š3Ž -ˆp\¾gnU‡É¾¬ó#\ddŒ¯Å㘸¢Ö×…†Š¼Ô¶"_¯R7fú7¤q4ÓF½&èM31?P‡äPßÖª ؽ 4 -Ÿ¬ªy€ŒM|PTß!¸¥_Ê0âÑÏB -ö¹ÂPÍ›E -ÕC -@„m#*¢qæ7åj­¡Æ&šêíë 2lÚ? Åúlfª'úcUÌËqøvÕ6üÄM3ÿMüT&F¼¥ID¾= ŒçŠðÈ4#¹EVôôMþØ·i²?½ -ABïh} -2ÃÓ¹û/‹Ô< +xÚYÝsã6Ï_á™{Xy¦Öꋲ´>¤iv›önÛ[g{sÓíd‰Žyч+J›¦7÷¿@€²$k·½{2 ?€´·zXy«7_ß^¼|½«ÔMã ^ÝîW‰p½0]mEì&i´º-V?;¡ë{îz#bÏyýþíÕíÍowëM <çýîæíþøîæ§µ +çríû¾s{Mäw×onv·×ïèëë52¼ýžÅ?xÂûÛÕNø/¿Ù…©Ÿ>L„¡ç\}{ùã òâ£Õvß\]­¹ýîâúöâ× 6ã­ü“ñhq²Ê«‹ŸñVÌ}·òÜ0MVO†³ZE°?/0.W»‹¿_xìù¯qïù#ùŒ£xµ +¹7 ài]ýõ†ww™®à´1ÐòRñèîNÖL,ÅÊDÏîzA–‹zfQ1ÕjŽ öº·“fD'ÞjÕÔ6—×c¯27ØçI¶¯h¥©;ìRþç<aìǺûCDàüA¯ÿy?œigL´œåÆÂQ½m: 9mGA¬…¡ï(M¿º©d§*i?û=nC*W²ff Ì0 8È%›ã GËe®Œ$/Qw” +Ï«ÆÞôcÎBÖùó’C7JcëQŒtr±sÀÅ÷²{’²f²oò¼o[ÐË\Ç #ö˜Áœßoò¾#PXR„‘ÝjVƒ•ÁêŸð‰Ñ‚&xo“8hX¨–Ü[˜Ð,œ*<¡ø±ù/ÕaÄ-F§ççÎÄZ¡Lvï¥uÐNn…âŒ8B¤îNææaP6õÃ0=³ŒÎúŒ;Ĉ‚ ¼=HÍÊ[i³À3±Ì »õ“©£ :('Ò©ýÝ p‘À# +Rd²Hã±eI +_ÝTÚÔ£4!ª +…¥CÝ$¤:ºÇv¡·­A).(m_3§fõŠ×Í3ê?R[RëÊAæ7UõÕ†.˜8v n(À¸1dQÌZ4’)uäÜÀ޲{ˆ?<•ÔF‘Á­€9ì¢ /Ùôà:7$-+o:¶]“¢*›êAu°r·™«³²y`s Ñ¢¡s(Ï`Ap›‚…¿{sF[°oYÍ £³F2ýŒ}f&¯A<³êL¡§J•¥ÒL+´¥P¯C+ Ø5¥lv¿Àà +2ªù„E¤H lh^&§†›Há‰Xˆ#¼‰TÇRV€—”7åMœÎ¤xèHÒi*qd&øº“qE²ÛYŸ"ë¤w`GôGhèŽuQ„a€ËÏÕAæK‰×:Î +“fϧ~†Ö½ÒˆæQDhN¬Í +©Æ‹‘ÉL\÷a +ú:—Ì>º^–ÝmM*èóf÷Ž•˜€Û—¨ˆnˆ“žD.^4ÔðЦ:û÷ lþAhþ°ë³™qœèÏ]aÜIé[€„ä4¤•›ØJ%‚ ÓõíÅI"Ù9 endstream endobj -1806 0 obj +1825 0 obj << /Type /Page -/Contents 1807 0 R -/Resources 1805 0 R +/Contents 1826 0 R +/Resources 1824 0 R /MediaBox [0 0 612 792] -/Parent 1794 0 R -/Annots [ 1804 0 R ] ->> -endobj -1804 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [170.947 116.986 177.123 129.75] -/A << /S /GoTo /D (Hfootnote.8) >> ->> -endobj -1808 0 obj -<< -/D [1806 0 R /XYZ 84.039 766.262 null] +/Parent 1805 0 R >> endobj -490 0 obj +1827 0 obj << -/D [1806 0 R /XYZ 85.039 449.589 null] +/D [1825 0 R /XYZ 84.039 766.262 null] >> endobj -494 0 obj +502 0 obj << -/D [1806 0 R /XYZ 85.039 217.957 null] +/D [1825 0 R /XYZ 85.039 381.843 null] >> endobj -1809 0 obj +506 0 obj << -/D [1806 0 R /XYZ 99.386 99.579 null] +/D [1825 0 R /XYZ 85.039 150.211 null] >> endobj -1805 0 obj +1824 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F101 1502 0 R /F77 1343 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F101 1518 0 R /F48 1183 0 R /F77 1355 0 R /F72 1233 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1814 0 obj +1832 0 obj << -/Length 2838 +/Length 2981 /Filter /FlateDecode >> stream -xÚ¥ËrÛFò®¯@N†6æÀ`ð°kŽc;JÅή¥­=Ø.ÕЍ -ü———¯ßýðËëôúê×a#ÌÒ8ö_ýôòWnCò·ÿº¼xÿ–@—?¾zuþùêç³×Wg¿Ÿ…p—À GÚ@0ȼböñsà•°÷³™gÞ­=¹÷b¸^+Xï¼Ë³žS~âlÂOËLzi¤„Œ™Ÿ—5ÒÆÓÉÁ‰ãM쑪îMÛ=œ¡”™ˆéNnŽuÑWM -·Ylu}ÃT¦þŸ÷ôlu_í5þé=9‡ÌÕò7M=Ü£¥±Y?‡{‚³\°;ÞÜ«øfpÂódêw€½4›óÂÕq×€ +Î!°"â׿‘úT0¢èö$yXL»iÚ½¦Ð­0tC<Gúa,r°æ¹ø‘¤Lɬdæ p)`íSDEe]ÒÛÐ1 -Ç!ƒÜ ê™”ÈEgWoCôN(šî§ÔD&’Œ°Ûr™¼ûx84mÏZèo1Z°H6ŒÌ½8ÕŒwÑó»Ã]Jƒš«+ÔÉóÛÙm¢D„jÚŒìþºãxt}­;Ö…l8××P­øÅ)×Êô;ò^°³:LF^ -ç‰r´¦ûFŠþ˜颩FlªïÍíÄT¯¯éCò§(ŠIß׃ª¯Q˸ñ‰ÚGÚoÊ1áÊ¥ä±G9$‰][×ûºo›òX8³¨êIC=ÌÝ^!ä‰`ÁL’ÿÓLäÄL9T»“ä#ÍãS(ãšìÁ.ñ§p2±yG=g"ŒÓ‰ž–_²Lzs`wº;…\€ÏC¨&@–6ýiÃ<%‡¤#•mÍäXuÙe]AkÓÓ6†.+R.Â(!t«øÛ-eÿŽNÚ(.]u‡‹w¯.ÑqsëêjÉ©6šÉ‰™ÉÑÌl¼Àrúf]`ƒ¹äž`Ú -: -c{®T9&Ç´-ã»Z(|¨ãrU©ä4lŸm«ïÜeèùµÔ=ãÚC­böMËAl•„9Ì¢\€­n‚¨‚€ªÖ´|l¿’K‹ŒÚ Vu©½ó¤!cºÓ²P@ÉlŠþØšŽ÷_“Zˆ‹"î -‚µÍ±¼Ýµ!¤ç{±¾9@»QýaÊo¹b*òÔ¹[/˜†ìcÝU75rdl‹\]_oÆ¥îÑKƒ¯é&(°!|}Ü| ¾‚û|~±$ª‡0o.ŸÒ²×Õîz`/Ï(¾J$Ž„tÃÄ¿Ù\¨$ö&`,¼m ˜Œ’lÀ@ÝÒÆ—f÷ÅÝ -Âǘ@¡»EÙG¡ˆ£È‰¾6¦tš¹àe òlPFD«ÒQ–ˆÚ -¼ +xÚµËrÛÈñ®¯àžDeÍ10ƒ§]9x½^G[¶œXÊ!e»XCpH¢–¸xX–Sù÷tO÷àA.å Ñœôôûo¶y³·¿Ü]<ÿ-g©H#Íî6³$žJgq‰$ +ˆ‹õø.¤†ÑÖÃpc}3¶T<–TÞ@<·šßæE†$Æ`aùv·8VyYå +¡±ækô ÑTVzµç“‡²n2vi5œ¯ÁÃhuÅç¸ØàXbæ +`Åï”EGGE±Y@€§\ÓbÝn·Æ*Þé<ð”ó.¯1UC¬j÷œªY° +Ö<?^©b2+•8C‚ª>?{žÌrë’öØ†Ž± +6§0=£J3qw$8°n7%ËUˆI¥´6†×ÝB;d›öàHF¶0¡ÓŠ˜§0´µbmxµ(†|Ú]v¬f^âZÚã(l˜ûÖ¸£–;XÏù²žx~¥FÅÜy6,ÍC›äðö&¨˜½fc̹®$g«¸dÏ‹ÇöÉÖšu樹–ì«%[èw&Ìû뜛 +puõsWAœbS•‡q­k%y‰f®°Nƒø +#‰É|r{ÎÏô7$‡£Æ·o€}Ï> +xª¨áåN +PÒšŠu¡Wq©b‘Q4Á§^ëc7éê2¦«.-ýÔË&kÚÊԜиùÔB\´Ðå®p¡µªl›ÎÕ]BJ~çË#ôùw³þ‘Æ"áA=»u¡#¶Eo äÈzØG +?QÈnÔZ³vó™±ä•'Ò¤ÓÆC«Ó^–GˆÙ%…/mos[pY« +$@„ìˆøiŠÎE endstream endobj -1813 0 obj +1831 0 obj << /Type /Page -/Contents 1814 0 R -/Resources 1812 0 R +/Contents 1832 0 R +/Resources 1830 0 R /MediaBox [0 0 612 792] -/Parent 1794 0 R -/Annots [ 1810 0 R 1811 0 R ] +/Parent 1805 0 R +/Annots [ 1823 0 R 1828 0 R ] >> endobj -1810 0 obj +1823 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.399 217.109 397.866 225.043] -/A << /S /GoTo /D (subsubsection.3.8.1.1) >> +/Rect [170.947 710.236 177.123 723] +/A << /S /GoTo /D (Hfootnote.9) >> >> endobj -1811 0 obj +1828 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [437.616 92.203 443.793 104.967] -/A << /S /GoTo /D (Hfootnote.9) >> +/Rect [362.399 180.69 397.866 188.624] +/A << /S /GoTo /D (subsubsection.3.8.1.1) >> >> endobj -1815 0 obj +1833 0 obj << -/D [1813 0 R /XYZ 84.039 766.262 null] +/D [1831 0 R /XYZ 84.039 766.262 null] >> endobj -498 0 obj +510 0 obj << -/D [1813 0 R /XYZ 85.039 600.272 null] +/D [1831 0 R /XYZ 85.039 564.374 null] >> endobj -502 0 obj +514 0 obj << -/D [1813 0 R /XYZ 85.039 574.012 null] +/D [1831 0 R /XYZ 85.039 538.115 null] >> endobj -506 0 obj +518 0 obj << -/D [1813 0 R /XYZ 85.039 525.201 null] +/D [1831 0 R /XYZ 85.039 489.272 null] >> endobj -510 0 obj +522 0 obj << -/D [1813 0 R /XYZ 85.039 391.21 null] +/D [1831 0 R /XYZ 85.039 355.106 null] >> endobj -514 0 obj +526 0 obj << -/D [1813 0 R /XYZ 85.039 315.923 null] +/D [1831 0 R /XYZ 85.039 279.646 null] >> endobj -1816 0 obj +1834 0 obj << -/D [1813 0 R /XYZ 99.386 75.622 null] +/D [1831 0 R /XYZ 99.386 94.551 null] >> endobj -1812 0 obj +1830 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F77 1343 0 R /F72 1221 0 R /F101 1502 0 R /F114 1658 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F77 1355 0 R /F72 1233 0 R /F101 1518 0 R /F114 1676 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1819 0 obj +1837 0 obj << -/Length 1310 +/Length 1798 /Filter /FlateDecode >> stream -xÚ½WmoÛ6þî_¡"b¯6CJ¢^j¬Xšf]º,ÝfC‘†,Q– -½x’'úßwIKrä%Ö}âéxÇ{áûÖVÖÞ^Ï'?ÚTs‘ké–65‡"l¸šM-並6´ë¡A£ µððâêòâê|4Ñ)žÎf翼¾<ÿ]|ž½ıMsxöÓé¯sµaHݳ‹«·‚5{sv6º™¿œÏ -ㄹ•›‘w+©2OYÅÙJªç’]y…´·OPí$Ç r).Ε©p“ùUœgâ+.Åšåò€{&‰÷??ÄŸ˜â‚­bð¿Ò^Á²c)W‚wÈÚªweR‘3ÚΙÈe‹-R<ÑmQÛé:{›Ç -q±Ü„!+!î‰`o²2^eL -ù‘WHjç2éKÂß5“¸ˆè{üü>•4¿ëph¡ƒu"¼îa É©pIâ°q7bžtõÙ÷MRÁýæ;•'RGÑÄ#¼iÓ -¥‡®Ç/xÚúî0`¾zäŠqWÂê±R_fÏ1þ§L>1oìÁIl=ï“,XÕ#¹)Ô^öéí! ¾®|½x!è±HœùS±Š^§¥÷ä¼d{¾Ïʲ[gdqÓ©%¸W%ÍKZHöŠÂ»ö,Àc|Íc(äÔø— z˜KaKÝòÁ+j‚—<.ŒÇd¢ñ޼‰Ð^½«s¨Â´‘Rè$îÄ!?몀;CB¡¯â(áýZƲ +xÚ½XmoÛ6þî_¡¢"¯6C½P/ +NSpgÈ‚±ä9/£š'à%‡úæ»q@M!áZfÂ…|®þ"üÀ/hÚáÏb›ÇuZäbåãµ:Ð[®O<G8I*ª‹ùõvÎÁ:­ÄCÊõ<Ú„z”5z\œÑÜ»U¯©„âm­¶‘'Hl¢ªV“ @4hH¨¦¶¿—ˆ•‰`ffÉ×…pþ +)w Å@p8±™ÿBƹ'šÌlCnOx¬™îq±3¹‡´Hg0Å¿åêˆE“V¢Ô¢Þ7Cœ%¯‡Š=ÚÇ^„Á߇6¾=Bú +?*Îâü"„– §ÓS)ÍNij8Šc^Uý<£’›Í<eÀ­NiQÖ‰ä¨,£[Ôç‰2â èk}ìö}L¡edÎtÿ4×^>ÈÒ.'yR:÷ñ¬&Åq)·öä ~ƒ;f RJ{ȉÀñ ù>ÙÔ¥ +¸ƒ¡à¨Pš×qD÷sY§ hWÁõŠãó@{0ªƒ²jˆ~³i'ÁAM—'&†»<1S­Šm– „j¡q;hAyv‹ E®'egVb_ ¢ëBSÁTkk¶yÉAÏc®´UMÊ”c+0—[ÑÓáÈQ,ú7šæ‹w2 +:Ÿ/Z2ª…Mô“¿ ´­F"ïÐO`øÕÉЇV‡Ru6"QÊP‹T§ÑLïÛªiu±ÐR¢©:£zr]Fë`wñõ»¯³ø×û€FQØWô7Ë.¥X{;òŸ‡°zȳŠ ýÿbØT±ã½‚Ôš±ÃœñXeß~†¸Û÷F¥Êºí‡`>iÛ^µÛJ«Øë’W °WKœ/ú}þøuCŸf™^½i÷¡…’ÕÁÛ¿%ht6ÛjÕÜ3Öû6 +¨ „Ï´)YTÑPµQÉEYU´ºnîí!K¯Ë¨¼í_î+r âõßT SQÏ73bS•²˜»† a\A endstream endobj -1818 0 obj +1836 0 obj << /Type /Page -/Contents 1819 0 R -/Resources 1817 0 R +/Contents 1837 0 R +/Resources 1835 0 R /MediaBox [0 0 612 792] -/Parent 1794 0 R +/Parent 1840 0 R +/Annots [ 1829 0 R ] >> endobj -1820 0 obj +1829 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [437.616 698.281 443.793 711.045] +/A << /S /GoTo /D (Hfootnote.10) >> +>> +endobj +1838 0 obj +<< +/D [1836 0 R /XYZ 84.039 766.262 null] +>> +endobj +1839 0 obj << -/D [1818 0 R /XYZ 84.039 766.262 null] +/D [1836 0 R /XYZ 99.386 75.622 null] >> endobj -1817 0 obj +1835 0 obj << -/Font << /F75 1282 0 R /F101 1502 0 R /F114 1658 0 R /F48 1171 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F101 1518 0 R /F72 1233 0 R /F114 1676 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1824 0 obj +1844 0 obj << -/Length 2645 +/Length 2591 /Filter /FlateDecode >> stream -xÚ•kÛÆñûý -.` >Q|?l ¨cŸS§Žãö.(‚88¬È•DE2|Ü#Aÿ{çµ)Óiû‰³³³³3;Ï]Ú‹ýÂ^|wñíÍÅæ],+ Ýpq³[Äe{É" -B+NüÅM¶øeéYŽc­ÖAh/ßüðþãÕjíöòõõõÕß~¸ú'ßüø&œ8òý囿½þtc&<YûÓõûß1êúí›7«_o¾¿¸º¹øíÂYì…sÚ6´ãEz¼øåW{‘ÁÜ÷ Ûò’xñ@”Ç…âÙI -ÿ•³¤LV6eÕ1Päw+X¤yÔVGYœT£R¶ù—tÏ_>‡ ãJ8v]ÿ9ÏÑñžd±œåÏ+éûçȦ(ætþlÛ.©gÇ?ž,!™¼`L­ö$=NŽ -@‰Ðhì@â„bR -Þ£&¶Kå¿þ­‡T“ñ¨;(™×ŠTH‚íIÖ•-¸¬tˆ AlgY*5lÌœâO«kH&æFØØM|ðK#†ùª»ŒHf˜î0h‰ÚêBè±ÂÑp¥«+ö%÷tñGu¬ A´6e‹¥äñÝÄÈ',.kÑAÄ7`œëªéæ]’5€DØ>t)sfkS¢p”¹hJ¶/áüI¤<|#®›*Õm[ÍÖ‹£JŒ]7Z¢«à—C€ÉZ°k#TVÍ‘Õ#Êó€ ÉÐÌÃRü‡å -Öut€0æ\ޤЧwe:-TÃ¥,á6¹Ì5`+ ½SƒZ­¹Ýh2d’›Ãœñ CyÑÀo`7ÃÍs­Ø¬<ÕáXeԮʥpåúg)Zu]“oW.™ÊMD-Àé* —2ÆrâˆÂѽ -íž]ñÃ-ˆ˜NZ|æ¡:†Ø7aƒRs8‡Ôâw+2€ @l¶ -_X9º<‘Ùèq§æ ®#™7 -µÇÈ`ùjcEó`Þª{¡¯Û‡9Ù +xÚµkÛÆñûý +.` >Q|?l4¨ãœS§®ãö®(Û8¬ÈÕ‰=Šdø¸GŠü÷Îk)RG'h~ÚÝÙÙÙyÏìÚ‹›…½øþìÛ«³ÍÛ(X$Vºáâj·ˆËö’E„Vœø‹«lñiéYŽc­ÖAh/ß}xÿîÃÅjíöòõååÅ_¿}ñw^¾ùñ;ØpâÈ÷—oþüúã•Ùðäì?.ß}øžA—ß½y³úrõÃÙÅÕÙÏgðb/œãÝp¡/ÒÃÙ§/ö"ƒ½¶å%ñâž0 س“ +é©Ýе‚(4¼__ƒÈœ[,Ë2ÉwœGNdw\ÏòÌiqLä÷~E>™ñåµÊ›UÕ@Õ²bwjŠËZ§9ú] +©ö‘û¯¼ãñ>7¥©'·e…º¸„}žîyÚÐýC–DÂ<ŠΣ® ^œtû¾}z!uß‚ún6uU×02p¯kŽ[!žU¥Ì8 +@ˆÐHì@Ωn"ð;”Äv©\ãØèŸ{H5¯º½’}­H4˜I°=ʹ²—•îĈí,ëB¥†ŒÙS<´º†dÒi^aÄÝÄ¿4l˜QØ0cœ@2Ct‡AK4l‚•TÕfF\rO7ÿxP‡º@»gS¶X:ßM ?qÂüà±D|Öù¡®šNaÞÅ%YÐÁA„ìý^—²g®6% +G™‹¶äšAy çOBååÁhtÝT©nÛj¶^TÚ`ìºÑ]GM˜L΄]geÕX<Âì1¸ Í>ÞÈq)Q3Jx- ²%|gùciH³bF|Åcž÷†iò»ùF^F'^†ìq!qƒKà +mMjıVLzs=Ô³LïHXÌ»ß]¼ý“¼t>;žÏ d¦w“\í»OOúÀ²ª±°ŽÑìßÅ:ÊQgh +Á\oèûð*¦rý“C04: åz͇£htج(jP­u½ž¿Å·­( +-¦%Nä¡=x‹³¬jèÖqD‡#;ääŽSÏp3J0'„ЖøBƹ$ÕÃX#nf$kªþfϨa”ހҜDZÁTåÈå!ÿE7Ÿ‰ lŽÉ ÑÚó.[žïcoôÈ3ÅÃNKíÃ&Þ|'ûÜ,Єh¤ª¥Îöîù™ƒSiŠ‘t-ÌŠë·lµºl5vÑaLQE(ùÍ^¦©¢G^"½ª-:gwHÕžýi€À-¹{ ¤E ÉC.0˜¶–€C +Ž;<&áWáGû#¹Œp4çpóÊ¢Dª +ùMD¡ _íHB„÷e©ñ )Õ¸o"zcb˜¬å.ß⥾prôx"³ÑçNÍ\74F2 +Egÿ-ŸîxŸ(üÖ‡““Ä–@KáBͱ…ƒ ˜¹¸:û‚5>í endstream endobj -1823 0 obj +1843 0 obj << /Type /Page -/Contents 1824 0 R -/Resources 1822 0 R +/Contents 1844 0 R +/Resources 1842 0 R /MediaBox [0 0 612 792] -/Parent 1827 0 R -/Annots [ 1821 0 R 1826 0 R ] +/Parent 1840 0 R +/Annots [ 1841 0 R 1846 0 R ] >> endobj -1821 0 obj +1841 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [402.653 562.053 542.13 572.957] +/Rect [402.653 478.367 542.13 489.271] /Subtype/Link/A<</Type/Action/S/URI/URI(http://svn.code.sf.net/p/sdcc/code/trunk/sdcc/sdas/doc/asmlnk.txt)>> >> endobj -1826 0 obj +1846 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 550.721 337.094 560.618] +/Rect [84.043 467.034 337.094 476.932] /Subtype/Link/A<</Type/Action/S/URI/URI(http://svn.code.sf.net/p/sdcc/code/trunk/sdcc/sdas/doc/asmlnk.txt)>> >> endobj -1825 0 obj +1845 0 obj << -/D [1823 0 R /XYZ 84.039 766.262 null] +/D [1843 0 R /XYZ 84.039 766.262 null] >> endobj -518 0 obj +530 0 obj << -/D [1823 0 R /XYZ 85.039 333.479 null] +/D [1843 0 R /XYZ 85.039 249.793 null] >> endobj -1822 0 obj +1842 0 obj << -/Font << /F75 1282 0 R /F101 1502 0 R /F48 1171 0 R /F77 1343 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F101 1518 0 R /F48 1183 0 R /F77 1355 0 R /F72 1233 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1832 0 obj +1850 0 obj << -/Length 2307 +/Length 2245 /Filter /FlateDecode >> stream -xÚµÛŽÛÆõ}¿‚…ƒB*Vô ïlÐgc»8nš]£q`PäHbLr’Úõ¶?ßsæœáEË]ªÍå̹_)œ½#œ·ßÝ^¼|‡Nꦑ9·;' ]á§NFn’Îmáü²ò])Ýõ&ŒÄêúý»ë÷¯×/«W77¯üîÝëŸi{õïáB&q¬®þþê§[{áóÛ7×ïßÒÑÍ÷WWë_o¸x}{ñû…^„#GÚ@P$N^_üò«p -¸ûÁ®Ÿ&ν¬ -7–P}ÉP&Öª\5=­ïTÛ•ºa¢zGÿÆ‚fe•‚$€û q“Àƒ…tÓÅ@.°ê 7ð|ËA—Õj‰M/r1ð™ëBÝZgfø(BñÑ“”TТÉ>«âПˆë -­80Íñš²foc¤ÊöÝ¥à¥8$z>é²;†?7æT•›Øéþøáæ–Vê˱*ó²¯8;5yu²1 -9m´ÃAiáèŸAa˜€Ê¢¹ü»S“÷~–,é§nʹ^om®nU5fꢄŒ”½pu‡ÉŸa^Ûl_g´Qxñ…™7•¡ª4¾¸g£3\­[ø(„רÒÐfecÉåºé[]ÑF#^¢Ê%cµlö´ù3Ÿéãq8ëG!ðݾìÀîk”$Á™ Í”ô¯CYá‹È熽È7uÀ3˜lŽp;h¡é‡ó}¢W»V×ttß–ãýýQú5Ø›®,˜h¶˜·céFé¸G;Ÿ™ÑOÜ N,˜µ7–Þ(œŠ“µL­†ÂÜ?0—ˆÙË -.m<ɇz/¥?WSwКcÄm;UíhW6gzß -vÎtU¡Œk¹‚ÙøQ´zUU^Yá¨P¯ÅHÙè®Xý Uf®/vX8dkO ÉïЖø¿å=ŠF1x -"ž2Ú½C‹ŸßÒ¨»~ M(¼†‘"Œß ;0¢ÅêþT•ßÈX¸ÒKMB LiïSÖÕO÷±%Û^¾ÔŽmà -*®Ÿ$“,Ä©*Áù°¸ANç´oû^Ó‚¤µ"©o -*l»ªÜLwއܼâ9TV˜pÊÇm{2$€PyÀ³lÛéêÔ+û¸Q9‘¬}XCgv‰™+„Ù Êà©'€®§F ßVØ—Mš38Ó¥`yÈvvÕÚI¨ßA ÇžÅafø‘Oe”ðí˜/*™D×ÊWé<«ì7 ×@]©DÖ'‡®ˆ)„¡íþ‚óü`. -Fš.¦,>+$@‚&!ZÆ"ckãùv¾A:õ±ä*`ÓÕ£Àï)ÃóaÅâd pK?´LrØ¡žØíщ¼d¬¹f‡Ém´»#·- -L¬ŒaþõH˜d ÄóCnžáúXe¹aÛKû  eâ]xÜÒñ›žþIdx°åq©ifŒfv.ZÕÇiéÄôM{ïb‹1™š}‚lìY¬ºìwkìD2Xt¹>š¥G¦w–t|á¯n42–@Gº£àÐAÁzÚAÁöʧ¹×©*h»ex +xÚÅÙnãFòÝ_ÁÅ °˜n’Í#Á>Lœ™ÄÁd6{°™À HJâÅVxØãù÷­êªæ!Ó“¼Ñ‹º««ë¾šÂÙ;Âùæâ«Û‹Ï_GÊIÜ$ôBçvçÄÊ~âD*tã$pnsç§•ïJé®7*«ë·o®ß¾Zo<%V/on^}ÿÕ›W?Òöêß_ÃŒ£ X]}ûò‡[{àóÝw7×o¿!ÐÍ×WWëŸo¿»xu{ñË…Y„#GÞÀPÄNv¼øégáäpö#\?‰ƒytO$ +Ö•ssñŸ 1ÕG +9QH +X¡yÊõÖè7dîx¾›HgÊ%JÑÁÝ]ÚÍ¡†óÓ²ÎÖ_±ºËt_wE³Þ„°û’þr]´´ªuG‹ìÖû‚Ö»*Ý·—ÿ‹"§UÇ6½güSû`$s!š¢+ÁŠÁÈ÷ûw7·´*>žª2+»ê‘ö pÕçL.ÒB7 ´xôW§@ äºñ„›xÞœ÷®¯³®ÔµkPb0rxn¿¢ÎÁ„_2‰…CÂøO>Ä6n""@˜Ç¤^¯¥2¢bÀ¤5ýÇBIZui³–ñj_t— 8´ØuѤ·my<UÅ5z«éO+­?´¼,?¬%˜î 6’ìÿy8-IúVwûµ;”ö$7 +K/šIbWúp0tßåF`œ1T¤E,>¦¨Ì¥õ_VÔìÓû¢iÁ1ÌTïèßä™YY£_d»qpæ\4à‚¨ç[ ÚôX,‰é…n 93mƒngƒíÌ +<øÈ›ÖPUo<°Óï¨Fx/„WÛÞФemÙeºî]ÑF#]âÊ=sµ¬÷´ù'Ãôé4ÀºQ ¼·/[ð{K½QB0Á´13Òe…7B¯ñBß4 +Ad0;Øœàt°BÝ +Ý!YòÜЕÙ>ÕV€ª´‘”¶mqÜV,J­\2XäÑØ¨<´d§»JÆ“):€ ‹á»–ÉhÖíMº-*–î¡ÄH õõ„åËåS÷`)ˆÝyQß÷Âxža¶ƒƒÞH +u\Ë¤ÈÆÃÕ˪"ôÊ*HyAùšœ-àˆÍ¿Pù&âú2àð÷A„CºöÄPLð }‰ÿ[Þ£úˆi ƒ +Û¶*÷3!Ç„C-…Év¸mz33 +„¥ÛVW}WØË5<Û6m×Ћ/1VLãPøúŽÚŽZ/Þ­°OÚ1Àtm9XÒ]A½†*vȱK¡:, _ò©p½ËEE’øZý*¥•}†º~ +à ²£ âÐ3a=í™°=ñiEáÕW9m·ŒÈEN3(,k3güjƒÕš9¦,6tûämLÒ#ut¬5 o&¯ÌÖºÂ[ˆ¢y“ŸŠ Û-<¶yîOOž<C7Ãò)͆¡|>2ÐS H + endstream endobj -1831 0 obj +1849 0 obj << /Type /Page -/Contents 1832 0 R -/Resources 1830 0 R +/Contents 1850 0 R +/Resources 1848 0 R /MediaBox [0 0 612 792] -/Parent 1827 0 R -/Annots [ 1828 0 R ] +/Parent 1840 0 R +/Annots [ 1847 0 R ] >> endobj -1828 0 obj +1847 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [279.079 320.443 285.256 333.088] -/A << /S /GoTo /D (Hfootnote.10) >> +/Rect [279.079 228.787 285.256 241.431] +/A << /S /GoTo /D (Hfootnote.11) >> >> endobj -1833 0 obj +1851 0 obj << -/D [1831 0 R /XYZ 84.039 766.262 null] +/D [1849 0 R /XYZ 84.039 766.262 null] >> endobj -522 0 obj +534 0 obj << -/D [1831 0 R /XYZ 85.039 377.858 null] +/D [1849 0 R /XYZ 85.039 286.201 null] >> endobj -1835 0 obj +1853 0 obj << -/D [1831 0 R /XYZ 99.386 124.959 null] +/D [1849 0 R /XYZ 99.386 123.589 null] >> endobj -1830 0 obj +1848 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F101 1502 0 R /F127 1834 0 R /F72 1221 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F101 1518 0 R /F48 1183 0 R /F127 1852 0 R /F72 1233 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1838 0 obj +1857 0 obj << -/Length 2639 +/Length 2708 /Filter /FlateDecode >> stream -xÚ­ZYoãF~÷¯àá#ºO™ÅYgâ ™ñÚž}Iƒ")‰ŠTxŒãö¿oU)sd+Ö‹X}Õõu5K]$ÎÊ!·³Ý¿¤y‘Ï|çné„Ò#<ré{a$œ»ÔùÕåeÞl.}âÞ~¾¾þt3ên6g’¸73AÜOŸï®>^Þêž÷0®ˆ«w—.Mã—Ï?Ï"æÞ]]ÿ|uñÃŒR -ô.õà§ëËÓ7£¡ûéXù"t/~üáúÎràF…Ï·W?è®Ûw³ßï~:»¼;û㌂IÄ¡;@o:Éæì×߉“ÂØOñx:jæÆ`%‰$Ð…s{öï32t %tàJ€¾0éqa“ñ"+¾ŸÍ)#Ä=GUyAà;sê‚ëiW”z‘”Π?/‹¼ÌÀTX7M¶YY­›I\–U«é:[fuV&ff»ÎM)éŠ7óC/Šè„TéEA8ª´4¾ªWŽ&n>€Á"tŒ+{µ¶Üói j¡uѾæœ "AéÉ€é5÷÷q³QzÐ,Õ -ÞŒ&øí@Cñs*"ºFšý‡Xç3áE$€‰Ð‡]8ñ -œÈêVí‚äÃŒ‚gê´Á&C÷ͨ«<ˆMãÁG=W©­©ØpŠ“$kM+È f¿ÂJDG³ÕݵtÄû!‡Mlfvšh’jkÈj©9õcË®LÚ¼*½)¬îÔ,8šxc¨U•5šjí uÊ -ž+$z¬–`t âøÀ\hYo¹0 :µ½‘Ê˦ÍâüòP‡§``\U¢øÐkñUXžIU¶qnô2›5]î4@+Íš¤Î6´¬š&°ã¢0»zÙŸ›½`µ1º¬º2‡ú?Ðà‘æõ?Ï›u\gçMš$çE¾À¼Ç½ís”ŒÐˆy>ޤ¡Âá a‚@ í²‘1“™ßóaÆ&ľœ4à±a"Aª‚>Äc’j¾7ÇëÓ\ŠÉÀ>=‰dæÃ)Æ÷D¿Sðm§¥ 8÷xð„OøxˆÃ<û_3 Äë@hÊŽõäè6ŠR-bâûÎJ8?½äÛ ž@²Åp$šú&òöéëå -4ùª´ãŒr9¾†tν ›þXõ;PߦÒÓ8­ÿÀƒûÁ+ôQ~ âQ4²{ÈÈï*Е/‡ò›(­ÜJÀƒæñ”¤ðB%Â$û·nS¥Ï†Ú d÷ -‰ƒîHªÍ6/ -‡Íý»ò›/áÕ:v›¾’Çkm¬Õrê^ÎÖ,gÔmt#7Ï®Œg kðS婾&‡B©¥]—ib,_ÍÚÙ†r¼éÅþ2ÃÀS«+ý\˜=îfE»ÞIy -7|/ -z¼çó¦ÔõË<î€õÔÔ£~u¥.5ßhg zTŒoäãe«ê1€áÃ:OÀAkÝ2^çnSuµ†R¸ÛºZÕñFhk±{m|¨ý‚ch5Ž,L{gµ’„V?5–á"¾³6ÕÏÝŸ°޾ˆïÙ‹e4"Ü u±Ô“[ÚuÜj«Nw¥Uùî~Ó¿o‹BP¹cõÝß Ò¤¿Ü·"G;^¥25K¡J}¦À×W _lM0·Ì:ËjW*@¼7°±Q¢)Ýe»rTmºÚÜ–ãrWsëëY»ÚZŸçFÍ:û£MÓ–ÿ¸)ÿ½/ªØÀäZÇQi^2·»×á"žúˆbÎedË[nabÑ -NC¢`£wSí±Qóòöq ×ð³†þ닌¶8:˜vß1Ô•Iº¦kžû)9Þ¨¯  +xÚ­ZYsÛF~ׯÀÃVÜ2Çs`pÄ[[••eG©ÄÖJò¾$)‚$Ö Àà°¢ÝÚÿ¾Ýsà  Q´ø ¡ç@wOÝ3ÍiPgíPçýÙ?nÏ^¿ ¤‘Èç¾s»rBI¨ˆœ@ú$Œ<çvéüê +Â8™Í¥OÝ›OWW¯g@ÝÎæ\R÷zæQ÷ã§ÛË7ºçŒ+âòÃíÅû ÓøåÓϳˆ»·—W?_žÿ0cŒý¯ =øñêâÚôÍXè~¼V¾ºç?þpuk9£Â§›Ëïu×ÍÛóóÙï·?]ÜžýqÆ`IÔaý@o:Éöì×ß©³„±ŸJD:wjæÖñ`•4’@çÎÍÙ?Ϩ1ËþS™‰Q6°£@{¾pI„g µ*Ëߨ¤ðÇ`”ºÿEí.HÄœ9c$’RÏ|­$‰‚Hà ÝÿWÕofúër›j–‰y”ËTÍ +ô‹zÑFÄ~8Ì…ð@ˆ$‘ßw«=ÏPþ` +‡‹`´_ôÚu™¦ÒXö^‡ô`]’K¡b‰…§L§,$µÿâóÜèÝÄMºM‹¦&\æÁ©âsD—bpŸcˆ ÷¦ÝíÊʈªðä,Û&ë^͸¸­ÖMº¶ضy“íò,‰› ñÿYCíÒ*nʪžp4P…sÂ}ã‹oÓDRV¬gssú©l®ˆX)µNl‡n\%›¬ŸK“¦­R0¾ç&vp>ê8cÒUzbÇHOXÌW5“{=õÔl½i4¹Hµ¸l ¢v¹2-šûÐô8§6¦›8o*cDðˆH0t¯Êþ%Õ¨:[Cá*½ÿÌj3ˆ¾‚Oœî¤[çú¡WQÕàеîiJý\)ÏL²<C—М‘…6ñ`¢ñf$9ÿTƒ%%Ü8o6e»ÞLEÉr€÷5VðÔX!Ña…°£ +¾Ý´tö=|ƒð û ˆ¾Ýþ𠼆/‘†„ ïXSŽöa "L mª{%ìŸ$yÄHî@ˆf¾ ¤¬yx¼<…ëÑúL@<èÓ<C"à'QžAÆæ›ŒùóRZõ\N ÞÂ2’_gëÂî‹02ºex +ézç6û±Ú· ½Í¤'a<Zý‡(" ?d/D1D‚9NcÆÄÆöŒ'ßá8T -žä£ ­ÜJÀCðà…(Œ°@œ¥ +?]½GÁ9Z¯ p€üÖ{6žv’'ÁFRBå ¯ÈËbý$6'Ýa3.ø·eÇ+4 +ðÀ_º/CEx°ó“ "âÃsœZ„æ +tÐ 5…éù9ªýôžw´Þ +¼wi\qûüi’CU*{YÅAO @‡àPƒñÆ7‰á£è­Ó:ÀCÊè…èPÈwéI~L ÆÕzŸMDæÂ;d†Ò§py~:q8¶ŽÖ{=àÁ©|z< +`¯g'AR°c0È'¡w +ázCéÓqõì„âx½¢Ã#Ÿ„ò¨ßS?%£P8< +Ô1Ïþ£¶¶·JhÏí2Y·L-KEª× +56F¬ç’™ÚØO˸<£Riü®JmݺTKM²ªJãÏë$ùn&¥Û¥J´-i%Ö‰—6P ©›U4[3Õô†1øý¨86õÏfá“9$ 9ñÄÃ,¿˜t–"I/,*Q9øTÅ|Д© endstream endobj -1837 0 obj +1856 0 obj << /Type /Page -/Contents 1838 0 R -/Resources 1836 0 R +/Contents 1857 0 R +/Resources 1855 0 R /MediaBox [0 0 612 792] -/Parent 1827 0 R -/Annots [ 1829 0 R ] +/Parent 1840 0 R +/Annots [ 1854 0 R ] >> endobj -1829 0 obj +1854 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [467.605 723.561 473.782 734.756] -/A << /S /GoTo /D (Hfootnote.11) >> +/Rect [467.605 639.875 473.782 651.07] +/A << /S /GoTo /D (Hfootnote.12) >> >> endobj -1839 0 obj +1858 0 obj << -/D [1837 0 R /XYZ 84.039 766.262 null] +/D [1856 0 R /XYZ 84.039 766.262 null] >> endobj -526 0 obj +538 0 obj << -/D [1837 0 R /XYZ 85.039 615.84 null] +/D [1856 0 R /XYZ 85.039 532.154 null] >> endobj -530 0 obj +542 0 obj << -/D [1837 0 R /XYZ 85.039 296.956 null] +/D [1856 0 R /XYZ 85.039 213.27 null] >> endobj -1840 0 obj +1859 0 obj << -/D [1837 0 R /XYZ 99.386 216.762 null] +/D [1856 0 R /XYZ 99.386 133.076 null] >> endobj -1836 0 obj +1855 0 obj << -/Font << /F75 1282 0 R /F101 1502 0 R /F48 1171 0 R /F72 1221 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F101 1518 0 R /F48 1183 0 R /F72 1233 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1851 0 obj +1870 0 obj << -/Length 3043 +/Length 3125 /Filter /FlateDecode >> stream -xÚ­[YsãÆ~ׯ`*Sáh _U{:ëlí&÷Áå¸T0‘%‡e%•ÿžî9@€ Q¢‰' îžþzú€tv7£³.^./.߆r“8àÁl¹šE’PÏB(ögËlö³'óÉ|!ê½÷òêÅÕ<ÞOó—Ô»šûÔûøiùîÛk˜a!£Þ«¿½øÇòÍ•!öÉO×ï>ü`¦®_¿z5ÿeùãÅ›åů 4¡3¶— âh4K·?ÿBgÜûqF‰ˆ£Ù½¦ÜÎ|PŽÆÆ›ÙõÅ?/¨]ÍáuÏ›E‚LÌB!ŸbÎeDb?옙DŒÏBÎI,Å1&@΀FZÚÌ~Ô33‹`Ájy@¤5óÛ¶H›¼,¾4 -)@pf‘ -ØUÀ~…»ÌNÔV.MF„j# ŽE$è¯w«ÿ¶n²¼$ëï¶=RXÖµ¨ -²É”hÕŸ5ÀÄÄ ápy+’¡ïµu›l̽¯ -¶~–aЇ -Û«ê9óµ­Í5dëdÎ]Œ13Wðº«Jœ5¯Épž©¬ |v_õ=Ø×/Úèè2G¥úŽ¥Ç]8Âuáû ¢L<ôó§­G°n;UÖÝÈ|³Ø|¯²ð¥ð²}GEÙ˜ÁçÂ,Òüº_+Ø=•ù#3 -û¼îÏa¶uØÔQý8:5ääÍ08 -rÑ`kûŒB‹Ûím,F:+ Pç¶.¢Ú­E7–TÃÐíŽMB†Nãvã\L¦2aš«ýqŸgͺ6A@÷—ÊÅïJ|ºPÛ SR˜‘æ - +xÚµ[YsãÆ~ׯ`*Sáh ÛqÕžÎ:[v"q\ŽKCY qXVRùïéž(ˆMä ƒÁ »§¿>‡ ÝÍèìÛ‹×Ë‹Ë÷¡œÅ$x0[®f‘$TijP$ŠýÙ2›ýä Â|2_È€z?¼¾zu5¤÷ã|Á%õ®æ>õ~ø´üðý»k˜a!£Þ›¿¾úûòÝ•Y 웟®?|ÿ­™º~ûæÍüçåwï–¿\0„ÎØž3°£Ñ,Ý^üô3eðì»%"Žf÷zåvæƒp4–0ÞÌ®/þqAín¯{Ú,b„±p +ùqƒŽøˆ@"œ“XŠcD`9ƒ5ÒÒÐjö£žšY?@+ Òªù}[¤M^UÃeD“pæO—ÎoUVùnœ¹ïû$’¿gÛ#ú!pýÝú7Dà@œ "§ñ4 ºìQëòfU'YFÒ#(NÀºC±Ïøû'¥¢Lš¼¸3÷»2/3,Úí­ªê#0Ÿ,ÝB@ƒ§ñ<BA,A 9 BAßçBu{‹qëJS°w( +®4Š:¨²|Î¥÷+¦œ£pM BW_Ë?ÏÔ€,ä`@CP~&`!ÓZ›°Ð'¡ð;À¶íæ(P°î€ê³¾M¾Û<L +8ë`âmºNª¹|Æ­& C«/A +¥Dà_çLzªz>6¥¹¶EßÊ&:½…§q<Yø†Œå™8úÄÿi`””Pîa¬_ãùt(öø½(ž€á©’@$¸Ï΄PøÂi0! BÑsEPÐQø&`Þá×g>âã§<Yö… Ñq/@C©,¦iÛ.A™='|À xw +<àé¢?PƉø™}žŒ|È|e.c‹ .Fùª>Šà܂šøÆ~Ó…Áhøá™_2„*œMÓúÉP’˜ºƒ¯ú%NÀ½Ã°Ï}Ãi<YôcgŒI‰º˜æ`L7)]Wˆuès + ÙcšfPŠˆD¾;>Ó•ès +XÜ)R¨æiÂní ’Ýö}þ9¿Ì‹LýFvëÝåǼnnÊÕM³V7ø1ÍÍÆjÓHe¾~94MÚ‡¡ä«kn­Ac¶p‹@ +"YÔûü‡YÜÞ€&ó²­TÝîv¥3éjÎ"Ï!iWÒ›»]O¨w§š?›é›m»éjAÕ¤Ö1½{D›ê>yÏ™[Î×M–Â>Í[+û­LÑ®mjË`Wùú›¨-\šŒ0ÕJ‹HÐß;ïvÿuÝdyIÖß8i{KaØc¢(H8Rz UÖ0 +r€¤]ÈXê0 ¹,S+ôº¤Ý4cÆ+9$˜.c>Ë—ïÃ[Ž»UEcë:²ß¡&&¡r¹Ù$X­¥#\ lóY·›€¶É?˜°]­„7¶¬7KPvMRµ³ Ì—¸èø‰Óˬ±«1ЄË¿z!ó¾þþPïýÇæBz¯ ˆ1où™¼Ïuƒuè§8£w…Þä$¿$3+Ê•™41'Ä +]©Ô”’fYÞ ¬Öy®N¨ÜɃ²ûLù S€–ÄïËâí§ëw7¨‰Z€š~yý—1ãˆ8 dgºÐïs·¦€LôÄlåS­FD`?8ê²Ób±-3µY€Ñ w&™h-xgÏ:‹ „°á‡hAXÓ¢=A[£ÜJÝ™À¨­•%Î~8¨å ÌÚ”6^#Ê:„+è|ô7–°?Ó¡«‹e‹n¯©þØÒ‰Uxž²ÀÎ%ºþ†ÚÑ•èµÒš°Ígug¨«o/f?é`ö$¤œ˜ +¡ +Á–>àNbŽ%íslFPˆÒëÚH4¸pMËÌ>´Ûv/šKgðü^G¡Â¾¯[r˜möeD@h¿F +âMÑ<‘|9=( Ç:PüóX‡Ê@ìÒŠ¬ã&ŸPˆc}+‰/쑌kÞ-/þ†a< endstream endobj -1850 0 obj +1869 0 obj << /Type /Page -/Contents 1851 0 R -/Resources 1849 0 R +/Contents 1870 0 R +/Resources 1868 0 R /MediaBox [0 0 612 792] -/Parent 1827 0 R -/Annots [ 1841 0 R 1853 0 R 1842 0 R ] +/Parent 1840 0 R +/Annots [ 1860 0 R 1872 0 R 1861 0 R ] >> endobj -1841 0 obj +1860 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [372.765 470.633 542.13 481.418] +/Rect [372.765 445.926 542.13 456.71] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/wiki/index.php/List_of_the_SDCC_library)>> >> endobj -1853 0 obj +1872 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 459.181 319.161 469.079] +/Rect [84.043 434.474 319.161 444.372] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/wiki/index.php/List_of_the_SDCC_library)>> >> endobj -1842 0 obj +1861 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [339.792 162.17 361.71 173.074] +/Rect [339.792 137.463 361.71 148.367] /A << /S /GoTo /D (subsection.4.7.9) >> >> endobj -1852 0 obj +1871 0 obj << -/D [1850 0 R /XYZ 84.039 766.262 null] +/D [1869 0 R /XYZ 84.039 766.262 null] >> endobj -534 0 obj +546 0 obj << -/D [1850 0 R /XYZ 85.039 506.814 null] +/D [1869 0 R /XYZ 85.039 482.107 null] >> endobj -538 0 obj +550 0 obj << -/D [1850 0 R /XYZ 85.039 445.607 null] +/D [1869 0 R /XYZ 85.039 420.9 null] >> endobj -542 0 obj +554 0 obj << -/D [1850 0 R /XYZ 85.039 424.042 null] +/D [1869 0 R /XYZ 85.039 399.335 null] >> endobj -546 0 obj +558 0 obj << -/D [1850 0 R /XYZ 85.039 403.37 null] +/D [1869 0 R /XYZ 85.039 378.662 null] >> endobj -1854 0 obj +1873 0 obj << -/D [1850 0 R /XYZ 85.039 387.117 null] +/D [1869 0 R /XYZ 85.039 362.409 null] >> endobj -1855 0 obj +1874 0 obj << -/D [1850 0 R /XYZ 85.039 213.144 null] +/D [1869 0 R /XYZ 85.039 188.437 null] >> endobj -1849 0 obj +1868 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F72 1221 0 R /F77 1343 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F72 1233 0 R /F77 1355 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1858 0 obj +1877 0 obj << -/Length 3225 +/Length 3226 /Filter /FlateDecode >> stream -xÚÅœùoãÆÇ÷_¡XDB¢ÉÜGÛÝ&Nvƒ\];(Ú$Xh%zÍZ¢‰îfó×÷ -¥'4iÉŸ0¦ë¬Xl²Ó¸yºë‡¾L”B¸wìÛ×âz±Ÿ=}›¡åiö¤Ð@9„R˜ó5x–¤ÐÀˆ@Rȶ¨Öå<°$‰sÅ%º+ -$B]2XΗѢ‚5ûM ’e¬Š,aúK©’–r,Z!®¥' ¥üE¶^o]jø¯™ÆÓí~½²çm\ÁjíÁ~ÈË:ÏWÏØÊÆ'î#vÖd/QÐêm#QÐqb  -v×C±ñ*8–`Ù”aš2Ì]ÇÆËðÄ0¼Ñ40´ÿºwæ4ÉÎÒ†XPã2¤‘&*Œ…Hõ8´PÎ9& eÃਠ-èr»Ê\ Ó*܈(›ØpÚ!o" -÷!*ŽÈ¨cÔ²àX³ì<ͨ:±:X]4…ØÚ›ÃT³zÂEì?a?ª.¨qÕëu¹]ÀßIãRÃC®^«-ÔÒ>È%)W×!›:då舘«×*•MÌQÙ‡¹³•´!& º‘6*ÒÁ³˜™4CA™í7ÛýfQz˜•À1QºÎ×</W¹›ÿQêøR -CF&«k¶q†è¨‰‚ .Øîíá\í”s¤°hj·cè.ù ŽÊ'òÈgV‘nªïPn`ˆ&-üðkSȆ#pKwg¸"ÿøåPÛ¦j95¿7ÝŽð8DC«G8âíl¿m4 bÄ8¼´añ&4´3gèé&`t,©r\o‹·OxFÝñ›¼ ôVZw¿Ûm÷åi&J CV'FÒ{íAX¤ ­=zê$ðÈ GB†<`¤ð¨A¼mGý*xä ^ÁáGψ&êšÃùi8œí°Õ¯…ÆHk9Š -— 5©°-ü`°\,ïzØ0^¨gƒ”ˆqÿxÓ‡ñ#†\:Œwié` 㮹œ÷à!K­a°G]F>Œwi—µ…í®C. Æ» €ð q®Çvï¶eì·0Lˆ‘6*B@ÖF†J# ЇÁU5ÊØvQºÎïFJ=½?b8bŒÖUÌ{ -Ÿ>#øän ²3¸ÎßþíļúÒݬS”U­@¼å„UƒêN]ÝvÈts$ê -ÚXáÆm§á•BOXénêa -=a¥»©G6õȳj5P6…D€ƒíÝc"|¾œ=¹rCà±6*s‰¤IC`ˆ6>…Í‹òlüÂOyÌ_‚û - -RÛ„üÕ„;ÆHà5bD›‰p¢—À ôD7ô°¦vVµF§MÄ0Ñ’ØD0­#xvæÕò6BNOíEˆŸ]¢6€Á„}ô‚øHĉD´]ðÑgÐ5m.øŸ“DS¤µ©Õ}ņ–â ¢!Î ‰ ~ÍS@™kb$ ˆñz"ćõ<)‹N 1BüX¢íz'!î…q»"ÿˆ§Ð ~¬r@ÜL -ñ# ž@O„ø°ž'¥Ñ $úÉŠšÂžÉŠó]¶ &°·.:Ö†¥,ƒO­ÒP+DU׺è8в?´)VS8&ÕÇÐjJ -ŸˆC•ªûTеêSq庤1úŒ”8…Æ0ÿ:—@Ç$>ýÌÏ@À>#}„ycË<æOJcSH ˆJ àù.[ô²&äÈ!O°Þ´Ðzäa¤_½úÙœ`Œ§µäØ.Ñíß:v=ÛZ -d”r9.<ï Ø -)ŶZùüÕ(»Léâ6‹‚,ÖøLøÕÐZÍ&/³Ð˜|?ú蓹;àÔp#æ8Ôô¤üo‹ž»uèuoóÒGkg_þâC¹Ì¢QæCqæ^§}é=Z,Í寶}dËû2ê*óMVG‡{i‚mc<;<[Vÿáß¾\T¿ÿß>ôáñ +xÚÅœk㶆¿Ï¯p,b#1Ãû¥mŠn“IvƒÜº3AÑ&ÁÂkkvÔ±eÇÖt³ùõ=/c],G ‚ŲF:çå!ùð”…'o'xòåÅ?®/>ùB‰‰AFR9¹¾™h03%$Ò†O®W“§ Žfs!ñôë—ÿxõüÕLŠé¿gs*ðôÕŒãéw?\¿üöò +ÎEðô³Ï¿¿¾|å.`þή^~û¥;uõùgŸÍ~¾þêâòúâ— Jð„<xwXO–›‹Æ“üí« FÌèÉ»êÊÍ„ƒ8l¯'Wÿ¼À¾4m[L ÚÒ ie¢­ä6¨µA02¦×žP† ñ\½Ð !ÈAmÅ‚8E%¾^6˃ í@ —rñD¯\µ¢92”Ö¼îöyQÞ´ÝR†‘`2…[ +m +s¾Ï’H +ÙÖ +¢;ED¤@"Ô%#€å|-*X¸ßÄ YÆÚ¨È"€¦¿$*i)Á¢âZz²PÊ_dëõÖ¥†ÿši<Ýî×+{ÞÆ¬ÖöCþ[Öy¾c+Ÿ¸ØY{5¾LDA«·DAdĉ6xWÓB¿ë¡Öx”S¤¤ªËàˆÕe +)>êqh¡œ +±µ7‡)¨fõ*„‹ØÂT](Pãª×ër»€¿“Æ¥(†‡\½V[¨¥}K #R®®C6uÈ>Ê%Ð1W¯U*›˜£²sg+iC +L>t#mT¤ƒ±˜™4SA˜™퇎›í~³(=ÌJà˜(]Mçkž—«Ü­ÿ(u|)…)#“Õ5Û¸BtÔDÁ +ñv¶ß6šÀ1bÞFÚ°xšÀ +ÄÛvÔï1 "GâyôŒHàQP`¢®9œŸ†ÃÙ[ýZhŒ´–£Ø0ÖFÅ!‘‚±*EŒh»7ïK?Çó·ûMV¸L¨I…má'ƒåbyׯñB=¤DŒûAàMÆ;Œprè0Þ¥¥ƒŒ»ærÞƒ‡.µ†Étù0Þ¥ÝÖ¶»¹ €ï2 +pàŒ÷lÏXIˆAZê¹(@¸ƒ#yÆ3Ÿ<{Ûƒ™ñ +#e(Lú¦Ìx—TRˆ†v3ÞeD̀ˈ˜.a\FÂŒwÓŒ!—ã]: xŒt8×c»cƒ)Ç­Á޵QÁ+$H’5X—ü€š­W®ï¿ËWåmO÷O ÁO2Ž%ô­@$ðgC>C÷Oà3öÿcŸ}ý?…ϰ 1P΀>ãBÄÏ@€>Bp¶ËvÿŒŒ[¨kÃ2€ÛgÚðÀ² +ôL3nì·Þ¡Üça­ò°Ë²ÕãRDÈР[±*O¬ì˜Z†ØZÂ'ZؽÐxùÇnwTP„!öãw¸S„‡HèD”B|(’\…=HA;ܸ£Íá4¼Rè ;ÝM=¬¡GVByŸQ>–>Ì=ëRH OêÔ$bdhc·Ô°‰rXb@c‰ÐB”$M‰\4Ÿ[§k5`3…ž°ÓÝÔ#›zäYµ(›B"ÀÁöî1 >_N‹ž\¹€!ðX¹DÒ¤!0DŸÂæEy6~aŽ'<æ/Á} +aýu(.ŽI|ú +w&/ò2_¬óße¾õçöÛû2/2÷åMv³Ýûãûƒ[7†ÃÕûb±É—îË&Ûl÷ï½a[¾#c‹bÕµý¼˜Í¦ÓUæ~•{¿.݉Ûl±sG‡Ýb™¹CûI0åîÈ>Pwp‡¹ÿÜí·ö—µÿËW¶Ôö · ¯åNÚPØO¯Ó{%¨nÛo7h6çRN_zÇU˜í iu¿/@~3£bz“í³â¸§~€:gP\g¼98*gPÓîpŸ-·›]¾ö¿¶öÐÒ}y——·þ†Û,\þË}¾w²Ì‘“Uf÷úŠà /Üç‹Ëçß¿¾zùŸK便,ÝUƒ÷MV¬¢2/k³¸³Uå­/ºJ¸Üîì%†+¬RkÛ=m_àŽó¢ô¿Ü…hìÝTá³¥ëWP¨eéÚ•}p²ð›–18••2øÈöYØÔ,oÿ\éF|»t<²L-áõƒþaµ„PKèªsÿã_üÜ}Æ(~J1×}y^3îãó<”äúÇ<×yqW/Êõ‹¦þÍ"/Ð>[—Â~u?Ǩ½!&еìЮÈÅ<·¾YØvW=Rr_,mï><<ëT¸±]ïc_‹[ÛÞŸ:ü²/}kÈÊ% +OÄ7øYçŸóÈ9ËÛÇpó*ó endstream endobj -1857 0 obj +1876 0 obj << /Type /Page -/Contents 1858 0 R -/Resources 1856 0 R +/Contents 1877 0 R +/Resources 1875 0 R /MediaBox [0 0 612 792] -/Parent 1827 0 R -/Annots [ 1843 0 R 1844 0 R 1845 0 R 1846 0 R 1847 0 R 1848 0 R ] +/Parent 1840 0 R +/Annots [ 1862 0 R 1863 0 R 1864 0 R 1865 0 R 1866 0 R 1867 0 R ] >> endobj -1843 0 obj +1862 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [460.936 543.181 467.113 557.374] -/A << /S /GoTo /D (Hfootnote.12) >> +/A << /S /GoTo /D (Hfootnote.13) >> >> endobj -1844 0 obj +1863 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [138.289 495.348 144.466 508.112] -/A << /S /GoTo /D (Hfootnote.13) >> +/A << /S /GoTo /D (Hfootnote.14) >> >> endobj -1845 0 obj +1864 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [126.115 464.939 135.978 477.703] -/A << /S /GoTo /D (Hfootnote.14) >> +/A << /S /GoTo /D (Hfootnote.15) >> >> endobj -1846 0 obj +1865 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [553.675 445.699 563.538 477.703] -/A << /S /GoTo /D (Hfootnote.15) >> +/A << /S /GoTo /D (Hfootnote.16) >> >> endobj -1847 0 obj +1866 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [133.308 434.529 143.171 447.293] -/A << /S /GoTo /D (Hfootnote.16) >> +/A << /S /GoTo /D (Hfootnote.17) >> >> endobj -1848 0 obj +1867 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [133.308 404.12 143.171 416.884] -/A << /S /GoTo /D (Hfootnote.17) >> +/A << /S /GoTo /D (Hfootnote.18) >> >> endobj -1859 0 obj +1878 0 obj << -/D [1857 0 R /XYZ 84.039 766.262 null] +/D [1876 0 R /XYZ 84.039 766.262 null] >> endobj -1860 0 obj +1879 0 obj << -/D [1857 0 R /XYZ 85.039 735.307 null] +/D [1876 0 R /XYZ 85.039 735.307 null] >> endobj -550 0 obj +562 0 obj << -/D [1857 0 R /XYZ 85.039 358.952 null] +/D [1876 0 R /XYZ 85.039 358.952 null] >> endobj -554 0 obj +566 0 obj << -/D [1857 0 R /XYZ 85.039 220.666 null] +/D [1876 0 R /XYZ 85.039 220.666 null] >> endobj -558 0 obj +570 0 obj << -/D [1857 0 R /XYZ 85.039 199.101 null] +/D [1876 0 R /XYZ 85.039 199.101 null] >> endobj -1861 0 obj +1880 0 obj << -/D [1857 0 R /XYZ 99.386 164.346 null] +/D [1876 0 R /XYZ 99.386 164.346 null] >> endobj -1862 0 obj +1881 0 obj << -/D [1857 0 R /XYZ 99.386 154.561 null] +/D [1876 0 R /XYZ 99.386 154.561 null] >> endobj -1863 0 obj +1882 0 obj << -/D [1857 0 R /XYZ 99.386 144.775 null] +/D [1876 0 R /XYZ 99.386 144.775 null] >> endobj -1864 0 obj +1883 0 obj << -/D [1857 0 R /XYZ 99.386 134.99 null] +/D [1876 0 R /XYZ 99.386 134.99 null] >> endobj -1865 0 obj +1884 0 obj << -/D [1857 0 R /XYZ 99.386 125.205 null] +/D [1876 0 R /XYZ 99.386 125.205 null] >> endobj -1866 0 obj +1885 0 obj << -/D [1857 0 R /XYZ 99.386 115.42 null] +/D [1876 0 R /XYZ 99.386 115.42 null] >> endobj -1856 0 obj +1875 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F77 1343 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1872 0 obj +1891 0 obj << /Length 3607 /Filter /FlateDecode @@ -8581,20 +8702,20 @@ a qL ü3µ6rçã¶,ã×CÐ`O^ö˜.m2 ðÃJ#\(²^¨#²ò -¡çƒ×Ú½©ÍÖ4—þlåf8EÎɨ1Ð#~ýUgŠëØBÁ’ço§q" І)"ѹK=7øN3âô©.Ž=úœÏƒ/œ}ùB:¾¿\~Z¼hý7î©RwŽÁàšø“Cn›FÎ)ùð`î @+3!N1¢:Y¤ënà÷Öù…G!ª0$á²IëSJ·™šuïYÝ{§áfzËóŠµ +¡çƒ×Ú½©ÍÖ4—þlåf8EÎɨ1Ð#~ýUgŠëØBÁ’ço§q" І)"ѹK=7øN3âô©.Ž=úœÏƒ/œ}ùB:¾¿\~Z¼hý7î©RwŽÁàšø“Cn›FÎ)ùð`î @+3!N1¢:Y¤ënà÷Öù…G!ª0$á²IëSJ·™šuïYÝ{§áfzËóŠµ endstream endobj -1871 0 obj +1890 0 obj << /Type /Page -/Contents 1872 0 R -/Resources 1870 0 R +/Contents 1891 0 R +/Resources 1889 0 R /MediaBox [0 0 612 792] -/Parent 1827 0 R -/Annots [ 1867 0 R 1868 0 R 1869 0 R ] +/Parent 1893 0 R +/Annots [ 1886 0 R 1887 0 R 1888 0 R ] >> endobj -1867 0 obj +1886 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -8602,7 +8723,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/p/sdcc/mailman/sdcc-user/)>> >> endobj -1868 0 obj +1887 0 obj << /Type /Annot /Subtype /Link @@ -8611,7 +8732,7 @@ endobj /A << /S /GoTo /D (subsection.4.1.3) >> >> endobj -1869 0 obj +1888 0 obj << /Type /Annot /Subtype /Link @@ -8620,84 +8741,77 @@ endobj /A << /S /GoTo /D (section.4.1) >> >> endobj -1873 0 obj +1892 0 obj << -/D [1871 0 R /XYZ 84.039 766.262 null] +/D [1890 0 R /XYZ 84.039 766.262 null] >> endobj -562 0 obj +574 0 obj << -/D [1871 0 R /XYZ 85.039 735.307 null] +/D [1890 0 R /XYZ 85.039 735.307 null] >> endobj -566 0 obj +578 0 obj << -/D [1871 0 R /XYZ 85.039 559.367 null] +/D [1890 0 R /XYZ 85.039 559.367 null] >> endobj -570 0 obj +582 0 obj << -/D [1871 0 R /XYZ 85.039 528.31 null] +/D [1890 0 R /XYZ 85.039 528.31 null] >> endobj -574 0 obj +586 0 obj << -/D [1871 0 R /XYZ 85.039 508.123 null] +/D [1890 0 R /XYZ 85.039 508.123 null] >> endobj -578 0 obj +590 0 obj << -/D [1871 0 R /XYZ 85.039 295.815 null] +/D [1890 0 R /XYZ 85.039 295.815 null] >> endobj -582 0 obj +594 0 obj << -/D [1871 0 R /XYZ 85.039 166.924 null] +/D [1890 0 R /XYZ 85.039 166.924 null] >> endobj -1870 0 obj +1889 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F101 1518 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1879 0 obj +1899 0 obj << -/Length 3618 +/Length 3616 /Filter /FlateDecode >> stream -xÚiܶõûþŠ -ÔšÂ#K"u9@ÛqMl7õnÚ›…¡™áì¨Ñ1ÕáÍöøï}uÌÊ àý°"ßIŽ·º[y«7/¯/žý%W©›FA´º>¬’ÐõTºŠÃÈMR½ºÞ¯nåú‘»Þ„‘ç|ÿáÅZ{Λw/®Ö› R©v^}óâûë× z€Êx?\]¾૯_½Zß^{ñúúâ_>¬ë­üq î%«]yqsë­ö0öíÊsUš¬î ³\i`ÅKCh««‹¿]xSÞu²À»¯\•¤ÌûÛü—µï9†yéŽY=Ç“y*t•Ÿ -µUŸº¼®žò2ŸÖAèdMžm Ó2è>/ -nmø»7$õE'Âä©ÈvfÏí¼êê‘ujüø5žÀ‹µïûÎõ:UÐ$xkÖ~èÜ•¦ê\dwµI7ŠƒÕ&Pnê3›W#0¦¡]fÜÀåñk—ÇvV!úÃýÑ42šWü%v°¡… –iû}cZY ==nöm^ÝÍïÛ>+°äÿ´)Ö¾;ö³\[P«Ä ÷ugìü¬Ž´[oµñ}7 -Ö)k[¦8x†3E^±Z6s„;S™&ëÌú©©Ou²—¥}7†v„2¾•JAÀ… -„6.«ÎÜüæõܨûîÔwÜ>ÔM™QÛn ¡[™ÝöÐÊå\[Š(Ķ"AØŽ`6ÑJ„x©ÏxšJ„&=0EQ‹;Ýq4µ¼³b‹5ëÀåc3´¤é`ÆÕ™µ‘÷¢Ö®.K’%v€]BPÀñ75Zû½Áÿ¬9 -¢›Íø`Pg -A5n[õöŸf×É öˆØW;뚃˜6Á΃|ÜŒT& Z‹xa)M7jýàÐ4F,üúÎw/]\åí“6 ƒbóz8å;`ä»Ç¬eŒ¿Y{dXÛeMÇ,B#"x¿&à=p'Záw˥ɪÖ.hÑëÊ.ÑŸd¬æpÿ»—üåÌ8`ï­Y -z}kõí½¬[q¡£gÛ³{Îw6Û×Õ“µŸ8ƒ³]ÞøY¯š!i´¾™8…/q -_â¾Ä)ú–ßQÃXÉ Äšœ ¬g>4 ‘V’Ф#þ¨–€mÕš¤–0Nj }QK€°.hTF¤CÊÐ@3ÀNPã„AO1Ä%þ ASþI¶•Q¶;Õª0­ -cNèT:Ñ+è‘¢ÀwÔ«·Oû°U*hŠR9R%„ÔüåJä€b9 d¾¬„ÚXîdPŸÄºÀÍwY%Ëì³.C†À½ßóÂX6•ñþX[ «Á@BM-‹ÎÄ®”óJ¢~2ä…ç3$HfÚŽ~ -LÕ©ýÝuxÀ2ÓD´„0-·Z³§º±þ` ‡zž0 -<¦n¢ävçç gXd[“[WGC>ÝfBü³±ö†ÔscÙÏ]‚´ ñÖFm)™”óÑ]È”Ì3l7÷@R¡]Y}ž KÐݹ„°LJbŸE”|„Èij,U(Ê -ø*"šMQÄñÔ2Öyš,+@ -Wfó‹ ´ÕýH…Áà…“ÌÖ3´¹™|î”R>¥çXÞ§ç*±öÔ·GÎ×Ò‰RD3¥HY)¢A)„(…ë`&Ó+Šß%Ç}LÐåÛÔ¥CŸiÖ\îsõb]µ ¿@½0©2æãÔ—býI8è˜õdþÍSÛ Æ¦r]÷ö‘"“U>Wxؘ-¾” ÔùÕ¥òE -^<ævd†²'9§út ÷GS-†e`‘bˆ%—·q<æ„<"ÚO2¾FF¦ÉcŠws\ØTƒ±xc±¤¡ñßÄ’AàâP¬ïŽÜ³™Ø&›€y¶qœ3=ˆ˜ÒçÍR”ŸxڒÖßñìÜ We%é º®“ÙåÈä†T‰–ÖDKcëJq -ߥÅá¹o‰ç‡' ÐÑ0½ñ0覚T žÕï GH회KbÉqµ¢ôYÊäš!$}èC&ÖÛÚ[a £ÅåÂÙV\ -¢Øôð&÷ñc•ñÄýrÙ›j|-›;àÎõ "ú⺠½ýx2û ²ËÝ’]¤®ŸèéÕD¬­²©YˆÖC©l *xèæzuÏãò3¹ù/ݵSo)Éë^n×K8x¥? 9@æÉšD/õ#yK…¯²ÌPG¾Ú`D”_zÈæfÊò[gý(L/[¸½Ù D7ƒD_ñýö­`x_Ý%~'Åù$½çgƒ(¤ô(æÎo¿ +xÚioÜÆõ»~Åjná¥IO(`;®£ÄvSKi(‚Á%gµlxlyXQÿÞw +¢›.ø Qg +z¤(ðô*ÀíÓþ +š¢T@ŽT ! +k8Ÿ‰p ŠçKuWäZÈ0ÈÌ•5›üáÙÄÜ"l¬¦úÔ‚þf=Þ°Làt íF!Ì‹ó±ÖÀì©iM†?Ú¡Y& +¨%`ðê…I•Öçv¸Û èƒQÇŒ'sožš¦75•mÛ··ˆ™¬r¹ÂÃÆ<hñ¥Œ§Î¯.•+j€­Tæ!›-cŸé“­ñŽ„a5;Y„cø'5þÏ®¶èê£èÈÉ{þhRš€fmC)2´'ï=䇪.?²Ž+6„$ŽŠÐÇy°5nu­¡|è¨àEÀc~Pa'f({òCëÔœN#ôþ¨ëÕ° 2Rñ¯âò6ЦœGD;£YÆ×ÊÈ<yLðnŽ+“j0o,’44ó›H2\ŠõìÈí)›‰L² ˜gÇ9óƒˆ(}Þ­EùåG)9Lù-Î +Î}K´<<Y€Ž†éM‡A7դѢ~_9B¢økߦ\KŽë+JŸ¥LnBÒ‡>dbƒ©½æ 0\.œMÅ +‰Žû¾\“Œ{“`À„ÛáÔ¯=Uû¶7ÕWk™Ÿí„îx-^y®¿9þø6öa…Nh;ñø4 Wûäõw½Çõ&ƒMù>y*ozÔFUx©¾‡_äõüÌ•zÖåÕn ¾Ëk‰«;ñâ3?MG‰×(¹F;¨ ‘$ ‡0D€3¾Å 14Bë!df_?+º™>ö@&t½é‰ ñtÍÞX™b 5Æ™’Ë´IMšÐ +^ÄCéhy²%ÑËEýDÞP!Å« + +ùh¤Œ¡@q]‚_Ôöªø·nŸƒ3!‘jÞ¥…`¾þûë·è¡zÏý4‰¶ endstream endobj -1878 0 obj +1898 0 obj << /Type /Page -/Contents 1879 0 R -/Resources 1877 0 R +/Contents 1899 0 R +/Resources 1897 0 R /MediaBox [0 0 612 792] -/Parent 1881 0 R -/Annots [ 1874 0 R 1875 0 R 1876 0 R ] +/Parent 1893 0 R +/Annots [ 1894 0 R 1895 0 R 1896 0 R ] >> endobj -1874 0 obj +1894 0 obj << /Type /Annot /Subtype /Link @@ -8706,7 +8820,7 @@ endobj /A << /S /GoTo /D (section.3.3) >> >> endobj -1875 0 obj +1895 0 obj << /Type /Annot /Subtype /Link @@ -8715,7 +8829,7 @@ endobj /A << /S /GoTo /D (subsection.3.3.4) >> >> endobj -1876 0 obj +1896 0 obj << /Type /Annot /Subtype /Link @@ -8724,210 +8838,175 @@ endobj /A << /S /GoTo /D (subsection.3.3.4) >> >> endobj -1880 0 obj +1900 0 obj << -/D [1878 0 R /XYZ 84.039 766.262 null] +/D [1898 0 R /XYZ 84.039 766.262 null] >> endobj -586 0 obj +598 0 obj << -/D [1878 0 R /XYZ 85.039 636.907 null] +/D [1898 0 R /XYZ 85.039 636.907 null] >> endobj -590 0 obj +602 0 obj << -/D [1878 0 R /XYZ 85.039 481.012 null] +/D [1898 0 R /XYZ 85.039 481.012 null] >> endobj -1877 0 obj +1897 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F77 1343 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F77 1355 0 R /F72 1233 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1888 0 obj +1906 0 obj << -/Length 2848 +/Length 2725 /Filter /FlateDecode >> stream -xÚÝZmsÛ¸þî_¡Nfj.b -B‰Çží;Æ’d±-}h¾N´ÛçÊ'_=~Fƒ—W£·-°Ý o«Ü;ˆB̆÷>[ƒGwÃÈzD4™’«¨µ@;p §XCbuàÌSbã{l†ïÙ¡ãõM&¹Kò<@–P¦€ØæÚFš;¢µ«…n‡a ‡·A¼M`SÙŽçà™ÀM7nÚqü€çt3!Û ZG«ƒêõ­P«¢ñ¨s¼Öþ©€?3úb§*™ön³<§–º;ФÃ>õîÊ-5 žÁöw˜„hœÂog -C\LAGmfL„¾Û -FNl™•`ó¢Ý»2»kÉ€1•E**˜ï[£’ÞQØ -$ˆd•u -ÏTê‰å:kLk!‘¼A3TÞÈ]È`°NÐÖ6i&Ô¤O˜ßÆúëëÝbû·Ðƒëêµ™âG*C1lªYVX;q¤\%´!̈uÃoyýÞ -UfPí]Ë ½–ë¡ÊZTÙ -e$«ûŒTcÑOè}Dèiy‰Ù€Ú_'“Zú~Š%eÓ–«e¡^–ÆCdõÀi‹¶’¨²µ45ˆñ^­÷.1ï£&¦_:¯é,Ør¦’ØæÍØËÁC/Kݤ×uš$Q| O٠ʯÕÉPÚ‰¤Ìsmò}ÁaI]x -ÌcURÝ9¾Ÿ˜äCô'«O1´,%—-¢1V^àC]–˜7õNÙÛØì·Óð‹Qð@¬Ær=ÛVÞTcÞœAÒÏ9¿*ž ykô HO{ Šÿ/-(þ6ÿOZÐ× ‚Þ½–cï•®os7Ú½WBÆöƒçC-|­†áO]‹Oúµ'Ò*® åK0ã£Çp²½j/-oÃ(U èÅõBrT’_1`°àAØus -­µHª’hƒ}´”êÃÈd¹?~¡)Å®õr—ô²bX’]8Ã…bó´ÅYäuÙÛ=Ã3G2SšÌÚç„LqvàEÍTÑY1bÍæw#–ò7*Ogô™w¸á ¹óîPj*5±äÄ}¸©ª„úꤔ +xÚÝZmsÛ¸þî_¡™|ÕF Àwæ:7“8qê›»Äö¦>‡"!‹ +vè¹F¡MI',œlë€|6†]èØaõ¡“Î=·ÊËV¡½‘–5mSaçZÕ¿ áV7Hó‘ÆÀЄõqM6M^•c‡éH[ÊÁM’ÿY‰¼­ò«¤%Å5ê°ç£5YŠuµJH &¹fTôAÒ.ÝÚг¥ëƒÅoeì«àÂ!ºÞ@ƒPÜ©AhGÐêîÇjÔyÐÌ\hëÂßÇt“_•¨øxëÇÔ½ÉÛ%snÊÏð‘Ì¿orÖ‚¨k²ÈUÕæfc´Vü…CÕ0¶ß¨ù÷Sñøô--} ‚Ù}ð³rsV‘t¾UV-Mh6kt~DE#ƒÊµ#-©éo©»R«9Ø%œh3fhØŽª~NÙéKû¶ªÌf°¨.?¤s–à¼Ü ԛ߶F§Xx^¨šÈ­Z­Q’†ü0’žå%¡$cÏöcŒI²Ø”)šï€í÷¥öÉŸÑàùÅèm l7ÚªôîD!fÃ{Ÿ­Á£»ad="šÊÈU4,ÐèiÖX8óŒØäá{vèxC“IoÓ¢§”) ¶ÛH{K´nµ±0"í0báÈ.ˆw‰lê Ûñ<;vŒ›vÀà9ýLÈö‚ÎÑrP½¼I´Åêh<ꜯs…)áߤƌ~ تJf„½›¼(¨¥ïŽ&qاÞmµ¡Ä3Øþ“&Ì)üö¦P0ÄÅ4tÔ&av‰ÐwûÀ¥¬®ÒæŸn/àlWOpÇkj]Õ<):TV«Ülæ +u…øÃ±G“U‘¯ò2AÃÝUÆm¹¬LðUÊäe¶¡K±¯dªžßC£¢2­írº[­[þ“¾Ù•>p‡: +ð<u®É òd4Àåˆ>s.ýeÕ¾2´ºã›ÕÇ”(¬#<¸Š-ok«™j“¼h/ÅÔŸ»ŽwwhºyJw6\GÔWj¼Ï­È–¶7ÄõÜÚ|Ag&_ ´NšÆŠ + é`ßFÐ!¾¬ØÅê¸+Uª:iõ0-«ëÍš)±O[p ßRJ¨ýqÙÖ¹q³ ÃàÙaãøô±ggÎLAìu(Ã@þE«ÌÚK^y]'DÁéҳΖyÃù©3pÚ¹Žˆ®µiÔbƒ;ÃŒ¼$Zš4Їo TR4J» +6ù¡à‡°$ž æ±:©îßOLò‘ 'ëO1´,%—Ik¬¼Ä‡º<5o +úr°±Ùo/¦á£àA1-»Êõl·ò¦ó¾àì!~ÎùPñ\È[¿…ÅßÞ‚âïÙ‚¾«q ¾Ü‚âÿ+ J¥ü&¨À2ß!*_ímœc¨8¶ˆ¿ ç×ïaûÁC^1hÔØã¶ëÛÒ¶ÛÞÿÈà¼o”‘¯‹Ø0¼ +ÙWèÇãXF´wg +’ÿ©Ê3^T5Ðì¬mmhßÃoqdKˆÕ3üþk¶œÁ”Wgÿ<¢¥ endstream endobj -1887 0 obj +1905 0 obj << /Type /Page -/Contents 1888 0 R -/Resources 1886 0 R +/Contents 1906 0 R +/Resources 1904 0 R /MediaBox [0 0 612 792] -/Parent 1881 0 R -/Annots [ 1882 0 R 1883 0 R 1884 0 R 1885 0 R ] +/Parent 1893 0 R +/Annots [ 1901 0 R 1902 0 R 1903 0 R ] >> endobj -1882 0 obj +1901 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [516.059 559.964 537.977 570.978] +/Rect [516.059 558.804 537.977 569.818] /A << /S /GoTo /D (subsection.8.1.4) >> >> endobj -1883 0 obj +1902 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [139.664 492.508 154.11 503.412] +/Rect [139.664 491.058 154.11 501.962] /A << /S /GoTo /D (section.3.8) >> >> endobj -1884 0 obj +1903 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [298.208 433.602 312.654 444.616] +/Rect [298.208 431.282 312.654 442.296] /A << /S /GoTo /D (section.3.6) >> >> endobj -1885 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [212.72 158.419 224.675 169.323] -/A << /S /GoTo /D (subsection.3.3.2) >> ->> -endobj -1889 0 obj +1907 0 obj << -/D [1887 0 R /XYZ 84.039 766.262 null] +/D [1905 0 R /XYZ 84.039 766.262 null] >> endobj -1886 0 obj +1904 0 obj << -/Font << /F75 1282 0 R /F77 1343 0 R /F48 1171 0 R /F72 1221 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F77 1355 0 R /F48 1183 0 R /F72 1233 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1892 0 obj +1910 0 obj << -/Length 1352 +/Length 1584 /Filter /FlateDecode >> stream -xÚÍ]oœFðý~Š¥šÜzXzR$ÇIÜDNœÚ×§8:aØ3(À^³µýïÝYîàÂ9íCÕ>Íì0_;_;PëÖ¢ÖÙäåbrüfÆ­ˆDX‹•rB½Èšñ€„‘o-Rë“ígÊj¼<q|jŸ½?¹r¦nàE¾}úóÉÇÅëK8r -¬È÷ëÕÛgHºzuzê|^¼›¼^L~›0°K-¶³Êih%åäÓgj¥ðíE‰…Ö½æ,-\¡¼°®&¿LhßwFYÏyæÎH8­Ì#^¡÷µh7uåLJíd®<±¦lF"ÏÈHÄ9òý©ì´¿ñÞæiHü ´¦.°®]—ïÉÌÜ~(µEæuí°Ðd²Œ›RÉî™á!ñ\¯“¹¦œ>ƒ †ÔþÁHÌ  -0»¹ÏÛ$CR› D–Z½AE•nO7…L¾ º®Á™ˆ¦É«[Ô%+ütŒ@®—Û+Ȩ¡{%V£v¼)Züœ7”áx) -©$îûßA¢Â˜›» -‹‘µÉS#.pÜŠ¤5¬+Ñ&ë5’Ì\G´›ëŠ'W´Uë‚E“&²¼ÉGÇYÕq{ž -=×]¦.©»‚©Ê}ê€ë -ìéË‹÷§'çç{YضëXù—òÎÈË—ÞóïçíÑ °Ó6ÛÓÖÓøâÂp§ï)’¸(º‰YËRibRâ -lÄóMnw ÿïsº +xÚ•WYoÜ6~ß_!$@£m²2E+5@Ç9š ‡koŸ’À %®ED·’ÖŽ{ü÷Îp¨]i­¤Î‡œá\ü82çÊaΫٳÕìèå2rR/yì¬ÖNy,He{I:«Üùèž{óE3÷ôìx2÷Õ»ãóù‚ÇAº'¿Ÿ®^œÁ4b Jrœ¿~ÿŠ–ÎŸŸœÌ?¯ÞÌ^¬fÎ|°Ëo”³ÄɪÙÇÏÌÉ÷Æa^&Α¬œ\aitéœÏ~Ÿ±¡ï>óÎû è0v–<ò‚Ðzÿ7wü¥—³ð}/"âxžgxl¼|S¨RÎ1cî'±ÅBÁàSËû§†·ø¢­FŒ˜OÉnW¨–¨~µÛVV—¥lhZë•«Û®ÙfÒõ”A«Wuc­µ¶ ›FnIО[4ž>"¢Uu&{÷dïMu¸_ÕW;&-ÜK“tìM®Z1äF`‚ß§ôNÖdƒÉ§SÌ>Óãc°iýYG/Ãd +<­8"¬À˜¢¾2p ú‚£1ˆÄzÛmCÇ}>q™pд…œ¢È]ÍæjbгÚ`nÐã +ƒ4·ÂGä>šƒë-Í4Â覦‰E ‘=bpvYêì ÄÌÓÄ}&KÚdÕYEÂêèùW£…5¢‰]J¦ià7¼Z}.[JÇø¡YìîYäEiJ +ærm¢Åê÷¾/Ì6"óšøA8‰ë^ö[»TX¼Ô÷'¬®ŠFJ0Ýîœxú}Í÷’˜2{­•}(ÖZïK\Þ½–š~ø!ÞEó?ü]«pPù‰Æ ÄÃ<îÛ.áçÑÁž%öEf #a¸’ÙE!ÚbâY #/ÞKbN¢þ¡aaÒC$ +ý•¾¶{ã‹gÁ“ÿ?¶ïV€½¶å¶Æ_¥1Ù뻟‹‹2eÙWÌFWf:ºÞƒüÜ»«¶ŒA +—üNyŠïß]Ï +ç{¡Û(ümLäý À蕬e#:I3ºš]ƒ±gʾš§#Ó_‹NÕnDf·ö +Ûnn7vuçÂÈXn·È +š_ÑÜÒô“ …¿ ì"èül›Œm»TYÑBl6²n§3™K·ÍÜOÀ$N94eµù_¡â0HÝÓþ£ +ˆ=#iX»µª›;Ö ~RÓñv.§"G¬JL±Ímq=@Ðð4\©ñ?ElºîWdû›ä'^ó©²)®!¢0òˆ +|ò#Ž?GoÙÿõ&E4X§Í£¯k¶mø€Xå²ë µöE^è'Š#/].‡z¾ÛføŒyÐD@6<Îl銃і«Ù%Ô~ endstream endobj -1891 0 obj +1909 0 obj << /Type /Page -/Contents 1892 0 R -/Resources 1890 0 R +/Contents 1910 0 R +/Resources 1908 0 R /MediaBox [0 0 612 792] -/Parent 1881 0 R +/Parent 1893 0 R >> endobj -1893 0 obj +1911 0 obj << -/D [1891 0 R /XYZ 84.039 766.262 null] +/D [1909 0 R /XYZ 84.039 766.262 null] >> endobj -1890 0 obj +1908 0 obj << -/Font << /F75 1282 0 R /F101 1502 0 R /F48 1171 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F101 1518 0 R /F48 1183 0 R /F72 1233 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1896 0 obj +1914 0 obj << -/Length 1179 +/Length 2605 /Filter /FlateDecode >> stream -xÚËrÛ6ð®¯àL.d'‚ðÝžlYIœq×V$“Hˆâ”¤â8þ{XH¦hº“öB.vû~€:…C׳‹ÕììU:)I#9«“„„ú©‡IÒÀYåÎG×',&Þ<Œ¨{¹|uõ~yçÍyHÝÅíòÜcŒ¹«å%b.~ÇÿêÍÒ²|xwsu½¼õæÌgIâ.ޜ߬ôQ}+ô·»«÷¯uw¹XxŸWogËÕìÏ#©ÃKhâdõìãgêä@{ëP⧉so8k' -9ʦ@†YÔ»J¾‡(rîÁŠVO´™úÖ6½j«©”êZÁ*.‡|!0® @mLÝi&ü×ËbÃeçØâ‡ÿ¸ÏÄ -’Õ˜di<€¹œ° =Úd¨Æºã' ÁÅs§lò½I/"þŸKx÷èØHæiÙ)iLxôœ+ñ”+%1çãþ¶iß´-z3<·þÂ(ú0á'w˜ÿlÛ L™âP“m. +xÚ½[Ûr£H}÷W°1/ÒÆP]w`Þdw«G¶¼’ÜÓ»3 +,aYÛiîÛÆþû$ ˆ†Ø‡¶¸Y'ëœÊÌ*h¬­4¬½½¸œ]¼¹1„f!KR©Íž4S Ì,Í™×fKí÷CÄ@}]HÜ»¶o†wö´¯S{W{Ð'„ôföµºrùOõ;{g'MÆ·÷Ñ=éë„Óì]½ÜÏ¢Óè&KŒ>L‡woÕ¥éõÕUÿÏÙû {vñŸ  ±F  +d^ñøÁO^ðÓ´”<"‹øô +ìÿ«B^ 4n÷n^L$Mé +u.gUt®Š‡s1Eã$÷âú9›˜qù“øF…Ìyz?²Ó„ë‡i‘ÒT#}Ó,ã>Ø“épœ¨àvݼšDÇÓT!Ó™=¸þÛé™ÜXÌå© &„eµ›ÊÌbbBÃêÜ\DŸ+ùê”Ë^,mn¤w–³pþŽLï|7ñÏUÜ»áŽ8’‡¼#KwSìPdúÇÖBÞq‰šf‚_”ÀôMìmNrco©jÄÇV#š0"©ÒƒÐu–§GãÑ)©-²@ÛŠ-ŠºL4­Ã*ÕÆL¯˜ój›Îúë©éøë|Т÷0‹*öqn:À” +§€)^¦¨Å†‘kK¡ 3ÀdÜFסž_D!ó“ۊUƒÀV’I{µÄ)FÊX'yoì]™x# ªóò‡Kˆó™7({æoÇ×öh>½@î>Mu 2ªó Σ:Žz°evÏ& +à$oFrc¿Ê$s†LC´$™A©II7$³hoÔ¨ ùÝC-Ç`È8ÎchÂñóËiz%¢aˆnìR™^0!êMœA/± [ÝÐK)´ãzaÕ4ÿX¨¾jhî +ŠTÀ}}µÕص2Ý`‚È–û3 |È_¬º F²¦ÊžÙw—ÃY +hÎ[ îœý&Ð×¾þèøŸHE…iPdHÙ¨ÂlîR™h“#Óh¹@"줛} +÷컚M€.ÀdDçÀœÇ3$ ¶uB=Þ½u]?<ñš­ÙÖmsŸÊDƒ "Ûf|n"ÜQìPXÅŒ?¼›ÍGã»·?¤¸=ŒŒá<Œó(^û¡îmýU-Ç’C™i6#¹©WeŽ¹Ì¶a› CÝlúf!Ê‹{ãûÙðvø/Ú÷¶}]Ãq82’ó8Î#y» õèÓs=Ø¹Š³ãh endstream endobj -1895 0 obj +1913 0 obj << /Type /Page -/Contents 1896 0 R -/Resources 1894 0 R +/Contents 1914 0 R +/Resources 1912 0 R /MediaBox [0 0 612 792] -/Parent 1881 0 R ->> -endobj -1897 0 obj -<< -/D [1895 0 R /XYZ 84.039 766.262 null] ->> -endobj -594 0 obj -<< -/D [1895 0 R /XYZ 85.039 430.535 null] ->> -endobj -1894 0 obj -<< -/Font << /F75 1282 0 R /F101 1502 0 R /F48 1171 0 R /F72 1221 0 R >> -/ProcSet [ /PDF /Text ] +/Parent 1893 0 R >> endobj -1900 0 obj -<< -/Length 2060 -/Filter /FlateDecode ->> -stream -xÚ½šÛr㸆ïýLåFªZ"8ƒÌ,Ó3šÕÁ‘hg’Ý--Ѷ2:8–<³»OŸæQ¤IÑ‚‰ÊD›`£ßж-l}º¸ô/þv­„å"WRiù–#f®¥„DŽË-iýÒaˆ(Ôµ…Ä+ïz0öf]› -ÜéO½^—Òñ½«ä?—ÿJ¾ýÏ^Úd2º ½i×&Œ8N§ÿ¹wãGF7Yjôv6Jþ5»ê÷»¿ù_.<ÿ⿜Ä9:ž`ÇZl.~ù -÷‹—ÕóaµÛV;±*>ÐwuøÁ„‚>?4ü¹ -“‹Íb/H]'÷Áâ[¤Üp»<ê/ÈþØå=¬ÒÛ”Êýai/¾~Mo¤ŠßîÉÅë>\&Œ•ï?A‹šŽ7Áâe—<ñ¤6îÃ0A—âÎ÷.`µî×iûÕv–­øŠ"dúXæxæU4 -,¶láÛu¤¸˜#¡hMž¾¦/+(o kÀ•mÑ•ÿ?ZíHªlÁ„rT;¸\I$•2QŒá.E”¸%¶iÕj>ê}™LOs5àE†µäÅ9åöcqpü'+†ž*úÁé>}Ì‹êîñ«+ªäeÕ£y†Â'¡==D¸j¹jsA“Ž=H5«•Ã`Ü(‡öNär(8¡©†Õö#jfÔ ;U5€"[³9 -+Ç )AŒˆ„ÀæÚ-o¦ÞÝ ~óqZíÈeQt@Oûï)ö—D«†t¡Q‹ß=¼}mû¦:ŸÏyeyíÁªj,ÑòðÏ\O˜9ü3—ÇŽß{' e:šÍãùe—‰Noü39­ Þd*ysÞ ñ9xÙìíÕÖ¾¶ßHÍSQ¤¤ÔÚ`ê‡T™ nË -LpÚ6UùG˜L1KÇ÷~ãLtžc-v~>Ä'²×uúS»ÞåàÄ<?PG›®ü÷T ¸Í³ÖÛÆŸRëQ% &°Ò:bãâÏÿË‚h)À(¬ãéz%“zyö„ñ?qq¯ -endstream -endobj -1899 0 obj +1915 0 obj << -/Type /Page -/Contents 1900 0 R -/Resources 1898 0 R -/MediaBox [0 0 612 792] -/Parent 1881 0 R +/D [1913 0 R /XYZ 84.039 766.262 null] >> endobj -1901 0 obj +606 0 obj << -/D [1899 0 R /XYZ 84.039 766.262 null] +/D [1913 0 R /XYZ 85.039 579.975 null] >> endobj -1898 0 obj +1912 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F101 1518 0 R /F48 1183 0 R /F72 1233 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1905 0 obj +1919 0 obj << /Length 2026 /Filter /FlateDecode @@ -8948,17 +9027,17 @@ TO4 &M=”ÌâEÒceͰ­\|ó”Vöù~“›Oëõ[Ý/d÷û(ëG3þ:ø‘#M±-S¬’®êáHA³šõP@4*ž§Ã kЫ|_ëÿ jª…®ÁY¤Q/ÆŸ#]ÓÊÜ%´mƒYe,,§’è‘€R¶k^U)çMS@„ž½]@ËâI<Aº¼{÷_û9¨« endstream endobj -1904 0 obj +1918 0 obj << /Type /Page -/Contents 1905 0 R -/Resources 1903 0 R +/Contents 1919 0 R +/Resources 1917 0 R /MediaBox [0 0 612 792] -/Parent 1881 0 R -/Annots [ 1902 0 R ] +/Parent 1893 0 R +/Annots [ 1916 0 R ] >> endobj -1902 0 obj +1916 0 obj << /Type /Annot /Subtype /Link @@ -8967,43 +9046,43 @@ endobj /A << /S /GoTo /D (subsection.4.1.4) >> >> endobj -1906 0 obj +1920 0 obj << -/D [1904 0 R /XYZ 84.039 766.262 null] +/D [1918 0 R /XYZ 84.039 766.262 null] >> endobj -598 0 obj +610 0 obj << -/D [1904 0 R /XYZ 85.039 735.307 null] +/D [1918 0 R /XYZ 85.039 735.307 null] >> endobj -602 0 obj +614 0 obj << -/D [1904 0 R /XYZ 85.039 555.929 null] +/D [1918 0 R /XYZ 85.039 555.929 null] >> endobj -606 0 obj +618 0 obj << -/D [1904 0 R /XYZ 85.039 492.079 null] +/D [1918 0 R /XYZ 85.039 492.079 null] >> endobj -610 0 obj +622 0 obj << -/D [1904 0 R /XYZ 85.039 187.91 null] +/D [1918 0 R /XYZ 85.039 187.91 null] >> endobj -614 0 obj +626 0 obj << -/D [1904 0 R /XYZ 85.039 114.745 null] +/D [1918 0 R /XYZ 85.039 114.745 null] >> endobj -1903 0 obj +1917 0 obj << -/Font << /F72 1221 0 R /F48 1171 0 R /F77 1343 0 R /F101 1502 0 R >> +/Font << /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1912 0 obj +1926 0 obj << /Length 3239 /Filter /FlateDecode @@ -9023,17 +9102,17 @@ p »ÝúÇSU÷µuÛ<vßlmOšg/¦_ÔúÆ;¶›~t~úbé'òCÄï<z«64ãQ"ý!š'Ä·Êýhœµu¾ÛÑÝÚjCÒB5€3™¬nIýJ#hðÓCþ¿”à endstream endobj -1911 0 obj +1925 0 obj << /Type /Page -/Contents 1912 0 R -/Resources 1910 0 R +/Contents 1926 0 R +/Resources 1924 0 R /MediaBox [0 0 612 792] -/Parent 1914 0 R -/Annots [ 1907 0 R 1908 0 R 1909 0 R ] +/Parent 1928 0 R +/Annots [ 1921 0 R 1922 0 R 1923 0 R ] >> endobj -1907 0 obj +1921 0 obj << /Type /Annot /Subtype /Link @@ -9042,7 +9121,7 @@ endobj /A << /S /GoTo /D (subsection.3.3.4) >> >> endobj -1908 0 obj +1922 0 obj << /Type /Annot /Subtype /Link @@ -9051,7 +9130,7 @@ endobj /A << /S /GoTo /D (section.3.16) >> >> endobj -1909 0 obj +1923 0 obj << /Type /Annot /Subtype /Link @@ -9060,396 +9139,405 @@ endobj /A << /S /GoTo /D (subsection.3.3.5) >> >> endobj -1913 0 obj +1927 0 obj << -/D [1911 0 R /XYZ 84.039 766.262 null] +/D [1925 0 R /XYZ 84.039 766.262 null] >> endobj -618 0 obj +630 0 obj << -/D [1911 0 R /XYZ 85.039 735.307 null] +/D [1925 0 R /XYZ 85.039 735.307 null] >> endobj -622 0 obj +634 0 obj << -/D [1911 0 R /XYZ 85.039 532.408 null] +/D [1925 0 R /XYZ 85.039 532.408 null] >> endobj -626 0 obj +638 0 obj << -/D [1911 0 R /XYZ 85.039 248.099 null] +/D [1925 0 R /XYZ 85.039 248.099 null] >> endobj -1910 0 obj +1924 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F77 1343 0 R /F114 1658 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R /F114 1676 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1917 0 obj +1931 0 obj << -/Length 872 +/Length 874 /Filter /FlateDecode >> stream xÚ¥WmoÚ0þί°Ò@×Nì0©*cÀ¨V`$›*uU%Y /KÒ I€•/ñsç»ç¹; Ï ÆÞû¶»1Åãú/»襶Aˆ˜@…±‹“ç -$Ò‘+o·o×}0¦&ýRXd$rœoº~h +$Ò‘+o·o×}0¦&ýRXd$rœoº~h +ØR6„˜ +â¢b<št…çÕ* endstream endobj -1916 0 obj +1930 0 obj << /Type /Page -/Contents 1917 0 R -/Resources 1915 0 R +/Contents 1931 0 R +/Resources 1929 0 R /MediaBox [0 0 612 792] -/Parent 1914 0 R +/Parent 1928 0 R >> endobj -1918 0 obj +1932 0 obj << -/D [1916 0 R /XYZ 84.039 766.262 null] +/D [1930 0 R /XYZ 84.039 766.262 null] >> endobj -1915 0 obj +1929 0 obj << -/Font << /F75 1282 0 R /F101 1502 0 R /F114 1658 0 R /F48 1171 0 R >> +/Font << /F75 1294 0 R /F101 1518 0 R /F114 1676 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1925 0 obj +1939 0 obj << -/Length 2435 +/Length 2433 /Filter /FlateDecode >> stream -xÚ­ksÛ¸ñ»gr“JSH‚k›Öõùœ\;µÜ6ôÆC‘Ř"U’rœüúîbŠ’i;s©?Àb±Ø÷.(îÜ8Ü9;øëÕÁÑÏ‘t–„^è\-œX2î'N$C's•;'lêÊOÞ̤˜ºžä“N…/'Ç—oŽÏ¯fSWx<&'¯ß_^F`_L>¹:øâœÆÙ?Þ¿¿¸œ†¸õÞ_"æÅÉélvq9›þzõËÁéÕÁ0˱eÎg‚ÇN¶:øø+wrØûÅáÌObç³Æ\9ðÏ óÒ™üý€\8K"@bÁAú t"O2?0"sø øYpü˜y2r\!X"%í¯ê»©r>iøá‹òúÃìôLãòGÐÒÆ!ÔMi^ü‡KnHiЫW4ư!ÆúJÈlüÓ÷7‚èïßñ{<)õ%ÏÜîQÍ×]sø¢}Tü¬lŒtz×Ó$2¦5P¾§Ù_4íôQU¶åaìîüSõµ7]ò š¢õ¼&,¬ÆäàD"8RõY`QËYÓÝ·]šÝ²´]YMîû^/™d6ØXÚ¨”8:›½9s%i4O.~:í2ªÍ?ò¹R9ͺšÆ¢*º"-‹¯Ê®G,Ý´ãúz•µR\ߨêâX åÅ¢P­ÅùðþøìtL±†“´Ê»<~wòöôør”b»¾gχ¹˜œúúÝt×פð'¼x`Ì-)¸ñðÅ>o–’­©Óõº,²´+êªiSªöY«o=æÕÇþ$Kç[¥Eõ=~÷ó›óã·øÝžËO«µµI›gÙõº©oštEúܬŸðU÷7þ=án¯ë•Ýþ®»v¸èëõÅ»ÓoSÖàÐIŸƒ¿-²Çµûx…*³´4µåÝáٜѨnÓ^4õʸrj3ÅçÂÒ+kdƼ#¹²íÝ‚‘ñ ËpC¨àa - ‹w -mhõnæ…žv¿Ô›†f&w·ýI=Ä‚ªiŠÜ^šÉÀ» P,z²4©t¯5¼±UX÷ôt™6ùgM Qæ>ËŒjÀ -+ -s+ÇŽFZ¬e®çG“ý‚¦YÆÌÐ<ˆ´¨ÆÍuSÔOóâG½áü%²>„ ÝÐ@Ènh€‰}Bj6Ôz–t3·G£êZºº¨<íRƒ©VîøÓˆù £–&šgÑqqTh•{ì­Š®4ȪBVQá‘×;2nYZíRI³Lµ-1êGô…¹siÐÈJ]¶Ìë‚ aG9¯(ZÍÆ!.m¢ÓdÛ=²ë2ÍF;22cÑi]ÈAl «Î -pÆi°"T®0\,FâÜO‹bicÔu‹íš®ÜV¿Fðà«Wc]‚=ºûòkéc<T0ù‚:¨Feõj¥ª\[öÚÔ09YëL‡.N Öé„2° vÓðL)B¦¢‰3²'Là’uQ*Cº^ëà{(´Ðu°ºªÝ{ ­1ýˆÅ<îQÇTÈ|Y¸s,Jp¯ï1*£„Ve–Có¥¹qhryvà|4jtní?’p:¯µé¥ùîã™Äy ª±Vd‰ Ëÿµ,0™ø~Ðwp0Ý/¹Ûvu°ÐRC\``fªÑ¥}\à‚âÂÜÕS(n–š‚¤"H»4¡t3í šÆ¦íêp框>aÕ’¡ -€\ÖÍÈý®ÀSÕÿOÅ?I¼}1‡jq¢Í#¾”ÙLÍ€(è~R§]ï$Peø2Xl/²ôõËï©×ˆðeô)2!å·*Ÿ³d›P ¦LÐg\Êݤ¥³3E1Å÷­cg3ß<¼HñÄR_vÝúÇ££ö®bN¬]°JuGë#´Ê‚Ž:x$ÜÒ:WwE¦Žà¡p¤›€£^âÎÐÞ±¯‘±Ï0û–ŒXâûañ9áG*­×Ð>V -m¡*G  +xÚ¥YësÛ¸ÿî¿‚3¹™RSøfÚ¦uŸã;Çv-·ÍLîÆC‘Ę"U‚ò#ýíàC2l§¿`.‹}þ SkaQëdïýõÞÁÏQ`%$ Ýкž[q@¨—XQ’8ñ­ëÜúbû„‘‰„Ôþt4 +·÷C+râùúÊþŸޢ +–7ˆ,‡1’ú¾ªï&NH©ÝÐý7åÍçéñ‰ä¥Ï°¥û +³õº&ÄGªÆ*( ˆ˜? +"”ê_3¢•³¦}mšÝ’T¬:KîÆ^³€tÉFÒ†§J£“ééùéu &(óèâÃqï£5ÿ¢˜Ï9ÏÕÖj,ª¢-Ò²øÆ»¹áŒÏÒÐ77«LìfÁ«ÏÈÓy(/æÏçËÓc“aµ&i•?wuøéèìøðÊ(Q¬Èëi§VA}s†nÚ›eð¢xäÌAœ¸ÿfW†ÁǃÁÁÓ~2¸:]¯Ë"KÛ¢®ú+mJ.^õú1O¼nvú‹*‚o•ÕÄÝϧç‡gÏÄÝŽŸË¯«uç‘gÙͺ©MºRöܬ_ˆUçÿü{!Ü>Ö+nüüCgmi>±×Ç‹OÇßg¬Ñ¦£¾_f›­û|‡*³´Ô½åÃáÕšÑðvÓè +‹ðŠ©î™Jé[EcʵBi)ôÝt´PpÇj]”\ ¯×²<½-“5{tݪv°».èE$¦ýƒ4x,êàLƒ8ϧnÇ#û9*(xÖi¨ñy³°qu²g}ÑO +“8²Å›$ ûÐ,Å"1„L‰¯cËzSæêUÝ*b&oxÉ¡ã@B‚UÃþÁ¶­‰º×I«±û£·š±]m}(®R[?I¤¶¸€—çj-mÕ,©Úà0 +–¿oUdT=ãq4éNÀ²ˆó¬^#ã)¯!k]Ž\¡ãÐ÷Áì4Ù6ÝKn‚Þž„½ÛÑDsÂe_ITÁVù­2ÿÖê¨_õ;{äSÀã] Z¶íúíÁ¸«&sRñö`}€Þ9À¥ƒ¶ÙT·jžó»"ãe1;˜à@]&JH@wpÙnÔõµgç^ØÁc£{a‹I"l{µ¢Te{ H°zÓdzšàµvè?çéºÕÚ~{Ãõg +µ +9ÍW³’oóÞíÒàE +~—)àøCêçX꟬ô/ ºü”Þò9ôRTGi[¥Í­ú­«wÓîø¤öz„†!>U endstream endobj -1924 0 obj +1938 0 obj << /Type /Page -/Contents 1925 0 R -/Resources 1923 0 R +/Contents 1939 0 R +/Resources 1937 0 R /MediaBox [0 0 612 792] -/Parent 1914 0 R -/Annots [ 1919 0 R 1920 0 R 1927 0 R 1921 0 R 1922 0 R 1929 0 R ] +/Parent 1928 0 R +/Annots [ 1933 0 R 1934 0 R 1941 0 R 1935 0 R 1936 0 R 1943 0 R ] >> endobj -1919 0 obj +1933 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [319.049 205.628 333.495 216.532] +/Rect [319.049 277.359 333.495 288.263] /A << /S /GoTo /D (section.4.1) >> >> endobj -1920 0 obj +1934 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [109.752 146.475 542.13 156.757] +/Rect [163.55 217.957 542.13 228.488] /Subtype/Link/A<</Type/Action/S/URI/URI(http://svn.code.sf.net/p/sdcc/code/trunk/sdcc/device/lib/mcs51/crtstart.asm)>> >> endobj -1927 0 obj +1941 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 133.897 103.968 146.662] +/Rect [84.043 205.628 157.767 218.393] /Subtype/Link/A<</Type/Action/S/URI/URI(http://svn.code.sf.net/p/sdcc/code/trunk/sdcc/device/lib/mcs51/crtstart.asm)>> >> endobj -1921 0 obj +1935 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [441.061 133.897 447.238 146.662] -/A << /S /GoTo /D (Hfootnote.18) >> +/Rect [485.113 205.628 491.29 218.393] +/A << /S /GoTo /D (Hfootnote.19) >> >> endobj -1922 0 obj +1936 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [243.649 92.349 542.13 103.013] +/Rect [243.649 74.292 542.13 84.956] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.svn.sourceforge.net/viewvc/sdcc/trunk/sdcc/device/lib/mcs51/Makefile.in?view=markup\040)>> >> endobj -1929 0 obj +1943 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 81.771 243.844 91.7] +/Rect [84.043 63.714 243.844 73.643] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.svn.sourceforge.net/viewvc/sdcc/trunk/sdcc/device/lib/mcs51/Makefile.in?view=markup\040)>> >> endobj -1926 0 obj +1940 0 obj << -/D [1924 0 R /XYZ 84.039 766.262 null] +/D [1938 0 R /XYZ 84.039 766.262 null] >> endobj -1928 0 obj +642 0 obj << -/D [1924 0 R /XYZ 99.386 104.536 null] +/D [1938 0 R /XYZ 85.039 168.144 null] >> endobj -1923 0 obj +646 0 obj << -/Font << /F75 1282 0 R /F101 1502 0 R /F114 1658 0 R /F48 1171 0 R /F77 1343 0 R >> -/ProcSet [ /PDF /Text ] +/D [1938 0 R /XYZ 85.039 147.202 null] >> endobj -1932 0 obj +1942 0 obj << -/Length 2378 -/Filter /FlateDecode +/D [1938 0 R /XYZ 99.386 86.479 null] >> -stream -xÚ¥Yëo7ÿî¿BÀ}¨x’ûN‹Žã&)šØg«÷¥-ŒµDY[K»ºÝUãpÿûÍpÈ}™¶ìË'ñ1;‡3ßÜNøäÃÑ»ùÑ›_âp’²4’Ñd¾š$!ã~:‰Ãˆ%i0™/'L&ØÌ #>ý|zŠ™'C>ý×LøáôäòÓÉ—ùÕÌ’ÁôôãÉÅüì’(óÑ—óYÀ§ó³+Z>ÿB¿W¿_\œ_Î"ÜzOK—Hy~zvuu~y5ûkþëÑÙüèßG”åÑ)ç3Á“Éb{ôÇ_|²„½_'œùi2¹×”ÛI -ûQ ¸þÒðÊPêÄ“©`pc -6!FUë|„û[µ-«‡g@—2`\†‡\ ½©oi3d o‘ãÜáÓ¨EãO)#ëK‚ 1ò¥oˬÉÞ¬(}b¡qìê§P÷tRƒ'¤"HÕi8× -•™´Üí¸$E‚EiÒ‰Š^#j‡¢œúð¾ì¸&¯áº€†‚OR9BP×*¶Z¿èâdq«,¨ˆ¨–5-ä5Ñ)(›,Q¹h‘5ʰ( ZnZþM¶¸£= ˆ«Ò|´hª¬hÌ´Ü7y¡Œ -*Í;cM3ó‰ù”jÒ“Îvæ~åÈH'¸Þ+GšWŽ}ÙØ‡Mv«>T~/6JëH£ Z`aÜÃf¹!]ªÅÎÁÐdæa"¸è'Çʹ Í×Ev§–…|ÈAQØ/OSN>Ñ×Éó´VÊ«³™ÄŠ.œªßx¬:·Œ)åv«ËœlòÂp+wMöI/) -n_·Ï°£D…qaê8X×uœL¯²ÞUÙVý|}1Kåíü©ø‹¢0‚è§*#iðµ­Íì·7v\7YÕ˜ -dlìª*¡Æñc*@VÀÓWññ°/2#–=B ƒZ5 <"N -endstream endobj -1931 0 obj +1937 0 obj << -/Type /Page -/Contents 1932 0 R -/Resources 1930 0 R -/MediaBox [0 0 612 792] -/Parent 1914 0 R +/Font << /F75 1294 0 R /F101 1518 0 R /F114 1676 0 R /F48 1183 0 R /F77 1355 0 R /F72 1233 0 R >> +/ProcSet [ /PDF /Text ] >> endobj -1933 0 obj +1946 0 obj << -/D [1931 0 R /XYZ 84.039 766.262 null] +/Length 2169 +/Filter /FlateDecode >> +stream +xÚ¥X[oã¶~ϯp*—¢î{ŠÙ4ÝnqºÉqÜóÒ- Z¦c5º¸’¼Ùà ÿ½C©[ä$Û>‰Žæòq83$µî,j½?{·:{óCX IBZ«„z‰!‰ßZm­_mŸ¸dá!µ¾¼ +®æýÊœ¦Ð%a÷ªÂ¯Quªfíà=ÖK¿FjZmAÝ8" › ¸ÚCX0È€xÙÊŸûÀk^ˆ$\ªÊDxÛ !kOdíÞ0ñ<¯RÞ +-¢*‘Üvò[žÞãÚ'Ð]¥ÿ«…(Ûš—­žVÇ6+…V`˜²ÎG‰qø±­¦À÷‘ r]íªOâi¥·PžùU;«çæ¨m ·â ÊmVÞ!©Ò¿¡CþPÎ¥z„zNý» <ô˜ÛƒÛàœ×ò`2 ú8Q[¹ˆŸÏYÝyŽ|Àïö]Ö¨ +–kűiDQ ç4~;ž^ÃsÓ¦š„_Z‡,ú¯û²’•ó¡Áégúý«Œ¯‰Þw2“x¨G«/ܲS ƒv„Rj/…‰@)èØð;1“–¨L;$ŒQÂ/e.” +ÕÞÈIi GÕ¡÷Éœ!F) h8¥ß£ªá°*Ii]O´zòFÍï +Ž\˜L` ó!xç¹á@ªQãOYž#u()ÝÃLÓ Iž½™îÀó<’$]‘ZRgÍU)@Ÿu]ž74»:b[ØiÇÀÐ.Èè7k +>/€¢îã4ÑEä ’äaá&鋦­+™0û£ +“/¼8äbÊ<N–k9ï©>l&…ò±õÐÞêçsœ>ì³t¯uñ{™m„é@º¦íiÒ½'˜ï“£ +‰˜ÊíÀ˵@|ÿÁÂÊv³Å1Gâz,›ìN%¹’îy}ŽÃ§ ñ«­—; …ÍÕJ:Á"9ž®-9©G¿wW:Ž®ÿ+¢Ò=^0a:u/;ÿ½7Û™ùñÏ‘C +ž•RÊs¯0'íŒqéyò +k&íÌíëªïwG-ÑL$Ž£8kÞ¾*˜"F"k¥L¿­ÜåÕ&G¯ÖåõÍÅòç5›Û­YþYFÈEù®o¯Þë—š¢ >S­ÊkŽ“ÈK¹8»q…—¯SxZSQ}h}xçÛC>ç\2;–× +yJ_Ú$êU>Þ[â„øÓV.%iúÜÅ7• <Œ>ùÐ µ²K„؜ԾäHŠŒ@SõëIiïŸõèèYOVgu¾9œŽjFæê¡ée&:Ÿëô»Í ­Š¾H¿5z4é®úÖlyã»MÛN^5w8„ì#!ðïžB +endstream endobj -630 0 obj +1945 0 obj << -/D [1931 0 R /XYZ 85.039 735.307 null] +/Type /Page +/Contents 1946 0 R +/Resources 1944 0 R +/MediaBox [0 0 612 792] +/Parent 1928 0 R >> endobj -634 0 obj +1947 0 obj << -/D [1931 0 R /XYZ 85.039 716.193 null] +/D [1945 0 R /XYZ 84.039 766.262 null] >> endobj -638 0 obj +650 0 obj << -/D [1931 0 R /XYZ 85.039 551.706 null] +/D [1945 0 R /XYZ 85.039 625.112 null] >> endobj -642 0 obj +654 0 obj << -/D [1931 0 R /XYZ 85.039 434.769 null] +/D [1945 0 R /XYZ 85.039 508.356 null] >> endobj -1930 0 obj +1944 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F77 1343 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F77 1355 0 R /F72 1233 0 R /F101 1518 0 R /F107 1542 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1937 0 obj +1951 0 obj << -/Length 1371 +/Length 1595 /Filter /FlateDecode >> stream -xÚµW[oÛ6~÷¯0` -káÈüÃr¼À<¾||¶^Y ÇE¾ož¼;¾XŸ^* -Íó“ÓÕêüre}^˜®g_g€E†ÓƒólEFZÎ>}FFs d{qdÜKÍÒð?Š c5ûm††„ýh‚°Øž¯ g˜¥4¯yN*,¹!–˜wâ-ÏÔ;¬&ï,70š'7…©’RKB•À[m†SReJ® -škû¼(”t£•¯Ø4U*p\ ›?]_X± NÿxíÚÂ=Àiázvì(ÜÇŒá²CÑm™èa½ -"8ÝçÕV -ø¶êv®ó–QÒ:®È«Ûäd¤|¢cAšê¡+„ÜâsJš*/¤Òé¾K(.”¥;2ÚôEØ>TB¨‹´f{9d{…D-'21®8M*~%â1és'²ÃHÙ/ -³^‹ÆÜ%ø~hÀÝSVK¸šzÂ눃Ú^*ÉÍsRë™ÍhFºA‰8v»w Ç;ʈyƒJ^íÑm --l›3áS‘º™½ÃTgо¨5õ• ’².°Ìô®•¶_‘úÎ ­\ߎ¡ µÉ‹`?0BêæW¤ÿµÈÁ³©X¾­v1“î:Wâ &Ú47@ -Þ÷Øu0šR â`”9YíJhˆOg#ëZÓ£yI¾XøB>ÖÀ]R4â–`ÖY:YÍinH|¬‘÷÷­Ã~Îêˆ>BŒÕ‡Ò¨ˆ¶”§€ÓTãô#;r¦§‡}×–MÓC®ºm‹qqÛÖ£ŽYS’⬡z +xÚWëoÛ6ÿî¿BÀ€Al™ÔËr‹íÒl}lM{ŸÚ¢ %Úf£W)*I7ìß‘GY²ã4m¿ØÔñîø»'ÄÙ:Äù}ôëj4ûm9 oû±³Ú8Iä‘`áÌ£ØK¡³ÊœwnèùÞxÅÄ}± Oýˆ¸—Wc ¬ÆS&ÄwÏ^>¿\_áfhùß^ŒCà9_"ùâ-þ/ÿ¾ìÄÏ_XuWšóâì|¹¼¸ZŽ?¬^ÎW£Ï# +8‰C{\GIâ¤ÅèÝâd°÷Ú!^°Hœ[ÃY8!@'‹Ö¹³ý5"C[)™Ÿ0–^,ÐØ&KS€4OÜtÓ–©g?XS˜OÉs +ˆF·©ŒÚ ChÛ +®>=²ýmˆëÖÍšp$«ÚÎßC7‹É§‰9Õzá„è]ÚœòLÁD©õì¥×}@ñ}@é%“Å$ù<Gkzc–qµ³œVRò¦†bå¶o‰mYÕJâžø˜å‡}Tû¨h~ á-o›WëíýØEàÀcÖ1ûÍ'ÅR·:«h]ŸrzQÝÀ­à#äÎhî§¶•—W¥‚ÐA=#îdJ–ã»cû‰KÆÆG°ºdÙáÞ6ÃûOÈöˆ¥?ÉêüëV±É±áÖw€wÏò¹Ûdº¡kË¡{§mηx*H`n‹N_ ˆ—Øyùƒˆ$™°ïÅÆœþfsÑáuð=°éã°ŸIò˜«ŸIú˜eÒOa‚»oVooÚ\õ=öŒ¶À…¾MNæy' +É3䇑î”WpœJ}>Ó*ÓxýEbüihf‚ÿ½L7šÁr£³ endstream endobj -1936 0 obj +1950 0 obj << /Type /Page -/Contents 1937 0 R -/Resources 1935 0 R +/Contents 1951 0 R +/Resources 1949 0 R /MediaBox [0 0 612 792] -/Parent 1914 0 R +/Parent 1928 0 R +/Annots [ 1948 0 R 1953 0 R ] >> endobj -1938 0 obj +1948 0 obj << -/D [1936 0 R /XYZ 84.039 766.262 null] +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [267.56 81.416 542.13 92.32] +/Subtype/Link/A<</Type/Action/S/URI/URI(ftp://ftp.dalsemi.com/pub/tini/ds80c400/c_libraries/sdcc/index.html)>> >> endobj -646 0 obj +1953 0 obj << -/D [1936 0 R /XYZ 85.039 615.008 null] +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [84.043 73.985 133.856 81.198] +/Subtype/Link/A<</Type/Action/S/URI/URI(ftp://ftp.dalsemi.com/pub/tini/ds80c400/c_libraries/sdcc/index.html)>> >> endobj -1935 0 obj +1952 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F107 1525 0 R /F72 1221 0 R /F101 1502 0 R >> -/ProcSet [ /PDF /Text ] +/D [1950 0 R /XYZ 84.039 766.262 null] >> endobj -1942 0 obj +658 0 obj << -/Length 3282 -/Filter /FlateDecode +/D [1950 0 R /XYZ 85.039 698.695 null] >> -stream -xÚÙrÛ8òÝ_¡Gª*¢x€×¼%Ž3ãÙ$ÎÚžÚÝ9*E‘°Ä -EË4Ët‡A`uM…*Š…HÀƒNû¡ÕÝ+˜Æ®•VM½I*¦)„MÊÓûËO¶O³/ {,ú¯?)¡®sÆ] -…~8â uBOYïGUæ Ó\·²ÏïNàdCÛêº/Ÿæª¬Y|y§û”G I?t°Îå9ïí¸VZ´ ûÝq¼’,ˆ­æÁ±mÖn`}-r Š\è½=õËÊŒþŽé:î*W‚?p,7öíÀ -–ƒ0@+œ•ͳ£ÄŸd«Ò?7iY6Y·¢º©Ï‹¹ñC(ê8®}'²ú§c‘›'žîu -º9ņ´“°ïN˜tÐ,‰ÜÜö,ežÝ°›o~Fiæf7‹Ã±‘ðR™˜”Á²ä†œ &I& »PÎ ;¼ñ¹Ø‰äŒy,Ê’QoZ!4L‚Æ&±Ø £h¡()Õò²–±q¦8:•+åŠrE"×Ì=cv¬×ŒfÁâÉ`|]3ŽoÑ;'¶Ô/"$kj èýКv W`ÓÝi!Ùé’3‘¹Ò$Ѩkü\×p¡«uU§ºªQWµÐÕ]ÕÄcRš/jtôžu¿†‹ÜØ-AX“tÞ(]bÆK‚ -¶ù yvf=‹ûuœ§†´«Rzl9{Êt1ó]#ŒDßÜW - ÀÐÄÁ9¸ßáÀ -Î;Ý2ñø†\ŸÓ>åQ……S¼’Û<î%+Jvc.cé+Š)¦°5տظ;P±»cÆÒZ$ì¢y.cÑ£í‹>Lo›AÂø©(’úÍ ~®ñÍý -wÒPól—â;ÞÓf,wg«ÝÝíëÓK¶ôwø0›bjøŠž¡Ï_ÞQˆÞ\Óͳ9¸„®vÜ÷ÍÂ":ÿ»Wxó Æ|eà//'ÅM…(Ë1Ö ü0(¿ryç›ÇßhðÀ``7ùÄÆ“\³õ)!"€Ô3_ -=´Ðˆ@“Q„@DÀ7vp@†´Ý5‘ÒÅÏ¢pð¿tãâ‘yÖT(»¾‘÷"ÿîy!>xeì¨ -œ¿$ia$¥Ìå—ï¾ØeÑ?«5Ò¸¸|‡dÊe SºJXb2—pÕâ¹Í8%{@žÓMáÑÇ4R¨ªô‰ÙîÐÔ¥@¸|è˜âW-¾ºÒ5º’áa^5”Êâ{«ÀŠræ -endstream endobj -1941 0 obj +662 0 obj << -/Type /Page -/Contents 1942 0 R -/Resources 1940 0 R -/MediaBox [0 0 612 792] -/Parent 1914 0 R -/Annots [ 1934 0 R 1944 0 R 1939 0 R 1945 0 R ] +/D [1950 0 R /XYZ 85.039 142.306 null] >> endobj -1934 0 obj +1949 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [267.56 682.288 542.13 693.192] -/Subtype/Link/A<</Type/Action/S/URI/URI(ftp://ftp.dalsemi.com/pub/tini/ds80c400/c_libraries/sdcc/index.html)>> +/Font << /F75 1294 0 R /F107 1542 0 R /F72 1233 0 R /F48 1183 0 R /F101 1518 0 R >> +/ProcSet [ /PDF /Text ] >> endobj -1944 0 obj +1957 0 obj << -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 674.857 133.856 682.07] -/Subtype/Link/A<</Type/Action/S/URI/URI(ftp://ftp.dalsemi.com/pub/tini/ds80c400/c_libraries/sdcc/index.html)>> +/Length 3308 +/Filter /FlateDecode >> +stream +xÚÛvÛ6òÝ_¡G꜈æýÒ7ÛqÚì¦q×VÏn·íÉ¡HØâš"U’Šª|ýÎ +#ÇZÿt»\y¡cý7qÞÈÈ5Ãû«ëë÷k{Žóøjîà?'>þpBçÇ«Ÿo¯ï–ðõ|º‚s ðèêãÛåŸë€8+×µÓ0bž×nV©àürw¿Dî–+7ôȺùéê—õí=Ï"ÜÇ»e +×qG1à.%d‡I®V°x•ƒŸÎÄKäÚQ”jÔ®ü¢˜8i‹üÓQ€?ÇËKU÷Õ‰áÛòiË#°:ÔÂ,oçRàm—ý½ÊªªÉ»Õ^µ«zžÍ•9vêÓÄÍqí;±ÕŸöedNüù¤jÕf=9|îùG‘µQ=û@I#4"‹™­ê–µù¶ìUÞZM¦ßbö ‚0 +W~b¸ؘ+ž¤Œ†S<6òtÄî©Þ`™Áò¼Ð£^¼°KšÚNhaÛ÷û./»"Ïí®9´¹nž”]«þòX>——e]¨¿íýv)±!ë'A’ü„ZþD~ŬpÍ:3oÛ±c6·Ù°¤1*i+ÁYyÐm¸£nÕªö +%™±WèCŸ`°9ƒÃfû¶Áðû\2‡>rØòTƒ2kaJ4΂ +“0X܈ó"Á$» +0~_ó\×ìd_è¬ "K"Bò¦ÆH~:´ºÃØmwJP6ªâ¤Ï2ildM^Ê:µh`d +u +‚¤>A?LD¾>"àÔ‘;ö[ºÀ…•¥"yJ ͬl”JÙOBpØ‹.wsÐBßUY·•Û’Ïž´S^àNzjþÚdx‡wZ™r7[íî¯~n±¥ÅÃKÙ SÃgô 5pG&z}D×Wæàj·áÖoÑÅ÷ßõóËô=ì¬XÀäG]!ªÊÄ„åg.ï|øøŽzË­ÜñÀG¡Xû”@õ¤¬â@nUq¡f> ¡°€÷ëà€ i;:n"¦‹d`ø_;³ØÏ›Ý„]]È]ÿð¼/»rvT€8²É+Ùj"—¦úŠJ¬‰ +ÑJèFgŠ`|Î(.Åéü£ÍrYqÞŠ?Ï-¡Ws®éÿ}'0<˜7sýàýÍ*òF?N"DçC +-O™¸ŸYŽúÉd|T”ãaÄÏâó„À(ïÃàP³ÕióBí1“׳jÐçFˆ·R¼ö_æúŽòÚ¨ƒ2!ã®JÞAš<ëïëà¤Ù2‡â\_ÂŽ@OÓóï¶, +ÝÀ™!0ƒ¤IhîëÞž<H.<Ï·(‚ðŠm×'Ý Òíúâÿ¨,º +endstream endobj -1939 0 obj +1956 0 obj +<< +/Type /Page +/Contents 1957 0 R +/Resources 1955 0 R +/MediaBox [0 0 612 792] +/Parent 1928 0 R +/Annots [ 1954 0 R 1959 0 R ] +>> +endobj +1954 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [283.101 527.269 542.13 538.173] +/Rect [283.101 610.261 542.13 621.165] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/wiki/index.php/Z80_code_size)>> >> endobj -1945 0 obj +1959 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 516.161 163.744 525.835] +/Rect [84.043 599.153 163.744 608.826] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/wiki/index.php/Z80_code_size)>> >> endobj -1943 0 obj +1958 0 obj << -/D [1941 0 R /XYZ 84.039 766.262 null] +/D [1956 0 R /XYZ 84.039 766.262 null] >> endobj -650 0 obj +666 0 obj << -/D [1941 0 R /XYZ 85.039 735.307 null] +/D [1956 0 R /XYZ 85.039 735.307 null] >> endobj -654 0 obj +670 0 obj << -/D [1941 0 R /XYZ 85.039 660.162 null] +/D [1956 0 R /XYZ 85.039 585.579 null] >> endobj -658 0 obj +674 0 obj << -/D [1941 0 R /XYZ 85.039 502.587 null] +/D [1956 0 R /XYZ 85.039 513.624 null] >> endobj -662 0 obj +678 0 obj << -/D [1941 0 R /XYZ 85.039 430.632 null] +/D [1956 0 R /XYZ 85.039 396.752 null] >> endobj -666 0 obj +682 0 obj << -/D [1941 0 R /XYZ 85.039 313.76 null] +/D [1956 0 R /XYZ 85.039 229.938 null] >> endobj -670 0 obj +686 0 obj << -/D [1941 0 R /XYZ 85.039 146.946 null] +/D [1956 0 R /XYZ 85.039 111.382 null] >> endobj -1940 0 obj +1955 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F101 1518 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1950 0 obj +1964 0 obj << -/Length 2528 +/Length 1377 /Filter /FlateDecode >> stream -xÚí]sã6î=¿BòL¬•HI¦®OÙ¬·Ý›v³{Ún'#[r¬®-ù$ysé¯?€ -Ç#§ ð[7ˆ5±ÛäDè•øÍrÔ¸†IžCÞuØR|{ è°G‘ÌÜÓz~xJÂ)³Ñ±å¨Ÿ”Ç9DÀY¬kfœ– -B}‘.F;(M'y†°2ÑÎ&Í~¤, -œìÛ -ë¶Á#=™>¨!×hHÂ>F°„Ž‘žà3/9ô -«5 ß„r¬ -&—Ò§ëОNY’th -£"yÙÉmäÈÔÕ™9ûV2ït—wŒ_ ÖÍ ‚²¾>¶-ßèÊç¸k @w@¬)Ê¡\#ë~È äxûq… œ+ÓIúY×ÅŠ.o -äÉŽMÇ€v -ƒÏÚ‘Ï£®¦«:cVÖÍ)r2‡œß´lIÞ>²·aT@åR»0ò‚•Š£!u±‡‚rÇp =U3úEwØ0 -Áwìð¥ÊHôÉYd~¤ +xÚ…WMsÛ6½ëWðHÎX HØžü!'é$vj©‡6Íx`²ØÐ¤JRv“_ßvAQŒ_p±Ø}Ø<@Ì{ô˜÷vr±œ¼¹ž¥^f"ÞríÉ4d<óf© S&½eî}ö“‡Á4Ì_¾›Ó8eþ_’Q/ê»wçï—Ø;e>?bçûâ£äØû›¥ìíùÇùÅm +`è@ƒï‡o#‡•*K­÷Û©ÛìÚc.x£Ühm^;ï‚FŠ +@ªÜlÆðGê‰&ÔKà¨óþ)ö®j ÷$©‚3Xì˜SØq×Nsœ +‚-O°1É‚IN³Iæ® +‡ÅMKÑú²âgÑ:3ñml¶Š>ט£èñЉÍCѵ°8œ›÷kš2vÄiêÍ|“Aâ4ÓÒwÊØ*D±)M.ž`®Á$âWú<ÆÖÄ=à1K8æ—¹…¦}$„ à +Àº8Šrª*EiõªvÆ­Ä ‡`‡ªGUB¢²Q%ýòWhg2%\Fp0Ÿý4‚ÂOÜœ¦ÈËŒÓ"ÀÒ‡ìaÜ…zm «"ß.d–Ð.8–˜ª¶\[ì€ÀJ’Á +0x +õ¢a™[Æý×ñ yÈ„€S(CÉ©2³øÀ ®¤ÿ{˜ÆÚ endstream endobj -1949 0 obj +1963 0 obj << /Type /Page -/Contents 1950 0 R -/Resources 1948 0 R +/Contents 1964 0 R +/Resources 1962 0 R /MediaBox [0 0 612 792] -/Parent 1952 0 R +/Parent 1966 0 R >> endobj -1946 0 obj +1960 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (./z80-arguments-eps-converted-to.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1953 0 R +/PTEX.InfoDict 1967 0 R /BBox [0 0 185 57] /Resources << /ProcSet [ /PDF /ImageC ] /XObject << -/R7 1954 0 R +/R7 1968 0 R >>>> /Length 52 /Filter /FlateDecode @@ -9459,16 +9547,16 @@ x 晚ƒH]=012Éë™+¸äs! endstream endobj -1953 0 obj +1967 0 obj << /Producer (GPL Ghostscript 9.53.3) -/CreationDate (D:20220503003201-05'00') -/ModDate (D:20220503003201-05'00') +/CreationDate (D:20230601003156-05'00') +/ModDate (D:20230601003156-05'00') /Creator (\(ImageMagick\)) -/Title (\(/tmp/lyx_tmpdir.jOUfXcCmslAy/lyx_tmpbuf0/2_home_sdcc-builder_build_sdcc-build_amd64-unknown-linux2_5_build_sdcc_doc_z80-arguments.eps\)) +/Title (\(/tmp/lyx_tmpdir.oercPfgJnnNU/lyx_tmpbuf0/2_home_sdcc-builder_build_sdcc-build_amd64-unknown-linux2_5_build_sdcc_doc_z80-arguments.eps\)) >> endobj -1954 0 obj +1968 0 obj << /Subtype /Image /ColorSpace /DeviceGray @@ -9497,19 +9585,199 @@ Ow+@ ÒvìYIJ‰×>ùÆå¯}j2‚6LÏÉ9ZP?óà“Ð{ëOôÎ=‚4~íÌv%íB˜¨\€¥Uõ¡-k˜Æý‰£ ‚ù÷ÙWòWRðÃ÷JŠråšd¥Õ£ªS-†CV™©Â³YPxgúÔªbÐdW)åþICß½€„ÿÍôÈÿÓëfÞ+þ endstream endobj -1947 0 obj +1961 0 obj +<< +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (./z80-stack-cleanup-eps-converted-to.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1969 0 R +/BBox [0 0 425 425] +/Resources << +/ProcSet [ /PDF /ImageC ] +/XObject << +/R7 1970 0 R +>>>> +/Length 56 +/Filter /FlateDecode +>> +stream +xœ+T0Ð3T0 +æÃ™ºz†F&æ¦& UúAæ +.ù\@ +endstream +endobj +1969 0 obj +<< +/Producer (GPL Ghostscript 9.53.3) +/CreationDate (D:20230601003156-05'00') +/ModDate (D:20230601003156-05'00') +/Creator (\(ImageMagick\)) +/Title (\(/tmp/lyx_tmpdir.OuuZAzKQAkov/lyx_tmpbuf0/3_home_sdcc-builder_build_sdcc-build_amd64-unknown-linux2_5_build_sdcc_doc_z80-stack-cleanup.eps\)) +>> +endobj +1970 0 obj +<< +/Subtype /Image +/ColorSpace /DeviceGray +/Width 567 +/Height 567 +/BitsPerComponent 8 +/Filter /FlateDecode +/DecodeParms << +/Predictor 15 +/Columns 567 +>> +/Length 25523 +>> +stream +xœìX[†ˆŠ +;“Òùîý¶¨‘ЬuCóØU0Åk(+ÕBÚ2úg¯hÖºù¬ÔöЮ„®¡yNóüg¯h¾º©pÚÿ›i˜ F’F@‚jkz4[ÝÔ1L‚æ£ÿs´W3·W4SÝ`ƒêEn}¸ŸÈ’ - +Û"5Bš›nlKàÁÞ0AŒ§j ½œ›§½¢yé&ÏØ]H£a‚EæÍÕ^Ѭts[+MÚCjÈ—j{:®†²QÐŒt“¥{UÄÐTrÔK‹æh¯h>ºÁ ^ãþ .fEf2¨1Ò\t“®}³¥9^Ã10{Å·æe¯hºa&<‡!‹Ÿ¨ú´™Ù+š…n¾¨"^®ò4,œæ5áŒf Ì01Ýs0â»43{EÓ×M´ê›NfÛÑ¿Cö +ï1Èï#4uݔۛ”.ríKɽ𓽢‰ë†´a‚~Ú9ÍÄ^ѤuÃ0AŒï»|D´5{ESÖÍ µ8† bÜÕL•ò˜EñM©§éê¦ÈܦjKWÊïÛ<ìMV7˜aÂ}._n¢–ØËe)_nMMT7yÆüüGϯG…4MÝÜÖJ“ò”çc^ªÆ5m{ESÔM–}PcÑ–¯m(±<V®èÖ‹¯m@IÔŸvί ünx¯ò® Û+šœn2´ˆ&h™˜O¦ß=kvoƤ, +‰ÕüˆÙ+º6Q{EÓ +~·(MG7Ìé|o™‘HÐTó¸5%Ý ÊÄF‚¦›7²IéIæG4á<µML7Ð3Í’ IoÜljºáëFÍ:4í<üMO7ÌÝ’®02é“àû.Ÿ&]÷£ êZå4ù:CMR7|H|S‡fx«iê†òD[µiu›ªn˜•)JìW‡æ‘X´ÉꆙH”·Ê«$h.u¢›°n˜‰‹½ˆWz&A³©Kß”uÃ0ÙQùÎÀ óÝ›–a‚ +‡×áÞ¶TI÷9‰:ÀÇ(n ˆ4Ý€üƒŽ´MÐí¹{Ü« +¸1ýt²e½ª7‘çîs¯šê!{q ÓœtóD%YˆÕ^‘©s½ÎHíæ[QÓ&¿¦‰Ñ|tSlfSµZÛ¦½ÂOóç(ï:†‰ +Ó²ég$aÝ@pi6ºy¥ü Û5‰Íê.ví#âWÇ¢Æû[Öû4Fé]“¦¿²ÙLtS~ôHå|/Æ"@”ê[ö +Ì01Õ‹…a¢Âî`ù\/>(¥yèæÃ–ÈŽ65ZÁì3<IÚ+ÕƒÙ&Þl‰ë콜\|A§9è¦ÂîPÙ´³R?Àr"Ó}­°3-™ïÖŸÝáâ}'Àv›&=}Ü t»%¬~³WLõäÙ^ÁÝ0qGùÇØËÒ¼ÆoœnîO&”á±ä*šŠ®°®~•IÕ)ãÒÉgdºúºí‘¨ñ>ž Ä —®uêúÝÖ³h- RƒÁFžÎXÀt“¡í/áDdj®*y×£HÉÊ÷»Ždùï?ikHË}Y½’0{…÷8âM U‹íaÃÝ0Q±ß†¦m_o¾*ÖàÓkqð{ͼõâÄï,H”nhg s%U¬9Õ“ÀEŸß =–郞çF³¾0S÷q{cg>ÃDÀ¦¬±7ê›FÓd¼×€locbw<I7ß4°wÇG‚é©4Fk0u“ئ®Ý.Y剈!¯ŸŸîwi¯DšøL-^ÂïP)uÍ«^7êoÚ´;×Þd7¶ž'Fæ¤uk”õ[G7¬ÀëÄ9轜÷v(]7_m”ÓžÙÔêÿúmËv–£Ñ±(‰ß^ñë#mÓ üý¯RmïÖ.[ë~V1vÞòŸKÈÛ¦ý%ÞÂ|n;g¸ã £›ÚccBuâèŠÙüÒQÌv Œj×|žµí¦úqnÕYïoKÁm¯¸§™2Ðc¾s«q×-×pª›Äöùl­ôßvöÝ&]^{»çÍF™ G@tSo.ŽH8ºnJÇ­ë WÐ)¿=p¹ñ¨úc?휧q©pÛ+>›ªyº:{Þ¥ºO(iK,o›ì’ñàŶk–Ò{Ö )†nÎý㯇õlÂg(;Š¥H +¿m¹²gy]<¢š¼Ùón5á8ź!›‹º^ÝÞŠ>Y {¶°®uãù&²åc—_!±Ö% Pª¬‹B2÷=ÍÃ(¿VÝ^WmzûG¯hDþô™‰ë}ýÌ1•ºSk£NÝÞ¤éiô_Çn •BRf&i¸ñ»d¡N7ð&DjÙ+f!ŬÐSâ´ïæùÝ’P¦›ªðj‰em÷Ѷ g¿JÒ¦l|{Âg8êð»ä H7°kÞÖJ“ò”¾Z'¶6Ƽö‹*®ðµi¨Ñ +ˆ7ñë÷õIïD;ÉÑ{¾ËãXÔ!]·—JNíÞxÒF’Ô +Î@i#~ð}Ö/dtÃ5É'+þèæ§eÚå°¢=7Z\c&ËŠÜᬠ+s +y)P|^ç3‡æ£ÿs´wc©(wqÀhAXáã¹~1ìTôìù©âOê2¢Ó…Ij£Ãò›»løÝ\‡Ã-}Á 3ñ™ù7g³„aS’Ó¼pOI + +ùÝî@òm‘.• —PÕ=O­áw+x£lôÇKëøÝ®Àó‰þ©ÇwŠÌ Ï+ !³zÆ |u3x¾ôê:q°ÂñÎSµ„^ÎËøÝ +l¸¨oÏï6pæ>?lY¯IðâñįÝ@ݦñmœ­E¦Ìï·£ùÝ.@Ýw—»Ç]X¿»%ïj¦Jz4’5¶8èO{&à#AÈû|ïi¦ ô˜5$µo+<¨˜齕ßà ì¼ØkbÓ‰Îpƒâ{Qz7²â0,y)×3^°ë·ÂÏcòL-^™i2éó–‚Ð1‡ÀÆ ž† AÞ$ìÀ ‚2@ž´!å1‚·tS $yÚBÕ¨²Wü!I#@&Icj¶ê*¿ÛÀ Ty!Q:ÍOó0,œæ)H d)úí± gcA•‡öƒjuËŠÑ0Áó›F… °ß YÞkÌ^1ß­?¢èü¹•Ц…z¨ñ»ìA˜gŸ¢§ +y=E<Apg¢ÐÖõ@ßë º'E!ë®°ƒ m¡¯êˆG9|¹QF’L«Äžün;×-C;«ÂŸ™"ÊØî¸ã¿ÛÀäuÎâòmfš"²¥‹?Jñ»l  .+¢U#¾®„Qƒ™éøÝ6PQ:wm +hF*t:£µX\WLÓç¥Üâ’ãÖp_S–PVD¸hÏ{Èï6°†Ý”øäº® ï³ðzª¨þ>VN±—ÓVÏÑîÅc´ ‡ÿ©€Vš|Ÿ*úù™¿Á +tã¡1' +Ċי­ÓŸò» +d.ôº ˜;õó'lW“5ÙI:;µÞî ЧÔ?ÓAIÖJ‰¡›wŸº)à}çüÍû.)PÎoªù¿'X ×ÍÖ3gj’ª‘ßEÉzg(íê®ä6;ö×sV:èÝÙÕ‡®ë>^»žÆ?]ûf­¼ï:7øí ¬õu™Ø‚\7•⿲þN²ÜµÍ؉ÎêÝñÛÆª¤÷!µ:‹¨tŨ¤=tÐû67 +úýþÌn’€?@ÐÍÙk‹~b½ÕgPâO.`C\²•£~š9W :Ê6­(oKIêŠÐBc·Ínâ>"”À蛟±ÙщÞq¼0*Ì´­W×âPçê#b}¿r½œÍ÷ë6ò•êâ îƒ9ÇG¸a1nûk˜ _ìi’¢É•c†nJ‡Yµ€ß#ßv9“8ûÕ>`gX}ä…Üқܯg5Ä…U3`g¬ˆÊðݺõJ;dhû×2LƒÌµ¼¢|ÖÖûYÔeînõ™þëm{üÊuÜÀ9:5Õþœušã Ð`ˆ ¯o¹³É¯Nù´Qòµ>¤ùèåŽñâý™AV +ûMÊ|öœ1Ñ­T‚c1rÎAÝݸC7çÝ÷ï§÷%|Ö$Ë}ñÛTüM¿úH÷_¿q'¨ù:Q”B3¡¿-…WkÊcZ„5Ctî‡,c"CfPv3®@]g¨H—hYÜ&[¤fèÛEæ#Ë1¨ù˜î'Y.…òN‘xðÆýŒ' Ì9߇۾õw§Ìü{Zeå5ªîŤëS¯¦àNý…æ¾;€ +i^Èv­òÐE'Ú= TÙ+&¾ +†Ÿ9|ÿ_Ê¥næDñÙ…OuÎ,F®.”=)¿µ‹î¢‹N +@äG±B à‘PÛ†)'KLm+×8¢XÔ-ë—, .AêÆÈöüdÁ9À6Ávð’•F‹Ý{-¸ž¸Ô§Ë„µ5º!ŠQ=O»šx¦=²R´:v^þ#ãóÅ=½–Þ]±ëξSË,r‹—1‚úÛ™ËMöapëüeš¦3XïÇ¢‘ªœS1ñÌΓÖF¡nþ»Ä#5‡çÒWÆ +Àtf¯Šb^†õ÷½ +Ôä”+¿Ëj¦·0‹ØâÄúvѪìRM’bâÛçÓ`Ç$ BÝ üV„;ç,8gÔ‘6 + +ÁõUüŸÂA§›{‹©| +:Ý(<‰…ô‰3q£Ê>ãKþû¿ä´çÞyÁ^Uw!™ce‡ÆÂ‰Ä+èt3"úþš +dˆVœž«O˱ +ÝÏêAø§ó“í¸ØÉ|Eÿ$;Ñ”¡ëF]~cáUeæ¡0‡šCU«k&ßò~H}™%ØB*ï;KÒûõLæëF*dºÉ§r™WºcÚ•ªL¥®a:-–Îf¬FÜ|¬”š1T60{]O}½}©²pV@›ÏK?lW®\]¿ +ÓMy—ÄnÕk¥¾¡ +%­V·H³*Ã'zÒ«#ã…Þ¡G^eÁ¡çâ§õc”‰¼ï¬˜ÈßÈtóaµÅ¶¾i<â6b¿<xF:V°±¥K˞Ǖ‚œ®,¿Ù>è¼ç†óB×zOÞ´¼Îó&að‰íw1«öùîàšz¤rè=iÌlQ±ÕÙ +…Níëé&~ÈÛñ´Ö±ŒúÓ¾Áž ¸Sn»ñ—ºÃg)Œ§å\·±ëÊa©žð–ùâ-3Úr? +îb)Ráä}¯ÏZ¿+l+–P +$’‚[lY´îŒ2óF¿x¢Û˜ÊvŒg¦›¤qé¢tÝ$-úxzÕ™À`¥Hg) +§}Eðò¾×åêNáƒL7ÆÖ¾…æ@ž±»:»i’CYNw,TGµW¿û‘ 9aGo³¤åV˯˜ß¿ÚpœåÀ­SŽÌv)ç·Iˆ±²þ+üPoÉ­®?qºôˆÙ›ð½y¤¿Æò•¯×ìS¯öìîªIzí9Ôtsbµ¤=ï{mŠº gSn§ü 2Ý(ŸåOµôûšÉlËq†~™%œ<|ˆ]͘¤û”¤RKÁ°XÐf-$YN|¬ü0Ž>0z,Ä ûžþË”Ö (Rb-sù+«Kø—é}Á›" '’ñdA§oßrºÒû¾}Îú¡Èû^›þ·‘ç +2Ý,|ð~$¢Ðœ!Zþ¯Tc{Øà+ +¾5Î<S‹G¯Ü…+ +r\¼tkÿ/ûïéægבï‘&dÞŸw_€JJO7¾Ì;Ì |9…÷E¤›ÄAòAH“ëÃ*º@êÃ>Ø–<ÀƒÙ×þµó,P;Á‡ +;Óy–&²Ö…t¹0ŸlXÂH%¥òc‘n.l4²F‰êÁdóº1¶†ÖËôXqÀJh÷1ªx:Î|YD¤ÇíüN$Æ ,äT/y$Ù&.©ýVôíD¢a<pWq5«r4¨A¤s×mHC‚T’ˆt­[lR_¼_ùeèMj—©Š»‰äÀNvDºÑwàë®wøiò˜'›a˜ðd“9?_éf—[Ôš~ݧ&ÿf]éFù,Óúà Sç:/öŠ/jS{Uéj{™Òý·§vPžø ÓÍÒÛ|Î[ˆ’îa† .•N9rI •$ÉáQÞ®Dº‘{ñUð3 +·WD«¾édÆ­™¯j™±%¹†bhþ_#Òlì/Nu–†{š)’îxߨXåÃE®Ü+®ÈWv§®¯ªïà¡FÙÍj@¤›ÞYåü¯‰Žuë©sïpÄ¢Ìå—ë·N]ÎR:Jצþǹj=qî,ùïäÜA¤›ö­~"‰‹€gª xì„r$ÍOP¼Z¯Ë8Ü +«SoÍÉ^QdnSµÆ…ˆ#3kNÌüu«`– W:´Ï”þúŠ¿×©Ï\Fªd8åu@ FΠÑÍ×rÏPÄEÃ^áʶ8f˜p'˜uîûœèyþu…s¥Í°Ù +Q3ïÔã/õ§ÿjm<{~b¤Jæ­±õ(é"ò“êUhtólºøä¨°3a]ÆŠçRutá̹S§£&ŠeÜÖú½ +O^A¬‚ 4º¹«¸ÍE\¤°,›‡•ÆÔ¶àÍÈ—­ðaÙÕÚ¦nÎ\¹Àû[ŒTÉ<7¶ÇöS¾ýn.läÇš YX”éÄJñzMà5`öôO›ÎþâÓ½-ÈÑ›k6Ï»(¿™‘*™Dkkñz2åIªÐèÆUë0¤JÔ‚•6ý»hIºôwŠ\²î©? +¡Óé¿Ó‚Óæö¬N• …Ên%?Ûp? +1^CVÞ v$‚F7¢²Q„¥Ou¸ßsÌ´ü³›a¬Ý.³C(ã׉nJÚH%"K!îÛ  +Í$º15CØ„JÉ¥“yÚ¹žÔ×®ó°6F3:ù6&Ï)ŠÀ +D7íZ7šl¢lØké³ eüÿ.!¨âBëZœOUÚdº©é“ ?*¥[£­¯œ7*0çPæùC¡›üNT®” ÁÈö"ÚÊÎÏfµ‰†tÿ1ª*C ÐMzï oàG¥”]v—'‘0¶ž»‚³ÿ +/È!ÙB7ñCfÂJ)ÇQ×Ï*›òºI)£e¥aPè&b¬âmøQ)EïÄÕUˆoñq|ÙKž3²¡oz.EåTPèæÙŒõáG¥”§®#YCªÍ©CßAÞE¿êzðLîgÁ +Ýø­Õ;?*¥è8ßDdË«Åב¿Càîox¢°îÔ€lA¡›Ó*AРåz›‚"™®ZC" æýÑmHÌxìA¡›S;,öÀJ)ÛÜï.BÚ¢»l Fì—ö‹š48(tƒÌœKêž÷Pp›´¿‚fÀ ¸ìÖ‹©0ã±…nAhB Uï‡ó¨¸·ªä{˜sT¾èz ÐÁñËkáG¥•ÓÖ›â‘Å÷ Ž!n¬¤h +ÝhºQÑ©DŠòÙ +ÝŒˆÎƒ•J^Ë— +ÝHdWÀJ%å½³Á¨+¡u:¸Q4*ÚL©ª7%=3ºéDˇ”JÍïzL2ÕÐy<Oü#¤Wû©”äÈC¡›–]3á¥Û‡¨Ë@Ä`ÃÅ'àD +šMI>Zº)k=ð ô ”òv •)ë1²dòCá¤~Éé. +ކ7ý̺ù,=3zP*‰T‰èlxúsoW*Wõ?ŒkûÊD£®.º‰¹à>ô ÔQn¨LÑ¥O±™må' +»Ç;OþwFíCf0âpn^O^y +¸§™2УÁ +øgõ ¶‡vÁÎ8ÂCû¾ä£è@›ó‰ݸjÁ®iJ¹{Ü…ÕìXìI¡yì*˜ê9”Š6ȤÉ“Žâ¡AÁ¿[ºAT» -~ºße½Øl,øºí‘¨ñ~*ìÞç¶ÈF’^âx9m™?ŒÆpnޤ,[,2u¯‰š±ïMúiýå5};hòOÉouýÕY*Fc8‚@7ûÙ=(R¸Ë‚›°`1¡ã'ÒsýÒ +¡f+`Ý Ïq|¯!ìEæ‰~{¶ ùÜAT ¨è¦1UŸ"ÐíeÛq†ÊÏÁ¹acHÆÐuò[ +"ÃlÖuÈ8nŸöŒäDãÉGöÃi {èfýågȪdC¦Âi_i=ƒÐ©M6%僅Jgá4†=t³üæÛñЃ"ø2Bý…<QK.]d’ä¤WúYð +ãyxZ¶¬³ð‰†Å÷H¦+«j'š ©-lA ùD)èAáó×0AÍu¸ù4¢u¼©#¢¿£6!Ðͤ7©VçC–Umì‚Ý¢¿è ™.Õuä=LºõAð«Ý=W—pâ9³u”J˜˜:{EîàŸ¯Iõ÷Y ¬òÈn†Äÿn =(TH‹*ìLKæ»õ‡×¢º8é’shŸÙºÛ +RSØ@7ýR*©ÜëHœûšÉÝIN1%ª·=d„èïY1"ŽT¦»Ð©ÈW6è¦Ç¯Rè1!’gì.¤N~Þ—æaX8ÕKF‹â¿B&ŠÄºøÏ®È €!ÐMG¡_ÐcÂã¶fº´'”l_5#³WLNª‡Ò­à7â§t#ÈÛót`®kûiþå¤2áë) $:‰Ó^¢Îx_7•"ý¿ÂŽ ?­#½ Nfgê\Gd¯XuýØ^Þ¯ÞzæÞBxma|Ýv ª¶Q¾i<ji`wó´ŸN6[Ÿ ⇋&öàùjsx™ßX_79ÝGGÀŽ Ì01Å ºO•½BÛ…Dyßͨ³CÂ×MJ¿É¡°cB +{…‹6ï« +kmfŒ|øv_ùÌè{>ܩݧÉÔ¾ÑÒ +ˆ®ð˜ì9_7šnwÃŽ‰›hÕ7̶ÿé£bÏ›H¥ËCÕå¶€ç»^yF:ÒßS= +ZŸyÎü*Jd‚B™Tà{åVU¸þ± qc—×Ô@º2VÚ>ÛH_âÿŒk²ýÕA§,Ñê@7l^ ÊB7 +vèË„´Ö:´qÊC$X¸²µ„\›â‘W©÷¶Èî_z+{83PÁìký‚礉³iV‰¥Y{…ÍnJf.»õf™›r¾n–Þ~G6±!/¼Pm`˜ø|¾J¸UU»%ô/>*ŒšNÒÖ¶²§‰.ð#±S‹mª„”ÎÑz¿ºëD¤ý¨—£˜É8ƒ"».s\”/´Z6Éj0-õYP‡Ók«]ù]‡T„m=Q(û\ŸAn³Ý¸ùA%\ÌŠŒo¬xPú»ÑD/ÚîH6ÝGàëfþ#>¤Û*2·©ZãÂÓ v¨Ð¿¶=K¦ñx9f¯XàF¢üÉÄóØì¶×çýŽ\¯›YÁ¨÷˜6±aâý™e½Þ¾?Âû޽DÕ§d쥃R¿û/¯GZ•¾n¦†~#ñO‹òŒ¡L” ¤ÊÓ°pšñát5nš„KO†NEZö¾nƇgò´‚Ë3×t3e<y}‡PÆgõ 6Gôy—Ë|!:HMî?å%o7Ã|ÝŒˆþÙvLNœÙ +–\á‹a‚Q³sÄxÊ9³uV ±+ÊE‘:·àë†ê4m¿ôÎk[Plë#L¹ÅQ2µ:+‡Å}àôÌ-A˜ö ¾n|+Gœ³§>·}ëï>Ú{b䊲)»BËê^Ïï÷^å¹±øY幈]16e¾nzeUÂÉ +äx®%¢}¤ÖruÜü¸yª– á̹ï -´Ú^Aè†<ž76œëI½¾—¡ZÍ…®›þèEXðí˜* ’^€.êÔý4s¬šî\wªŒW{Ã0aíç[á}ð{ÛíûYø*NEUIŠev¾wmÆDÏävΈè\1R7atÝ(ÞE¸Û«!Eés;½mù;è´=ÛÝ4Ÿ]Ù],ê}˜5‡¬~Ì™{š)’îspœXhkUÒËDµáªÕí¥1à +'¸[µ5깿j<5ÞÏË4ðsçŠAGë̪‰bÙ4Ó•@±Œìž-®ã!.HéöóÚ¾ƒ¾­!/‘q +†aÂ…çú?µÁÛOÇOiÿœN;¤"Ǭé€躑Ȯ€‘ÅÇ- Äöí 4ËR {E¨Zlh>{<ó„8pÔÈšÃáÏÒ3ƒáݬÐuÓ½°rDЮîþÚrkýy6ÜÔ·Wp3L†ë<$AÒ´Kå°ê‘%ŽcÑœ7 ëF¬² +ˬ`æ'¯òû½‘§¡<~vÆB“›šqXK˜ô&QrSغ)ì ónDn|4ñãl婽)Êåw=H: +nDvЮbyC¬e>¤ˆ\—Š¡'9ÌÁpÅY‡mÚ %T›®aë&¹ÿÔp#²á‰q8P°¡r«*>é= +á’¸óP<Écgmús– g=n}ô´2™V±®nÊúUÿ +Tfסœ€íq-µŽNw:ï1m¶¤ÁbKÕX¬p™Ð^sø5 +@~%(*§?²Ä„D;‹ÑÿëolųnŠ?DŠ‹Kú“D€.áÎ +µìB¡ŸçK ¾S«vÇú¸ýáõÇPÖûj¬Xì£E Õo÷oÛTÐgã6x[Ç +nø<¡µ^{ +¼É·úÏtòÜ[Ÿæº;˜½nžÏ-1´®ÿMj¿f$àÎL”û^ÖuÙÝü:Ó½dë;ùÒCÆ¿‡w]z.ÆÒ¼[æ©´gž|ó±RjÖÙ 2^èý‘ÚQ­.Øm…ã¯Ô¬yº,o£wÝ¥—ÏÒÌý½c +NJF.›Z£›ªcÝó¯È=2*f 3ÝVðCéÃîô¯ƒùYÌ}ñð]½ý­vTæþÞühB>ur’žÒ§Ù±-s[ +EÌÙ±lãÒuÕº©šá:ühWMûK÷T®bµwÛ^uÏiO?hÜ_ûÅ©KÕ'oléÒ²gšÈV`dS'l䜟.š +^€q"öø· »Š6þR1æg™Ï“.‡½z@:`€â7­z~…îsþ:ØéÆàøÒ,º‡Ò±†¤F,ñõWo[­›Ë¦~ +ÆdËQhøÜpY‘ôFÏÅ +µº±T»Üy'rÝ+ö¬è>¥ n¬®|÷Ìb©Ý¤ä‡ßò,×Ü<4ÒËÚ{Ë^$5ð¡jp<€S£/2¤wÞ~KñæÞ+¾×dzÙ6<üÇ….±Œp¤ùQ´ÿÕm°ÕGÌ”09[mõLü­û‡«¡¹hi¤™ü+5äù*{îK"j¿Š4’Xß¹oï3Z¥¡¦tÿ›êØ4Ÿ +½˜Š^ïȦŸT§¾üû×Q®-a/_Í{5×-*>máç„c]½­i‚S‘˜X…f¹Â-JVZâە7-T°%ÑÃ#qÏTÜvS-i@Í߯<âdš¼Æ]A•ÓšSOd(ÙIØ^A{|x-šâá­8?»îÔ¸ÌõåÁÔ/U?Ñ®4bÍh²ƒ›•¼:o¸|þ2ðô•Õ:CûxRùÈÙñU¹‘²Òq9åb;2òZ/ËPDßkîéä"„&°lXÒ݆¡åZvVá +endstream +endobj +1965 0 obj +<< +/D [1963 0 R /XYZ 84.039 766.262 null] +>> +endobj +690 0 obj +<< +/D [1963 0 R /XYZ 85.039 102.375 null] +>> +endobj +1962 0 obj +<< +/Font << /F75 1294 0 R /F48 1183 0 R /F72 1233 0 R >> +/XObject << /Im2 1960 0 R /Im3 1961 0 R >> +/ProcSet [ /PDF /Text ] +>> +endobj +1974 0 obj +<< +/Length 1869 +/Filter /FlateDecode +>> +stream +xÚË’Û6ì¾_¡£<;z›jOûp’í$ÙtíÚ$³CKòZ,¹¢œÍ× @™¶å4íE„@@zΣã9¯/®/_Mc'¤I8‹•#≦Î4“ØÎ"w>¹Ñ$œŒÆq⹋7³Ñ8ˆ=÷Oá½`ÈïÁûË««ÛÁçC_àC ?'B‚>{±÷úòÝìênÀ¯Ï43P€ Ë÷7£/‹ßÀœ±ïOÒ8!o¯çã”i>ÜÝPûùhìÇ¡—¸×o.?,f÷4±qïïFÍæ„¾{Ïê|ü`ÖÏn˜ß=RÞ]Ïæó»û9Š¿˜-.þ¾ðA ÏñûMŒ‚É4™:ÙæâÓÏÉaôœ„©pž4寉âdâ¥1À•3¿øý³‰Çø0z!)èE®êÚ]Ö,뜀]]65eÛ>55+»uQ¶Ì£ü^à3—¶@ t·R©"7lx’†M±iÚçÁ©ªÉd׋WÛ"+?{^`-Ÿ{ñd²ªŠÖ Ûf÷¸6ül߯döºÌÁrŶ)ëN/…ÙŽ|á>î6`(85ô=÷c]JÑôÃÃw!ò¯ZZA¸’çv`%ÇÌ :™}e1²•›)#‰×gU!km2ÙҨ탑ìC*²/ŽÝ g.pÈ¢ +ÅmÙu˜Ì8˜ýff%$Åš½B½šv¨æ ++IN¢ˆð¢pQŠí"” d9CÄ€ÎdˆX7JŸeX´ÕäjWgû5ßJIÀàã0qŘr:qÐk†}˜³Š”” +‘E>58kºï”ë tnÖlMnFsÇCö®šöhƒ[øaû›'åä³Nú¯Yøä–˜B¡yÔÇKâËÛMäÜ4p +«° cõ+Þ¾òTÈ÷ +~qz>?1ì}Z`å'sé8äSê&u +Î’Z…ÀmËÇu7îšqU¬ðý#‚ëÂíÁÓà§±úôôób¨8öµrÙK~â¨ûšvò&b^ú”USU +endstream +endobj +1973 0 obj +<< +/Type /Page +/Contents 1974 0 R +/Resources 1972 0 R +/MediaBox [0 0 612 792] +/Parent 1966 0 R +>> +endobj +1971 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (./r3ka-arguments-eps-converted-to.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1955 0 R +/PTEX.InfoDict 1976 0 R /BBox [0 0 185 79] /Resources << /ProcSet [ /PDF /ImageC ] /XObject << -/R7 1956 0 R +/R7 1977 0 R >>>> /Length 53 /Filter /FlateDecode @@ -9519,16 +9787,16 @@ x æ™[‚h]= 04´0Éë™+¸äs! endstream endobj -1955 0 obj +1976 0 obj << /Producer (GPL Ghostscript 9.53.3) -/CreationDate (D:20220503003202-05'00') -/ModDate (D:20220503003202-05'00') +/CreationDate (D:20230601003156-05'00') +/ModDate (D:20230601003156-05'00') /Creator (\(ImageMagick\)) -/Title (\(/tmp/lyx_tmpdir.GvPAXiaMZXni/lyx_tmpbuf0/3_home_sdcc-builder_build_sdcc-build_amd64-unknown-linux2_5_build_sdcc_doc_r3ka-arguments.eps\)) +/Title (\(/tmp/lyx_tmpdir.bDQSKFvwgCfp/lyx_tmpbuf0/3_home_sdcc-builder_build_sdcc-build_amd64-unknown-linux2_5_build_sdcc_doc_r3ka-arguments.eps\)) >> endobj -1956 0 obj +1977 0 obj << /Subtype /Image /ColorSpace /DeviceGray @@ -9542,92 +9810,129 @@ endobj >> /Length 3616 >> -stream -xœí\{<•g,…Úº©”LÍŠRmM’¨$ÅtÕºÙ†-‘%¦"[nI¤é¢Û0šš”Qr'‘® ¹„1 -€Eþ}ì@Ä{"µ}9ò{ÿ7´» ò2’Š•³ÆÃ\Ì2Û§†Zÿ„v²k*v[ýX)¸Ë›·ƒúÿP€øh׿œdV-^:Wk1¶i•ýyÈÿ,ÄEûKq¦ßc¨å¦YVÑÁñvæGQ`’$1øU ¾§m¥‚Ñö”q¨ú†aº!ëèÅáTG9#UF¼´{&&>ŠÖ7—Ô$©µ>8u3JeÄK»\IsÆDå¯h´îÙn®‰P±Ò®ûáÌ%Ó.Ùb9Í;¿ôž‚N1Òž<ì±V…"=¿’Nûzóóï#SFl´™K_ÖÞPïÅ-¤%¡ÀíWŠA0ÄEûÖ™j¯wÀ±»|ó¼wèÉH¼y•:â¡ã¯Þ€ä®QÀWòŸ´]® kD -‰ƒvÑ¡œG!‘ä°d9b ]w¬ÁE‘,Ö—{ÐD¤¢¦ýúäãÓЉkÙŠ&*-mfp¼½6R‰ˆ¢‘Ò¾uÖtj™h¢ÒÎñ×5G6Ðr$*mtæ›Q‰ˆh£4ßD ˆJDB±ù&AT" -Ú!qöŸ‘ž¸Z#µe ìBi"Pƒñ×ë-B…ŒJDAû¹€'¤§\î4@Ã’[åùq0w:*gæte$|Š}Ig.ðÐñÊ ’÷Jáh?ú®iŠ;´»h“Ü‘²ûÒeš¸ÀhÍd’K`i •P¢ÝR=½ÿ)…¿[W݇¨ròæÌàbeËÞÎÙò -Rs|µm_¯Šö© • Dû^^Ϻñ Õ«Ím¤@ÏKnÛ°aµ®Î»íGÒcõÿ›ƒhgÕµ›ŸM?»ÿS:‚Ya1»ÑR‰…‡åIÞœ®Í‡•éH€¶ãúÏ€k‰šÝÞÚzmv×_?mA3*€v„íÉFïëª4„¾A½£óB´'‚,IE/*èݶ=9.‡VâqŽ…Ì¨ÓŠJÓfº\?z &Kا%z£N'*HûWyŠ4ËVÖºj`Feþ´îp+Á¨ÓˆJÐÆG­µ XdíJK·~µQ§•ÓŽÃG­S¬î¶é«Ç…ŒºÅ0î!•”|HE -½£VvÚ¨ut&¡îb£ÞïÍ©Þ}þ¨¡…æ$´##N'¹RX 7êñ\£žðþ«P -­ùh—:/ùí0DfÔY—; #ÊJ)¼ÚX¬åƒª_“@TF½qÏ9 -<íæFžQaÓx LkëZœvE‹*ž—/iQEƒ…¢kcøvºç%ð;µÌhù›Ä­Ê‘—úh÷8Þl½Õ„;N쌂MÅT®â)²™«k6»æ§P;eÓJ{× ò»@¹­cYJFÛ:Án'„¼aFÆ‹úÔË]<~É#í1SÍlÂ)ùœžØi¶NqwʕܵUÞS9´ÛŠID•$Ôºô0¬n ÔHkhêiÅ~dj¯úmퟓ.té˜:<3Ìw-$šÝTPé‹~¥¿¤ð;/®¯~@oP÷˜úá+¶myé–ëö öÞ–ÊûÔL½ÅKæã³((ùž‹;غ{ÚN†:^nÞ%?·ï<)­’;ùÍÂpœvÍRYÉnÁ^½ÜŠ5Øß²³L 5MÕÏJ©•<Œwë^Ú&û -ÍíS2³r[Á¬,Ø Üwu…òXÃ~ÁÃWñW¯µˆ2x5°ro„ƒ+2ðM8&u9ÊF‘8ʲÂbJ -"?Gv¯ÂÃ-‘†ÑÒƒ_È%o=qÏåBiC¬g-n„ê>xíÛýÅe*¬û`õ?59) ÒÈöþ7bF.CtvþÔöµÙ;„q»Ü{´|"nP`½™°h¢¯ï·Sz6‚ÑWífQœÃ箈Ԩ#¯Ð]•A⥉̨‹ezÈœS¶QoîµÃ] -Ö±x©…½MÜÔl¸¥=¨Ì7(,cÞõÝlÊ9ºÁÞr×îå0_BjâÀ\@î‚(6› -ÄÃóN²ÐJB‚öbǦƒì-w+[­¼á<Xî‚(ÍýfÐþO?æçÍóñ/Æ.Ž;gATª¯¶ Yò½öäߪ–$KÐCÚ~3Ç‚K€mø5íÊËŒô‰™¥ðëÖW22é*DBÐN¿Ò9éo@BÛçAg>ÇþŒ× 'üÜ‘^f[5–®F íg¼øIåisà¿›¡g¼’ofZünƒ=sEµ§/„y·÷Ò¥tk…™O®ë­ ¦§½Õ´K=º]‹×_2LnôÜðÑ|4Ùõ«ž¤®vñF¾8hÓNKzÙm#ö¼ÂVÏF£MÑsU…‡3Ðm‚'oÏÖÍbÅÿ´‡þïWòL -endstream +stream +xœí\{<•g,…Úº©”LÍŠRmM’¨$ÅtÕºÙ†-‘%¦"[nI¤é¢Û0šš”Qr'‘® ¹„1 +€Eþ}ì@Ä{"µ}9ò{ÿ7´» ò2’Š•³ÆÃ\Ì2Û§†Zÿ„v²k*v[ýX)¸Ë›·ƒúÿP€øh׿œdV-^:Wk1¶i•ýyÈÿ,ÄEûKq¦ßc¨å¦YVÑÁñvæGQ`’$1øU ¾§m¥‚Ñö”q¨ú†aº!ëèÅáTG9#UF¼´{&&>ŠÖ7—Ô$©µ>8u3JeÄK»\IsÆDå¯h´îÙn®‰P±Ò®ûáÌ%Ó.Ùb9Í;¿ôž‚N1Òž<ì±V…"=¿’Nûzóóï#SFl´™K_ÖÞPïÅ-¤%¡ÀíWŠA0ÄEûÖ™j¯wÀ±»|ó¼wèÉH¼y•:â¡ã¯Þ€ä®QÀWòŸ´]® kD +‰ƒvÑ¡œG!‘ä°d9b ]w¬ÁE‘,Ö—{ÐD¤¢¦ýúäãÓЉkÙŠ&*-mfp¼½6R‰ˆ¢‘Ò¾uÖtj™h¢ÒÎñ×5G6Ðr$*mtæ›Q‰ˆh£4ßD ˆJDB±ù&AT" +Ú!qöŸ‘ž¸Z#µe ìBi"Pƒñ×ë-B…ŒJDAû¹€'¤§\î4@Ã’[åùq0w:*gæte$|Š}Ig.ðÐñÊ ’÷Jáh?ú®iŠ;´»h“Ü‘²ûÒeš¸ÀhÍd’K`i •P¢ÝR=½ÿ)…¿[W݇¨ròæÌàbeËÞÎÙò +Rs|µm_¯Šö© • Dû^^Ϻñ Õ«Ím¤@ÏKnÛ°aµ®Î»íGÒcõÿ›ƒhgÕµ›ŸM?»ÿS:‚Ya1»ÑR‰…‡åIÞœ®Í‡•éH€¶ãúÏ€k‰šÝÞÚzmv×_?mA3*€v„íÉFïëª4„¾A½£óB´'‚,IE/*èݶ=9.‡VâqŽ…Ì¨ÓŠJÓfº\?z &Kا%z£N'*HûWyŠ4ËVÖºj`Feþ´îp+Á¨ÓˆJÐÆG­µ XdíJK·~µQ§•ÓŽÃG­S¬î¶é«Ç…ŒºÅ0î!•”|HE +½£VvÚ¨ut&¡îb£ÞïÍ©Þ}þ¨¡…æ$´##N'¹RX 7êñ\£žðþ«P +­ùh—:/ùí0DfÔY—; #ÊJ)¼ÚX¬åƒª_“@TF½qÏ9 +<íæFžQaÓx LkëZœvE‹*ž—/iQEƒ…¢kcøvºç%ð;µÌhù›Ä­Ê‘—úh÷8Þl½Õ„;N쌂MÅT®â)²™«k6»æ§P;eÓJ{× ò»@¹­cYJFÛ:Án'„¼aFÆ‹úÔË]<~É#í1SÍlÂ)ùœžØi¶NqwʕܵUÞS9´ÛŠID•$Ôºô0¬n ÔHkhêiÅ~dj¯úmퟓ.té˜:<3Ìw-$šÝTPé‹~¥¿¤ð;/®¯~@oP÷˜úá+¶myé–ëö öÞ–ÊûÔL½ÅKæã³((ùž‹;غ{ÚN†:^nÞ%?·ï<)­’;ùÍÂpœvÍRYÉnÁ^½ÜŠ5Øß²³L 5MÕÏJ©•<Œwë^Ú&û +ÍíS2³r[Á¬,Ø Üwu…òXÃ~ÁÃWñW¯µˆ2x5°ro„ƒ+2ðM8&u9ÊF‘8ʲÂbJ +"?Gv¯ÂÃ-‘†ÑÒƒ_È%o=qÏåBiC¬g-n„ê>xíÛýÅe*¬û`õ?59) ÒÈöþ7bF.CtvþÔöµÙ;„q»Ü{´|"nP`½™°h¢¯ï·Sz6‚ÑWífQœÃ箈Ԩ#¯Ð]•A⥉̨‹ezÈœS¶QoîµÃ] +Ö±x©…½MÜÔl¸¥=¨Ì7(,cÞõÝlÊ9ºÁÞr×îå0_BjâÀ\@î‚(6› +ÄÃóN²ÐJB‚öbǦƒì-w+[­¼á<Xî‚(ÍýfÐþO?æçÍóñ/Æ.Ž;gATª¯¶ Yò½öäߪ–$KÐCÚ~3Ç‚K€mø5íÊËŒô‰™¥ðëÖW22é*DBÐN¿Ò9éo@BÛçAg>ÇþŒ× 'üÜ‘^f[5–®F íg¼øIåisà¿›¡g¼’ofZünƒ=sEµ§/„y·÷Ò¥tk…™O®ë­ ¦§½Õ´K=º]‹×_2LnôÜðÑ|4Ùõ«ž¤®vñF¾8hÓNKzÙm#ö¼ÂVÏF£MÑsU…‡3Ðm‚'oÏÖÍbÅÿ´‡þïWòL +endstream +endobj +1975 0 obj +<< +/D [1973 0 R /XYZ 84.039 766.262 null] +>> +endobj +694 0 obj +<< +/D [1973 0 R /XYZ 85.039 686.321 null] +>> +endobj +698 0 obj +<< +/D [1973 0 R /XYZ 85.039 567.766 null] +>> +endobj +1972 0 obj +<< +/Font << /F75 1294 0 R /F48 1183 0 R /F72 1233 0 R >> +/XObject << /Im4 1971 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj -1951 0 obj +1981 0 obj << -/D [1949 0 R /XYZ 84.039 766.262 null] +/Length 1130 +/Filter /FlateDecode >> +stream +xÚVKsÛ6¾ëWðHÎX øÙ›l+‰;‰åZÊ!¯ñ@$d±‘• ã:¿¾»Ü%E¹RÝ‹¸X,>,öÛ‡„õh ëÝèr9zóvY©›Æ~l-×V¹"H­I”¸‘H¬en}µC7pq {ù~æŒýHØ_qÁ’׋÷ÓËË›%ɾçÔÓú` _|L’¾‰H¼›~œ]ÎX}†¥Ç63p€¤éíµó}ù;<gìynÅäóòÃÕbœ²ÍÝüÞAïÎØ‹ÛWï§wËÙ=í†ü¸Û¹‚ÑlAêù-»óé®;?»f¼{´œ_Í‹ùý¯Í–£¿Fx!,¯b軓xbe»Ñ×ïÂÊaütƒ4±žZËF±+Òä­µý1LÌ+n’ÀòñKXonvu­Áº¥/LôuÖIâ +ϧPܬÁk/²~%Iþã!“Û­R¤+ }K]“ЕcŒ}ß–ëZU¤­7lgy»×™Zf?HÜËJîcXYuç¶J–*ç;öøíÕó t¸bËw<õæ…ÍZo·Úñ#Ø+[æÇ^è¦aÈüGôhå€íß™Ú×….ÍoÎ8ð„½nʬ]T˜¦¬IÊ5Ka +àgÖTœ¢E®Öˆ"›-+°$ð[wæ‹ë«+>ØùÐ.z"ö¸ Â5• +ÿ¬79eÂÀiŽ[7Øë¾a%8)ó¾Œû¿\–ﮈck<IÜÄcŠ'á‘üÍûYSär +endstream endobj -674 0 obj +1980 0 obj << -/D [1949 0 R /XYZ 85.039 697.036 null] +/Type /Page +/Contents 1981 0 R +/Resources 1979 0 R +/MediaBox [0 0 612 792] +/Parent 1966 0 R >> endobj -678 0 obj +1982 0 obj << -/D [1949 0 R /XYZ 85.039 459.797 null] +/D [1980 0 R /XYZ 84.039 766.262 null] >> endobj -682 0 obj +702 0 obj << -/D [1949 0 R /XYZ 85.039 366.771 null] +/D [1980 0 R /XYZ 85.039 247.374 null] >> endobj -686 0 obj +706 0 obj << -/D [1949 0 R /XYZ 85.039 248.216 null] +/D [1980 0 R /XYZ 85.039 188.221 null] >> endobj -1948 0 obj +1979 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F72 1221 0 R >> -/XObject << /Im2 1946 0 R /Im3 1947 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F72 1233 0 R >> +/XObject << /Im3 1961 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1960 0 obj +1986 0 obj << -/Length 2567 +/Length 2861 /Filter /FlateDecode >> stream -xÚ­YOwã6¿çSè(¿W{$‘ú·{Êd2íìk'³‰{ØíôåÉ’kÇ–¼’ÜÔýô  EÙrƇ½˜$ @þ -ÓÂ? ùëŠý`”{#åþ¡T9å² -’‹Nhº’i{u,¨`«*>åÏÏ:XGùX=)ç8¾\¤RŽýŸÌW*륑… -Ø ºdÑϘ~sè¦XX0U£°æÖ€QÕ`dV˜k<~r¤€8‰p<R‰/ŽwŸvÒùÐÀ›âü-¡™cíYLeì~´b*#S˜Pf…œ„“ Ëè4È2>2\{Š LI^F£$sU§ÉºjfL -uùÞ‰®DëB¸£Ö¼6ÞœX‚ÛHô³!±==8ÈÔr2ÖI‘-exYÖ&$Ô›¢±Ù[©‰ƒÁtè+•ЖøNJE -Æ\ Ûå],Œ½j•S«N$´è -NQ6]N.™6°[¡–‰${@ þ£ª«PÕ`ґƯmÕ÷%ÿQEÀ-m|QK¨Í›‚ÿÇz)ë²Ízý?×ê8±ŠP2Jo€ -TÔ6;^uÛ‚ºwôñ[[6úÌ0¿ñµ +xÚYKsã8¾çWø(WEnê-Ížòê™lÍtz÷awz*%Kt¬mYòêÑ÷¯_€ +á6-K;¤Mº—d3ŠV“ÛVæL«è›rwK:ŠÁžÓgSt-œœ'q»å)§¬N¨|ÃvüUâûì!m Î.?¦iøåþ`”‘Q@Ë%êrXð$Ò +a%Úr®-AJÓ’× + sæ +L:Rÿ¹)ºN©‡·o⋚B߬Î%µžd%›”ËU†òÓY„„>#¡/F¨@EM½ç9P¸­¨yÕ7PVvÚ²I±8³®Ó° +Ý"“?ºXÇ›¢:m ÷ô¨¨kc+iœ•ÏúNYû-6ÌTÆO@c:R7¯*OÎme±iRˆò0@Ë|× +îëŽ ˜´¯ÒTts¨ôk°‹GK|œvÜ“@)²pÚ˜s4ÌÄ|KÞ ·ôŒ [ +ö-up¿i2yèˆFëLôµüÌ +zGÃçöýऒð„Ï¥ å¦f5ÉÔŒúÔð}¢UxïQQV¤Ð·v²<è³Æ!HFäj°ÈO2‡±kÒlèeT„N>‰Ã¡ð5¯·_8U”))ÚN×Î)g +=† ᤌž×ú©3Kxú§iLÃ416JèÊ01žtUgîm誚ƒo[â{‚Âè™âÝ/àoÂåê +cö‹?Pc)ùÍ:ý?R):1v +ñ£!þ¥®ÿ _@A¸a¸°=øF¦›õÙÿAöÅä endstream endobj -1959 0 obj +1985 0 obj << /Type /Page -/Contents 1960 0 R -/Resources 1958 0 R +/Contents 1986 0 R +/Resources 1984 0 R /MediaBox [0 0 612 792] -/Parent 1952 0 R +/Parent 1966 0 R >> endobj -1957 0 obj +1978 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (./sm83-arguments-eps-converted-to.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1962 0 R +/PTEX.InfoDict 1988 0 R /BBox [0 0 185 102] /Resources << /ProcSet [ /PDF /ImageC ] /XObject << -/R7 1963 0 R +/R7 1989 0 R >>>> /Length 52 /Filter /FlateDecode @@ -9638,16 +9943,16 @@ x B endstream endobj -1962 0 obj +1988 0 obj << /Producer (GPL Ghostscript 9.53.3) -/CreationDate (D:20220503003202-05'00') -/ModDate (D:20220503003202-05'00') +/CreationDate (D:20230601003156-05'00') +/ModDate (D:20230601003156-05'00') /Creator (\(ImageMagick\)) -/Title (\(/tmp/lyx_tmpdir.GvPAXiaMZXni/lyx_tmpbuf0/4_home_sdcc-builder_build_sdcc-build_amd64-unknown-linux2_5_build_sdcc_doc_sm83-arguments.eps\)) +/Title (\(/tmp/lyx_tmpdir.bDQSKFvwgCfp/lyx_tmpbuf0/4_home_sdcc-builder_build_sdcc-build_amd64-unknown-linux2_5_build_sdcc_doc_sm83-arguments.eps\)) >> endobj -1963 0 obj +1989 0 obj << /Subtype /Image /ColorSpace /DeviceGray @@ -9679,85 +9984,83 @@ bH 6!˜Rß߀n—6ÀϽ¸Yº‰ur1õý endstream endobj -1961 0 obj +1987 0 obj << -/D [1959 0 R /XYZ 84.039 766.262 null] +/D [1985 0 R /XYZ 84.039 766.262 null] >> endobj -690 0 obj +710 0 obj << -/D [1959 0 R /XYZ 85.039 638.5 null] +/D [1985 0 R /XYZ 85.039 522.553 null] >> endobj -694 0 obj +714 0 obj << -/D [1959 0 R /XYZ 85.039 579.347 null] +/D [1985 0 R /XYZ 85.039 429.527 null] >> endobj -698 0 obj +718 0 obj << -/D [1959 0 R /XYZ 85.039 285.901 null] +/D [1985 0 R /XYZ 85.039 322.553 null] >> endobj -702 0 obj +722 0 obj << -/D [1959 0 R /XYZ 85.039 192.501 null] +/D [1985 0 R /XYZ 85.039 215.579 null] >> endobj -1958 0 obj +726 0 obj +<< +/D [1985 0 R /XYZ 85.039 144.471 null] +>> +endobj +1984 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F72 1221 0 R >> -/XObject << /Im4 1957 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F72 1233 0 R >> +/XObject << /Im5 1978 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1968 0 obj +1993 0 obj << -/Length 2570 +/Length 2523 /Filter /FlateDecode >> stream -xÚ•YK“Û8¾÷¯ÐQ®Šd½-Í-ÓéL2»Igb粓)—Z¢ÛÚÈ’V”Òq~ý¨WÛ™Ì!1‚ âñí†cüvóëîfýz‰D^dìFÚŽŸ› ²ÃÐ3v¹ñ§ؽ²ÂÈ1woîV–:æ›['¦ÑË÷¯h°Õ”÷WÈ»]Y±ç&æí›—vwiRKz¿ -€çnKäû÷,äÓ½üŽå~øˆœ÷·wÛíýÇíê¯Ýï7w»›ÿݸpÇpG={mŒìtóç_Ž‘ÃÜï†cûIl<)Γ„‘í$!ŒKc{óÇ3³‚g¸®¨Cfpá×ñµ|{³²\ÇqÌÛúÔ”âiXT²kû¬+êJ¢~ë×A<1©cXnlG1IÙ® -ÌÿÄB3­r¢ÈúÄs¹h‹•š_ñ¿´ã±šBÒÙ7MÝvÄ)epú¦ -½@R ²#M¦’~˼hѲÌ5“Ïдm¸(ßóMþÙ¾º½¥™º*Ï$AœŠŽ…uG!ÍóæZB]Y•O&²¼xcê–}•MèEE¿² dJÛœ¾Êâ¡MÛó* -Q³ÀsÁ ½:d™Â~dbV7+×1ÏEõHëêŠÅ¥m›žõV]ÍΆýX¡‚59Õ-¯¼€ÏŽãe…¨:">«ÚKÜæÂqO┑ŸÐ.9LwL+=œé—D¨a:ûé%¨å9¦õÔ]'xYY×­vt; ‚ù¶¯D#ªœºC¶(Òv寿£èÐnp¹YóÔ£¨D›âuðÚF_«¨ƒ¤&mÓ“èD+y¢žm^•–¥ÚÄÓ„NÌ~óÊ ‘üHÏöBÔºtT^¹¦Zyf)‹œIM‘Rt£8 *ÿ§YfsÁÓÚg;_g­¼(AhÞ³#“öUZŠn¾rM6'Pz1ÀGÖÊ<af–YK*gŽ‘ž™= -½¥ïèƒôUWKÁ:àè oH²Ë)‡{ÈmJgóÜ{{±ºñ˜cN‹Ÿ*™Xˆò1‘æ?H‰›„D|’=h¡‚tô]“£õJ—$¦<Ëî>Ðàd¤L4Ñè 0 [Â`û.öiDn ƒÝ¿o·V¢ãÇE‰•7èÒ½]ß/D€'ÕêF‘·I3!•ÂÞÈ‘ -¾à¢™¬/Ù -ÕÁ¯,‹Çc§Ò -|å'P<Â/àyŽ;Êä™}™¯†ô -b§O•@‘Ÿû.¤¥mv,:@}«·I+âzzY¯l„Üê¤±Ææø‹¡Gÿ‚^ØuÜÉeù1¸CÀœ:Ô±ëš_ÖkÌëìÉšaqö¾Í(ú(ìJtë§âK±.ª\|³›c³~“9ñ­¾—ÅwÁºP;¾ð/Ší$ñôö‹¿¥™ °]v×-4= -λ÷\ül£>up9ÂM“BÙ5Ée\¥õÈì(ô8]²½»ÝêÖðÙ?ŒÊ@4\Fåv÷nƒ× -ãdnðñgiÒ’…²¹¯ƒþC/zPÙ.tÔyÝ‹EUj4õô4^ó©*،ЯÕyµŒìЋ&‘:&6~˜s&At1j_ éÌ<Ò½ú¤êz¡½Q/ªë·§ÐxUßüAo¥³ÈO`ûY|;vŸã¸hz]C-ÛïˆÝ³-¸oJ: -~dH˜œÅÌ`k—„Ÿ¿F$i°cÁf®¨îF¦:󖪡b!W];¦VªÃ¹3ƒÏ£Jú0ˆé§fº -¢Dù?íå™K(¤–¤Ãa -¿é\Ê7<ßÛ}óYݤҠ‚«_3&‚¤ -Ï[ˆ¢a!¯«“æÿí%½Ü¸õmËl!.Þ­zê}*øaU¿‡:j€Rê—v¢~0ulGo¶~­rÈѤg*ÃÜDeà ¿!L¤L[MpÍ`’å¦l'‘ýéŠf3Dnxžo;Q¨Ó³ã˜AÞ&˜1Aù? +xÚµY_sÛ8ϧУ<S+©¿û–MÓk÷¦M/ö>mw2Š%ǺڒO’›x?ýHQŠÝ¦3{/& +BÚ¼­º¦&fm÷²Óãºi‰¢Ô±î¼]mª¾\õ‡Vï–×ÄõPj±ƒ +r÷*™0‡0?¾:zöoH‡À¬w&SH8„5åÛ¦ï÷¿\^vÅjå)ßçšBëÚU †>–^]ö—OÕ×겪‹òÙÛoö—ïW~zÁ¿ïª¿J¶…2r’2"N½,z{² +3V\eì\3ÍEêEA:”nÀY»èó¶?ì);¯ñ¥ŸLÎ õâ$³’sœè­…Rgëf»mf"rŸ:"ôZ´Ëwz¶Ú”zžOÙ>^/¢àÌ–ÃC‰‚©Rz±µ§Ñ´:ËV-ž +Öbè‰(3:L´®óí¶ªµ5‚зYà»eÝWM݇þ×#Èú[”kËÛòý +ØHGâ[N)áÁ)xT:Љ4­JBvÊÖh¬"9“”Öô›IÂWzaí˜{§‚q¥òú}p±?Nex¦TŽlµ>¥r¬q*öM*K¨õÐdíKø©{æ^“à®xlºÐ—XZ(”)Š…ΘS³ ¹¶}h~tNx9Rèâ ðüA zR§ë‘—XŽ5ÑÈË`(X‘q2 +1QESâ>mN^ü÷Ðõdjö§ÑB›ž|··øJŸªN…9Ô²‹H×@Ù2¤•Dß•»¦=ÒÒú¾í› ¿69â†H/L†5ËdàP&ÛZ”Éí ®˜.Ah!ŸÍ¶+‹ê°;cÙÈߨ.l8ÕM¢+²M‚'eÒ€M‘6 RWM +™ÔohÉ Í8ËÔò«r¯ðù>9:c”¼:c`V4¤H]‘09t€29tÐði+F—ͯ»ÕÍ•:ZAqSñq¯nFúãž{ *Kß͹Ø5ÏŠFâXZ&V#S£‚5ì0 âËvGï9XܲÑ& = + endstream endobj -1967 0 obj +1992 0 obj << /Type /Page -/Contents 1968 0 R -/Resources 1966 0 R +/Contents 1993 0 R +/Resources 1991 0 R /MediaBox [0 0 612 792] -/Parent 1952 0 R -/Annots [ 1964 0 R 1970 0 R ] +/Parent 1966 0 R +/Annots [ 1983 0 R 1995 0 R ] >> endobj -1965 0 obj +1990 0 obj << /Type /XObject /Subtype /Form /FormType 1 /PTEX.FileName (./stm8-arguments-eps-converted-to.pdf) /PTEX.PageNumber 1 -/PTEX.InfoDict 1971 0 R +/PTEX.InfoDict 1996 0 R /BBox [0 0 185 57] /Resources << /ProcSet [ /PDF /ImageC ] /XObject << -/R7 1972 0 R +/R7 1997 0 R >>>> /Length 52 /Filter /FlateDecode @@ -9767,16 +10070,16 @@ x 晚ƒH]=012Éë™+¸äs! endstream endobj -1971 0 obj +1996 0 obj << /Producer (GPL Ghostscript 9.53.3) -/CreationDate (D:20220503003202-05'00') -/ModDate (D:20220503003202-05'00') +/CreationDate (D:20230601003156-05'00') +/ModDate (D:20230601003156-05'00') /Creator (\(ImageMagick\)) -/Title (\(/tmp/lyx_tmpdir.GvPAXiaMZXni/lyx_tmpbuf0/5_home_sdcc-builder_build_sdcc-build_amd64-unknown-linux2_5_build_sdcc_doc_stm8-arguments.eps\)) +/Title (\(/tmp/lyx_tmpdir.bDQSKFvwgCfp/lyx_tmpbuf0/5_home_sdcc-builder_build_sdcc-build_amd64-unknown-linux2_5_build_sdcc_doc_stm8-arguments.eps\)) >> endobj -1972 0 obj +1997 0 obj << /Subtype /Image /ColorSpace /DeviceGray @@ -9803,1299 +10106,1238 @@ L]}J û¨óáëëÇÿìˆ 1¸Rån£EÒ(ù—ì´XÕäõÜÅp¥›ìôÙç;¹’xümS‘¶G'[ñÉæ”íM_™¢/ÚïÄvD‘³zô©¾¥¤ÃŽz6áˆ8ùyÿÄ¥CŠ;ÚŠ ç÷•u¶“ø×޶¶_¼]<7WDpÀ);Ëç$´G¡vv.ÝT–tùÅŽËJ+ãpE|²ÜÏ®I=!扔üêß@ò±õÁL¤©^v\ˆ^áçÍA±èLĘD]iKŽóíñZu³é8B‚„0ðøÂ¨/eü’·[QI.¡ÈS6‰ðÙ%üš|= endstream endobj -1964 0 obj +1983 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [468.407 387.467 542.13 398.371] +/Rect [468.407 677.629 542.13 688.532] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/wiki/index.php/Hc08_code_size)>> >> endobj -1970 0 obj +1995 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 376.134 355.027 386.032] +/Rect [84.043 666.296 355.027 676.194] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/wiki/index.php/Hc08_code_size)>> >> endobj -1969 0 obj -<< -/D [1967 0 R /XYZ 84.039 766.262 null] ->> -endobj -706 0 obj -<< -/D [1967 0 R /XYZ 85.039 724.966 null] ->> -endobj -710 0 obj -<< -/D [1967 0 R /XYZ 85.039 619.82 null] ->> -endobj -714 0 obj -<< -/D [1967 0 R /XYZ 85.039 548.712 null] ->> -endobj -718 0 obj -<< -/D [1967 0 R /XYZ 85.039 440.618 null] ->> -endobj -722 0 obj -<< -/D [1967 0 R /XYZ 85.039 362.56 null] ->> -endobj -726 0 obj +1994 0 obj << -/D [1967 0 R /XYZ 85.039 313.619 null] +/D [1992 0 R /XYZ 84.039 766.262 null] >> endobj 730 0 obj << -/D [1967 0 R /XYZ 85.039 284.62 null] +/D [1992 0 R /XYZ 85.039 724.966 null] >> endobj 734 0 obj << -/D [1967 0 R /XYZ 85.039 202.312 null] ->> -endobj -1966 0 obj -<< -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R >> -/XObject << /Im5 1965 0 R >> -/ProcSet [ /PDF /Text ] ->> -endobj -1975 0 obj -<< -/Length 2234 -/Filter /FlateDecode ->> -stream -xÚÅYQsã6~ϯð£=³Q)R"©¾eÓäv;·Í^âö¥ídKNtk[>IÞMúë H räv÷¦3÷$ -2ϳ½õi¼î3¿—Á› ›ŠîéÐN”e(·°ZÓXÔAºò+ÕüË Œ‘OÐÃnS¶~õþþk‹O÷ÜhÐl÷åªÂj-‹¯.勿6¯Úz—ïVåW•Î_VÈ5& -Ýw9/¾†çè«Á2ñ`ùþâöoFI©ä«‡[Å}ãÚÖƒbÅ;Þt¿¿¯ò`¿w´'[¢[ŽpQ‰Ä?®Šá -éðK ¼€€uc -ïèçÑÿúŸsBƒ‰¯Vß•Á—¤n>y[á§”¶Úî7á7¨—É/„ËCÓ -endstream -endobj -1974 0 obj -<< -/Type /Page -/Contents 1975 0 R -/Resources 1973 0 R -/MediaBox [0 0 612 792] -/Parent 1952 0 R ->> -endobj -1976 0 obj -<< -/D [1974 0 R /XYZ 84.039 766.262 null] +/D [1992 0 R /XYZ 85.039 652.722 null] >> endobj 738 0 obj << -/D [1974 0 R /XYZ 85.039 686.321 null] +/D [1992 0 R /XYZ 85.039 603.781 null] >> endobj 742 0 obj << -/D [1974 0 R /XYZ 85.039 617.205 null] +/D [1992 0 R /XYZ 85.039 574.781 null] >> endobj 746 0 obj << -/D [1974 0 R /XYZ 85.039 524.179 null] +/D [1992 0 R /XYZ 85.039 492.473 null] >> endobj 750 0 obj << -/D [1974 0 R /XYZ 85.039 431.153 null] +/D [1992 0 R /XYZ 85.039 303.563 null] >> endobj 754 0 obj << -/D [1974 0 R /XYZ 85.039 339.064 null] +/D [1992 0 R /XYZ 85.039 234.447 null] >> endobj -1973 0 obj +758 0 obj +<< +/D [1992 0 R /XYZ 85.039 141.421 null] +>> +endobj +1991 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F101 1518 0 R >> +/XObject << /Im6 1990 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1979 0 obj +2000 0 obj << -/Length 1658 +/Length 1641 /Filter /FlateDecode >> stream -xÚ}˜ËvÛ6†÷z -.És"âÂî×n’ƒÄ©­v“dAK´­ITE)iúô¤Œß½>\fƒÁ/’,yHXòÇäÍ|òúʨ¤ÌK-t2¿O¬Ê™,Sè\)‘Ì—Éç´ÈužM•féüíe6Š¥ŸÞ]ð¢o^ßd~(›ra%K/ÞÎ>Í/oÂ`Ñ/üx4çò6t_ ¿·}–_þÞ›»ñ3¯/.oo¯on³¯ó÷“ËùäŸ §€YŸ¹Ñ&Yl&Ÿ¿²dIcï–ËÒ&?º™›¤P:g¥¢ö:¹ü9añ¦ mº¤¦•‰ád›É°i®¯Œ4¯BPŠ”Œ@Ç#&«üÈë”ó¼TêdÚrû4Íò2Ãbà1ˆ$À,¦ -ßAå;,}µßÑhz-”‡¿ €iv¾zÞþ­ùSÜžtD±J18ÉÐðK6‹¼,Š„fæ%ë5÷ö¸Û5ûC½ –u&Tú}µ¨ÛÐñcux ­zûXmÃÄE³¯ÛߺhÁì jâŠ+vJ®'ƒ$"Ò<&+€ -v6' -È•ç¯Ö7Là - d€,PœhaH­ÔÓŒ§ÖhLC`ŒhÅ@(B1 -‚?ÿ7 aZpgÁwvÔ±+ - ¤ *‘Ü»qG1ö$ÁKGSÊH û§G -†.šeݳÊ8K«‡áݬÚö/cêM³ÿÚoªí·öÌ^ü1Û\÷ŽæÞ¤,茶߼ÕzïY¥Í>ã6}ÈY_ý×y¢YÕzÝ,ªÃªÙ¾oö¡qv½.{‹; -°_ÕÅGƒ7OgBûÎÇ—gSÉTúî&.›ÁѶ黫L°ô»Ïaïaµ=¬6¡¶hüÛ¶ñÅòc]/w]‘ýÓ™ÿ˜ «3­R‹-C,FÓ ïzí[&Ýû®*ôèÞ2 +xÚXKsÛ8 ¾ûWèhÏ4*ߤö–ºö¦¶éÆn/ÝNDZ”DS¿V’›Í¿_R¤lÀ#ug÷â à@rHò˜ä÷Ñ›åèõ\Ë$K3ÅT²|HŒL Ï-T*%K–yòu,R•N®¤"ãåÍlrÅ$z7¥"Š·w¿5¹¢Ìp2žÞ\ZÎŠo'™-ÂãÛa]|þÔ©ÏÞFswþäít¶XÜÞ-&ß–ïG³åè¯u„IBÏYª•NÖÛÑ×o$ÉÝÞû„¤<3És{r›©R’I'o’ÅèAA³ž ©[ ï‚–)M¥‹ŠÔ¾Þ–ëÀp½ÚlÊÝcûçûsBɸØ5¥ƒŽòë¹0À>I®¨I• –ç*ÇûjrÅ3¯¿=¬šò¾Ü”ÍKxô\6OAjžŠ tî½¼X~0gÝrSTžÀ«É•`ò¬ñýûèœ(µŽ²ì(·ÏË:¬õñpØWM‘»»ÓîBß=\°ù“VÕ´ +wo…›½oÊçÂÿ +îÀÌi#‡J‰‚dšÁZ"PT´¥*£p +ߢʷ¸ô-ªý +QˆŠFT4¢¢t Z–Ÿ†ïf‡ƒhäÎ w¹3[ #&¥Œ…¹|‡‘:2[Žþ‡7!6 endstream endobj -1978 0 obj +1999 0 obj << /Type /Page -/Contents 1979 0 R -/Resources 1977 0 R +/Contents 2000 0 R +/Resources 1998 0 R /MediaBox [0 0 612 792] -/Parent 1952 0 R +/Parent 1966 0 R >> endobj -1980 0 obj +2001 0 obj +<< +/D [1999 0 R /XYZ 84.039 766.262 null] +>> +endobj +762 0 obj << -/D [1978 0 R /XYZ 84.039 766.262 null] +/D [1999 0 R /XYZ 85.039 724.966 null] >> endobj -758 0 obj +766 0 obj << -/D [1978 0 R /XYZ 85.039 138.749 null] +/D [1999 0 R /XYZ 85.039 632.814 null] >> endobj -1977 0 obj +1998 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F101 1502 0 R /F72 1221 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1985 0 obj +2004 0 obj << -/Length 2881 +/Length 2392 /Filter /FlateDecode >> stream -xÚÅYëoãÆÿî¿B@š -Î4ߦ-àÓÙ‰ƒœíÚ:Ååà£È•µ9ŠT¸dl£èÿÞ™YŠ”y×äò¡_´ïÙyÏo)gö0sfß½^^Äá,µÓÈ‹fËõ, mÇOgqÙaèÍ–Åì½Ø‘=? #ÇZ~>?ñBǺ¹\¸w¯oç¸4?q½Äw¬Å÷g7Ëó[Z øàÕõ<€=çw4}}EíÝ»süü -}€†õÜ -Ù9-²‡º–¢ñZk.4œBÇ.’8FOˆ\k…:ëZZ©+2[byCbŠæ)¥D 3«ï‡Ör#yã>|‡×BQªjèpžU´°3×÷tµ¥¦ÜŽ8 -ÁEÑ.x™6§pé]¥äCÅYeÊÙóMÖ³%,Ù€Sª±¹jAßl…5µÁ޵vTx3"ïaa=ñ;ubhc;â=¬ -€š¦ÂþJûÕ)Üìmì]9DnàÛA䙓Xr €rɉ½} -稶aAãñ< ±ÀÓJ^v… #»¬Ýдv(ìIRëÉ¢ }û»rj‡w™›žë®a²Mý3”;š®™X>â^¶L¹ž2üT¦/úi)W§’ØÂÌ”íÁ¡—mמ­hÒh -õÊ$AÂ3², -<Ú;3…½ÏŽpg!.Ô ú±&Þo)ØçŠC cb  -d"Z‰“êsì0rÍ!bÅ%`G•sAüµàÙº™b -2µ<²ã=0-àµðL‡Ê ¢¥¥y4Ÿ›µÊªO䟡u{öö3TÊL»¡!4‘h<Ì;7ñ,Û¶Q+Il}ª(YéÔñë$299„Ýîd š…K0n *Þ4õ*[iPžµîà•‹xÕ8¢øÛ0u?I-½÷¤j¹ -³÷Qj +xÚ¥XKsÛ8¾ûWèjkDóœ›ãØ;™R⬭œ2S5 YÜP¤†x½¿~»Ñ Äf¨LÕìIø@ »Ñ +ŸÈ*BC‚¡˜!Éb(áhýþãx"’xf0tåûn"ÄÙš$[“„C1C’!ÅÐX±}—•«Ðg¾ƒ Œ8dÎ #þ5‚¯—ô(Á¶*)æ—®ïýHœÅ(8T&LP<$<<ŒˆãJ‡ ƒ~À!åÇrɾ"G¬üÈM¢hæŒÂOhÉå£Ô3P^t˜à"a0æ‚bÉ ä{¥àPq˜\4"%’‡‚CÅáe¹’Qz‡‚CÉ¡â…Xò˜JS‰1ý>ˆãü’üÒžâbHeÌ|"cÁ!—³(Jrs(9ä¢~6©¶Tq5Š[¬¸Vŵ*®U%?]T;¦à5ç`‚›0¹ùÁnÁ—ÇJ‡Ì¯SbÇ7ñ˜o/ä0â0æðr½ŽÍ)Í9ÍIÍYÍiÍyýâ_O˜=¡þõ„û×ò_OØŸðeJgô¿ñÿ¹¸¤ n¡-7,M§?®ºz•§&\m‡£Ð©w4“õM£«®|%ØöÇcÝt:'˜ëe œoE¦[Ú–¥VòÖJ¬·]ZTÃúoEŠF]ßûž?j#å¹AÀÁŒumžeËUìyÎêp,2ì— 8îuy¤ñ®®ÝŒD±†XÜ + +“bd}„nâû¶Î–ÊsjZô¬-3P&Á`«²ht j-çîj¨7ÊÑaCk·<÷E®¡huû³y” +ÄÂ.­Ú³ÿ’Ó­I©¬LºŸ¾ÎnlôŸ}ÑÌ:ÉîÕå©rú +ª½Ùë4'OšMØõ]oËݤ=di7ðØ‹¡ÆWOïnoéû8¨øåd&ž)„Ê*ÓÌn”æZ=ãÓ Ÿ5ʼní¬V\ +ášÞì »ð\Ácµ¬?ÍÔ‡ã þ$÷Òo- +µ>÷ÍðjÃ׳ñ'¾¿"hPÞÖÝžŸùŸèôæöí›Û‡¶µÒxaX=»¦>Ø@ÁEÙ¾!äUFq3çê[Ê'9ôG08êÆ¼°‡B>÷¤Wħ>ßVÀ5­o¯As°wåÜ > +Ý(>ý€—ŽL†KG£÷X/‘¶¦xÿgh íú‰žÀˆ²¬zÿA«i;vóráJ0‘ÔPÿǦÎôÿÓÞÜÖGL`H0؇)0cEp~ÕàÝn8ÂÎñÍR§¾deŸkÚrL»=M›„Â.èÔf2ÏiÝYWF¿c]ƒ¦×ºo¬Ø¦þ7\x4][a³¾è¬äz.ðseŸk,ôë²Ø^CIâ/ÌÌÅb ‚d{P{³ƒn“z&\¦Ž¦(óÉñN‡«ýÄ ³×í$<2pc°VøpMØ TlÉÝæêrLáÛ endstream endobj -1984 0 obj +2003 0 obj << /Type /Page -/Contents 1985 0 R -/Resources 1983 0 R +/Contents 2004 0 R +/Resources 2002 0 R /MediaBox [0 0 612 792] -/Parent 1952 0 R ->> -endobj -1986 0 obj -<< -/D [1984 0 R /XYZ 84.039 766.262 null] ->> -endobj -1987 0 obj -<< -/D [1984 0 R /XYZ 85.039 724.966 null] +/Parent 2011 0 R >> endobj -1988 0 obj +2005 0 obj << -/D [1984 0 R /XYZ 85.039 673.852 null] +/D [2003 0 R /XYZ 84.039 766.262 null] >> endobj -1989 0 obj +770 0 obj << -/D [1984 0 R /XYZ 85.039 631.729 null] +/D [2003 0 R /XYZ 85.039 441.614 null] >> endobj -762 0 obj +2006 0 obj << -/D [1984 0 R /XYZ 85.039 590.89 null] +/D [2003 0 R /XYZ 85.039 344.852 null] >> endobj -1990 0 obj +2007 0 obj << -/D [1984 0 R /XYZ 85.039 556.847 null] +/D [2003 0 R /XYZ 85.039 289.061 null] >> endobj -1991 0 obj +2008 0 obj << -/D [1984 0 R /XYZ 85.039 490.813 null] +/D [2003 0 R /XYZ 85.039 245.225 null] >> endobj -1992 0 obj +774 0 obj << -/D [1984 0 R /XYZ 85.039 461.268 null] +/D [2003 0 R /XYZ 85.039 202.759 null] >> endobj -766 0 obj +2009 0 obj << -/D [1984 0 R /XYZ 85.039 383.941 null] +/D [2003 0 R /XYZ 85.039 166.147 null] >> endobj -770 0 obj +2010 0 obj << -/D [1984 0 R /XYZ 85.039 274.254 null] +/D [2003 0 R /XYZ 85.039 98.401 null] >> endobj -1983 0 obj +2002 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F72 1221 0 R /F101 1502 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F101 1518 0 R /F72 1233 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1995 0 obj +2016 0 obj << -/Length 2425 +/Length 2636 /Filter /FlateDecode >> stream -xÚ½ÙrÛFò]_­JUÀ-c„„j_$Y¶å(–Vdòâ¤\0$±Æe–•¯ßîé iy³›Z>==3=}Mc[Ã6^Ÿ\¬ON_E‹8tCc½1–°½ØˆüPk¬3ã½é‹P,¬ ´Íõ›«…å¶yw}éø ÞÞ/pja9îÒ³ÍË7çwë«{šôyã»Û…k®V„¾}GßÕ/wzûÕK&w+o/¯V«ÛûÕâ÷õÛ“«õɧ¶ -‰B*±”ÞH®M[—ÊFhTûGCC?–Û™¨Äu…íx0¥¶îú¾9;=íê¡Må¦n·RT²?mÚú_2í»Óm3ôyÑ1u2ÝŽ]Ï€LÄñ‚h¯k7 Ìb´\’¢«¥hÄhE#r¯hœÙ6HC V„Ž2ÓR¹¨¥Úy¨p;2¯7´€ ï0# -ˆ8 r? -Ík>´n•ĸ¡gžGgUÈ,5úÈ4”(h“–åìdÒwjPà=_Ýô¤\ùu§}[„Q¤Ã´e·Y¤ RIŸ!äŠpÜf*Ç´ ñ‚#MÝP -Ö¬Ö e_–&¼4yÀÝC‘ôª£ÀH¼KÚ$…R+}1f»I7i¹¶#|è#-w)g¹ï'Cî'/)ŸY7c*»mHßk$/d—gª´ñ¹ÔG ÆÓFc¶TiÑHVÀ%ªn`õòò’ ‡$¥þ ÊTþñ£=AÝߨÔmO´’4•Mxö¦.ŠÓÜ#Å@Õ6¬ª*g£”çS/ƒß¡ÉT±täŽBõÇNÒé|JQ!ËÚÉ¢Aw=;h g‡=9–•I²ãÖúÒ·És=e°~8:,ó^§r¦ xSkˆ=†ºú'.M†ú×çx´ø¤N«Új°Ø°@‰ÏñFàZc”å]BE,œ­êÊ"ßîzÍÍíœ EÿDIFOeþG²/¡ô·¹„óŸeŸ]yËêzð( êàçø†H ¾¤ùî$ú“gsÝåÙŽÉÎ$Ñ p"ɲVv¼ªÞ¬æNsà.¦ ÄS¶Âb‰V¢V29jB[ó)´¨r¸òªKÂ<¬ûX&7Ÿ -|p‡Ö%Ó*ô>à Ï[Îý¶ ºþ»Xxyþî§Õ—u5†%ŠM-v7:SópBlG‡NCšïò?ä³®íŠ ô檟•¼Š -ÁIðÇ÷$1—râ¥p¼!4>q-g‹®Ö'ÿ‚I×F +xÚÅksã¶ñ»;íô¨Î ßä%íŒÏgß9ñÙ®­´Ó¹Ü¸4I¬)Rá#¶'ÓÿÞ]ì‚"e]š¤úEØ'v»´V–´Þ½Í΢ÀJDº¡5_Zq ¤—X‘Š p­ùÂúdû"“iJ{þát2ui_ŸŸ8>¯n&¸4™:nìIûäÃñõüô†}F¼¼šø°çô–ÀW—ô½ýîÚ Ÿ¾cr7¸óêäôööêævòyþÍÑéüè‡#––³ÐQYÙæèÓgi-`íK +/‰­G½scùA(dÀ¸°nþz$Yi9TÞÊ'‘ðÏŠà!=RÞZƒd}šRÚ§‹¼L#éØÛ<sü…š¸ýcž©F´O¼’—øuíÛw''¯&A`7ž`zÚ®iô½ $²š9ÒåºH"TC˳PÈfÆDfÀ~FX#MWŠ t ‰âØíšÙ6UWgŠäkkÅЪ>$ÀÔó|!cÏš:ŽH‚€Hκ¦žU–³fÖjÖ,²l(Ö!©’DDA/UºlUM§ž—M›EÚæU †p´Ñ!#Œ8ÿcâ8Ò®:ÄôíR©Ú +¿.Ògw84o¶*Ë¿—ÒÍ4;BZ«Z +=¢äQHòâWKvVm¶y–&Qbûº®îÓûâ™6<kÛJ–2¬Ú¢®Ï4KËmÜT‹|Ùé«e{Ê›6/W´K•-èöÌæF´q¡mYÕ›´¥qÞÒzQeÝh‘}¤­w×-RªåÞ +1äq‘kYW;¯ë‹DFðEàÄ»„æA¾’ÉçÀ±®»-s;Á#|é¹(k,BÆ?CT躑¿³{> ðeWfè_ú¥Ý5jo?»z~ÄaU/Xƒh3$#·™»»›—bú±ðd¿÷1ÇÜ‚< +ä¥ +•Ýæ^GH¢ +0Ite“àaZ•ÆqÖiC ‡>{7mk×|ÂS×õ„çºãƒî9cÜ7|¤Äƒµîœ=aâJ~ªÜ8}šç²MŸh ’TLuÊÄùL«nµnÇ$ïžó¤Í² ´3õà$NÅJ¼¥}ó}‘œÙ» +RŸƒôo鮺ºOÙÒ~›·Í +Ëj£ dºÚpþ­Uú@'9,§ +Í_æh|q(¥œƒÿúqÂIGƒ$íC `’4.™. endstream endobj -1994 0 obj +2015 0 obj << /Type /Page -/Contents 1995 0 R -/Resources 1993 0 R +/Contents 2016 0 R +/Resources 2014 0 R /MediaBox [0 0 612 792] -/Parent 1997 0 R -/Annots [ 1981 0 R 1982 0 R ] +/Parent 2011 0 R +/Annots [ 2012 0 R 2013 0 R ] >> endobj -1981 0 obj +2012 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] -/Rect [106.056 681.215 341.174 692.119] +/Rect [106.056 233.519 341.174 244.423] /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/projects/gputils)>> >> endobj -1982 0 obj +2013 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [299.949 597.529 314.395 608.433] +/Rect [299.949 149.833 314.395 160.737] /A << /S /GoTo /D (section.2.3) >> >> endobj -1996 0 obj +2017 0 obj << -/D [1994 0 R /XYZ 84.039 766.262 null] +/D [2015 0 R /XYZ 84.039 766.262 null] >> endobj -774 0 obj +2018 0 obj << -/D [1994 0 R /XYZ 85.039 724.966 null] +/D [2015 0 R /XYZ 85.039 724.966 null] >> endobj 778 0 obj << -/D [1994 0 R /XYZ 85.039 326.929 null] +/D [2015 0 R /XYZ 85.039 650.455 null] >> endobj 782 0 obj << -/D [1994 0 R /XYZ 85.039 122.311 null] +/D [2015 0 R /XYZ 85.039 536.573 null] >> endobj -1993 0 obj +786 0 obj +<< +/D [2015 0 R /XYZ 85.039 279.945 null] +>> +endobj +2014 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F101 1518 0 R /F72 1233 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2000 0 obj +2021 0 obj << -/Length 3156 +/Length 2506 /Filter /FlateDecode >> stream -xÚ­ZYsÜ6~ׯ×>˜S•¡ -W×·«8p…—¬"?tƒ@­®óÕŽï†îz„¹~s¾Þ¨@8ïßžIŸ›ï.רµÞH{Â9{óâýõù%uú<ñâÝÚ‡1çWD~wA¿Wÿ{o§Ÿ¿âå.q仳ó««w—W럯¿:9¿>ùíDÂÅJŽTnF«lòãÏb•CßW+ázI¼º3#÷+?]‘Ð.WW'ÿ=3¦ÕJJ71<Ž\KøÞÈu L §ÛtºoôM“6ŸðX§¯ýx"8±ÚÈØ -îjŠßzÝ9}ÝðôÎnœÕûƒ.‹†Öïj¢êý¡,ö°1}îû²Ó‡Rgi§ëê3dË0b$Cœäz­ç£nÍ€/'­`S/òŸ@X5L­¶øí9‡ZãÊØÅ‡ëcå\ÔDd›Rÿº–Â)hNSÊ4ã3áÝÒoºVÂùˆ›§ºLoÊ‚É<Ì0Š ìkœËGëvu¿Ýш}Z­eà|¢¯úvœ·À&ˆk_WtÉmžeÔ¯ ÉußdFúðñ“„®H¤EžrOÁ$¿â£ÎŠSXiAi‚ĢЅ5%ol”9µÓ²­©ÅWJwºÛQ«³Ê91J’½Ù4}Üp#åz"^m¸ -&ªîJVöój—VY‘ÛM›µŒàû1¿zuvvjÏ |g—¶Ô(ð~?Æ›JK¢Žª -.¹déon4/‡µóð‚Ú>ã¹ö(Iu+c¥PØ * œW}Á;Ô|}»™)IHÞ`³|2éèŠ~'†_Y ŒJJ{`Éj¤i¢rMù¨s;É2)©… ,é—ò…‰À* -–¨Ü0òæ6ØÝ!.àD’-¿ÑiÕµŸ/<\)Â'ˆ!n ãÇĹ"öŸ(‡Øõ9,h¸¤5Od6¬Ñ‘Õ‚õå±íË´A‡J… ³j3Qh71wQ@fÒ‹§œœ0Q¹*‰ær~XàöDðÐÊxÊDNtATu‡ˆìE ÍØh -¸K·Ú,ùñÚáÖ=àü -;îÙ’÷<`Ûg7Nݸb7þŒ·m^›C뎑aòPdÚxc<s_eÒ¹ü­n»¢yÜñ¿­l˜÷¸ž'=ÞÎ“Êø6t•H½z}ÉÔ,eÒMA¿©9.@¤“¡€yh+Øî -óÉl ¢ú± -uš—" ™ÍÃl6¤&åªØKå aàYt“…mÅ;yý¼n,<^¯cÌnŠÇèÊ8¢£)rpµC -¶‡or¼ƒöºZ7Eè†êÈdŽŽøä+%]É™':N3옅j¡Ï‘Cј` n>§k¯'IÇ*L6gM¶ý´¿©9ÀøI)ïÇí¡kÞ!“@ñŸVh÷¡ø‰M†jh×k©5Trñc,¤ã—q¡˜¬ˆ°7a¶Ú K'¦ñ©õfù¡¦ÊêàíâY!ýt_ç=€ÓR‘‘Ü‹OÀmQÎØwÑ”Øñˆ·)¨& DzFìQmà ƒ@Js^̬-¨9vÔ4œBÃû5õ/h ¡ÏÎÈÜLË”L‹ýL7wñ‘tJ޼ß_):“±§œ×x¨E>ˆÕ -S›Ùhm¤¤¹e)ŒÀÖ¼òAE ?ŒYpÄLî/N¢Áƒ¡¼—̘Yú+BHÀi ¡–¹%/°u6RÖa¡›n.…ôXt7E/¸ÀoÓAO=Ÿ«V8–.'™×ì$mARE¿ÆŸæ<õšË2ÜfDZ¶TÔb›V{6Húæ-9fm^MU²˜{n}d­âÙS3€ñê=Á:> C -J¼õ¶ª‡jRÞH€ëV<y[×ùø>š{£KÝqgº¯«mËÅ0ÄGF=—ЃÑq(D%çy-ò8ô8‹@hÛB@Z‰MlÝj‹ÓåÇ6®Ž£‰†À0R  2ê@ˤžx -´]ÖžÈy¹0yqñõÕù7÷u³øÖÛûɹò1ò™üG +xÚ­XYsÛ8~÷¯ÐTmU¤­x3µ/±ãl’ñÄ^Ë;û0;•¢)HↇÂ#‰ç×o7ºAQ´lg¶–/WãÃ× g›™œýýäìöäômÌ‘„n8»]Ïâ@H/™E~(‚ÀÝ®f¿Í}Š…„r~ûîbḜ_¿?W>¯nØ´p”{r~þîõõíÅ +4—‰û§¹»M®œ]¨`nÕ¨éÇõU]é½VêšÞáè¾H»º!Q¶M›4ët³‚¹ å#wF€¹W*ჷqÜX*Þ;ÛH øóº,Ójå\ævå«añp7HáX„<Ë™nó•FÌüðÔThAñlkÅÌ^#”~@{YZTX¾9?§Ò]š}^(9×Õª}‰¢h?¡ +ÌQA—»î~s<Ï·1Z¾å&×ÀQ°Ï,5ÙŽH +ÛPÃ}#7A­íwl¨Pi YˉdXÓ_úÜÄy¬ÝñðÎ.lÝ8Íop)zkÍ– ÕÈ’£ÿ6ÙÕ˃# mÆF±¦5_dd^ääWÃP“ÅDø”Üd7ÐÄŠ#Gcwþ±&)@9En#Žiô®H3Ö û:ÂÿH¼2bîF™LPÖ8–Uë¶u¿ÙR¸¹ 5î©f¬ˆÇaæp9Hã÷G†âºo2ë$qUGïp5 +7‰]úãD~8à±™£@ÈD¸ éùÌóøuÆpݼxþâØ¢‘=úJfž3¹Ã N™`rƒ;ö¸ã*wïAÅÚ¨N¹ó™4Ûð “µŒ0jô¾Ù”Ñ ’ýUŒºÈã‡×qbÓ7“G»VìL<4ØÄΦ:#‚ÿdfV„àãìx^RÒ +(ËŠJfMøç”cଇÛch='t0µ(†£™9#†ŽißÕ%DöÌ@aDÆBÏѯö ºô£?áM†[¾3‚ƒ×£'mï‘ø =Agmß:€;û2¼†Ùct‘ǯ6FL™£…Â<óáQàÀg€t“s2@ñ̼ÇÚ’µÿô +Á´M§Xôº¸=ù/ endstream endobj -1999 0 obj +2020 0 obj << /Type /Page -/Contents 2000 0 R -/Resources 1998 0 R +/Contents 2021 0 R +/Resources 2019 0 R /MediaBox [0 0 612 792] -/Parent 1997 0 R +/Parent 2011 0 R >> endobj -2001 0 obj -<< -/D [1999 0 R /XYZ 84.039 766.262 null] ->> -endobj -786 0 obj +2022 0 obj << -/D [1999 0 R /XYZ 85.039 724.966 null] +/D [2020 0 R /XYZ 84.039 766.262 null] >> endobj 790 0 obj << -/D [1999 0 R /XYZ 85.039 655.686 null] +/D [2020 0 R /XYZ 85.039 556.817 null] >> endobj 794 0 obj << -/D [1999 0 R /XYZ 85.039 538.749 null] +/D [2020 0 R /XYZ 85.039 352.199 null] >> endobj 798 0 obj << -/D [1999 0 R /XYZ 85.039 459.736 null] +/D [2020 0 R /XYZ 85.039 261.165 null] >> endobj 802 0 obj << -/D [1999 0 R /XYZ 85.039 330.789 null] +/D [2020 0 R /XYZ 85.039 190.057 null] >> endobj -806 0 obj +2019 0 obj << -/D [1999 0 R /XYZ 85.039 236.135 null] +/Font << /F75 1294 0 R /F101 1518 0 R /F48 1183 0 R /F72 1233 0 R >> +/ProcSet [ /PDF /Text ] >> endobj -810 0 obj +2025 0 obj +<< +/Length 2893 +/Filter /FlateDecode +>> +stream +xÚ­YmsÛ6þî_¡›ûpÔL à{¯w3‰#'Nš—³Õi:M'C“„†"U’:Ûÿþv± +™øÜ;ùôýrqEøöÝ<€>‹k¿{KßëŸß»á‹çvº+ìùî|q}ýîêzþûòÕÉbyòç‰ +¦,=H‹o¬ú,>,ûÖ»Ýè|EymÃc¯P9—•±Š+ƒEHÐ(<ºŽl>¡§Ü8:…ÜöÛ¨¬0F„¶•Ù%³²œ¶%xbôÆ|h‰ëÙÂu N@ó×M¿fWÛ%ç’ƒ¢ð¯Ö5íê²Üwö\Á”~ÌÒ@ŒMiö+á­ËúÆø)”Q©v—å¶ KòÐÛô ¢ñtøâžM¡ï„>ò‹©w_ïI†.9e™ d©pÛý{¡Vº‚Y"ŽñéÙåòÓóÅÅåÛÅõ”§ùƒíºÁ7 +ŽÁj «¼37ŽT%K$œIOYîåð„±îNËè3¥b¤Å+à¶JÀF¬`·0ñ6Ûöñ×#ÃjÊ¢)óÃÞÓ´a±€÷ÝñŽÈ/«*ð +,ÈàÐc×X©÷myO2´ÔÔFD"XF_läÓ#ð3fpcÝÈ<äUÝ©#m÷¸f›ƒÃCA2ƒpð-hzj=^&,ñý±ò¬S"KœzËÆÛ¹àx,UŠºRG8Sêõ1VVÖ½Q˜ƒÜBf…>m§"³l‹;ÔŠ‘Àˆòz»SÝ`âíN—Ê"¬¿¨‡Ë9ü«ÍvùxŸÇÐÎx€FŒ0V#;Dá +DvT¶˜­Ó 'xÀR?ú¿AïÉèÙ°T#ã»Õ­šô%Ü•x;IX|à1·C?ÀœgîÃÝÎ\á 5 1±N±XøÁ>OÃ0ñîµ* s“ÍŠè{¨ +"cÏðº5È×ëjšlòˆEòèÂé÷hm¥LÄbŠŽ8éëCÔ!R‡ÀRÕ6P7? ]æÞVò1P"7Î]Øö~{S[†ñQJÿÓ§õ®kßת $Kƒuev-VC Â^K¥Rß4YsO•¦FluM&rà°¦Æ# +]¯©ÿ€4÷6Z€Ø@›)•ºúLƒnõ§¦Š9Ž ”Nb _{8¶Ès߉B‡ÎtšøÒ»ÀÓ@G +Àªèq¥"Ô‚î¹-¦²ÝIëØ’¶%÷%*¥lßÕ[8ºR†ûyâM¢Äúöùד“uP14ùÔM¶[üFH‡QÔÚPït è5ºiÎÌÝ\ï·È[ó¤xo²ÞUa\»7>}élqF$ÓHƒ¢Š¾& vè.3‡ +„<á¼·Y厲?}¸…%åP£·+eö»¯*…·×zOì=›œ<}ûúzñÓ—Jݨ©0Û¨í@¯â@¨“t(°!’ФC^W5úÌ­½ÌÏöëv†¨`Æ3ag¸=©dD{©Ä7Ö<qý˜Y$¢¾În nAÛ0¤Ô­yîèýê‚NUÝŠÜ{dm€äž +÷ª£¦v¿C¦E)ºÞµÞê2kú)ÍMúLÈ—îÝÍ„•†²ŽÄ>Í [ñÆ7”8}AÆ{³í2ûTcPÛád6õhUÔÊb2mÅsÝ|¶ÔõÒŠvçû¸Uç0z¼}¹Z¼°kV¶i“õËØÚ.cìq*í_ï¯ÔšžÚÚCÛ©Ö½á¯2]>"Õû5z‡´l æša ÀMkNyùо +‡¡ZUcÈŸÌ…±9ÓU{DÑñ’‹»»»#èíåwÿü‚ÕÚ³,í¾?šÙ•{;,Ôc2³Ô·?´ÂJÂ-¥eÖ¦ò©]`[0ê|½§„9yßSš&Û‚WbÐjbX ‡m£9GºÈoéŽVG+„£ÂÑ +áh…ðõ¸gbÖëמIž0ÏZ¾`‰Ý_"F}Ë“ÿ…cYR +endstream +endobj +2024 0 obj << -/D [1999 0 R /XYZ 85.039 144.792 null] +/Type /Page +/Contents 2025 0 R +/Resources 2023 0 R +/MediaBox [0 0 612 792] +/Parent 2011 0 R >> endobj -814 0 obj +2026 0 obj << -/D [1999 0 R /XYZ 85.039 121.792 null] +/D [2024 0 R /XYZ 84.039 766.262 null] >> endobj -1998 0 obj +806 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R /F114 1658 0 R >> -/ProcSet [ /PDF /Text ] +/D [2024 0 R /XYZ 85.039 724.966 null] >> endobj -2004 0 obj +810 0 obj << -/Length 1466 -/Filter /FlateDecode +/D [2024 0 R /XYZ 85.039 645.788 null] >> -stream -xÚXÁrÛ6½ë+x¤f*† ØžZEišLâÔRN™hж˜È¢KRµý÷JÞçyèÅ‹ݷûÅ•ãà.ˆƒ?glfoÞ¥*È¢L ln£¢XfAJ:RJ›mð-¤(æ ¥ãpó~5_‡_þZ&zX^]ÏÝÑ|‘#ãpùþ÷/›Õµ?¤áâç«9YŸÕÚo_}öŸë¯_N×Wo‡p×Îój¹Z¯¯®×óÕföÏ,±€ã y(¢T§Aq?ûö=¶öìCG23ÁcïyÒQœ)»ÞëÙß³ŠŠNìg,OEë(‹„­*Žãðº¼kæ‰ Ë¶­êƒGÚ•m×úåm^íÔ7ïȰ¸q°HL¤¸ÙÕÇ»½ TØíJ¿hïóýÞ-)l7mÙùíúÖ6å<Qá]sÎëîyí²: W›âÍ%ׇ¼mËökXbÖo—Ëé¨'U7 ÛÖåéPwC˜ê°­Š¼«w®â¾Æ$Ê”òEv»Ü†‘ÖÏ–hóôËÜ/’°í*W­Û»ÏÔ_ÞÌEïZo¹š†ûþÒCÝtó$tJRIø¾ž[8¥ûû¯+£lœ`,8©\ÔƒÛ{Ò¹æ–C–‡¦þQÝe—»¤>€ßiEar{ÜïŸýα-·~å[çBrtÊ· -¨"‹ÿïÓòkë‘?VÝÎC÷Åêð¦êüÆcµZQÚ®9vk%#ceÛTµ¯›sÚ±ºöÏåê>_ôÌ.„Ŭµ|¥ïcÓ³•†ùaëú$j··Ï‹Ÿ­_¾(ÑùÜ–¹»Ù#²ê±PYØe/ùÁÇzœ'qX7?½å t‰«û‡ý€¦¨·å|ylšòÐíŸýIç«w \˜ü¾:ô_2j/„úÐ5µ{\ZöÀ‚;Îmo‡¯>.YóîééÉ›COØþÓo~cëk­Šr1h².Ü<¿Š<P¥ÜB±?nË_{Xöʈ,¶4Êäð~²™ùQïî-_ªÂxÒkOuö6f|ö}†Oú0Ok%ÜRü b1…EAdPAAõ=Íh> -¦)˜›Hò1KfÌ€‘‹=5µˆ‘0>oÁ¸ÅžPË?áx”àn‚±‹ÏKÊð£Fç1ŽGÃŒeÀàóÖ«plˆâôÑ8}$aÖbôÑ8}D0vÁdÅÚEœ>âôÁlÆè#NÓG -¦4F)˜Ê8NqúHÁ´ÆÇ,NÓGœ>Ò0š0ø˜6NKþ²–£§ES†È—ŸÀDÊŒq¬¼Zkð) -FN à 3>µðØ)Ì¢/éüO¿@Ä&²ß‚ög}©8ñ1|ä³Ój3ûu>º½ -endstream endobj -2003 0 obj +814 0 obj << -/Type /Page -/Contents 2004 0 R -/Resources 2002 0 R -/MediaBox [0 0 612 792] -/Parent 1997 0 R +/D [2024 0 R /XYZ 85.039 516.842 null] >> endobj -2005 0 obj +818 0 obj +<< +/D [2024 0 R /XYZ 85.039 422.187 null] +>> +endobj +822 0 obj +<< +/D [2024 0 R /XYZ 85.039 330.844 null] +>> +endobj +826 0 obj << -/D [2003 0 R /XYZ 84.039 766.262 null] +/D [2024 0 R /XYZ 85.039 307.845 null] >> endobj -818 0 obj +830 0 obj << -/D [2003 0 R /XYZ 85.039 724.966 null] +/D [2024 0 R /XYZ 85.039 250.954 null] >> endobj -822 0 obj +834 0 obj << -/D [2003 0 R /XYZ 85.039 654.565 null] +/D [2024 0 R /XYZ 85.039 180.718 null] >> endobj -2002 0 obj +2023 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F101 1518 0 R /F114 1676 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2008 0 obj +2029 0 obj << -/Length 1301 +/Length 962 /Filter /FlateDecode >> stream -xÚ•XMsÛ6½ëWðr¦dð± -¢0ˆ -0&ƒ”ü”P¡‘†QS:DЂ‡†<4L`6…‡Øy— Ü’>}¾àòÓÉs4ÕÄv’Зf|â -úx"Ü™L³g±së(V¬X!°út6k¦×ÑlM & YfqY=·NŽÀù€4¡O -%hK -6¯P[miF[RØÖBm ´%Ж@[mIa»ƒÚÒŒ¶ÚhK -¶4£­–!¦¾“FKNÆbš -´f:g˜µÎtð¹4X3YÃÞµëLë°åk -’i-áMÓMÙ4U•våXh gqÕ€šY-Ÿ gUù\ÒÔâ„`CMZn~ƒlRv–ÓcW¥»ý.½¥±KÌåC™Ræ˜ÏåßãlR’b‡1¦(Õé,%<ö¯î«r[:ç=ÖÆ0hê›Cy¨Ç#g^:`Ök”Ã>v`ë«­›êð*Q*ö±]U6÷n¾-û{¿Ô7¦Xý`OצîÝ›ôƒ_Ì&1¶YdZq,‘ô³oî¬Xþòɶ½tð„?xWÖÆÓ3þ ÒV›úcbóÿŽâúXˆí3Twå3õªm-~|ÛW‡³z¾ ÚþTù®_¹º»¯šÖÇ<öícŸAµDBÈŒim¹È3m{à˜¹áà´\/þ86b +xÚ}X=w1ìïW¨Œ 'iWZ•‚ÑÃÁ6U^*ò !ùƒx&‰®Â­V«™¹§]&÷ËMîÓða?¼»ÉêÊXRHnÿÓ™ŽS,.KUƒÛ?ºû+ó¸Xjš®ö·«Å2ètu÷ùÚ§óÏÍvqXZ,}°8]]ß¾¿Û¯¶§E9oüºYH‹YíNÞ|=ý»û~÷ûêã9Ýö¹¹^ív›ínñ°_«ýðgð­àÉùKaÌ)»OÃýÃäÛÚÚMc,æþ#Ÿœh§¢í÷o·¾ +Wë½°[`·(¾+Ö9Ûx|ˆ=†|Ä¸Ø ˜¯ß‹Ã| +_hS W° endstream endobj -2007 0 obj +2028 0 obj << /Type /Page -/Contents 2008 0 R -/Resources 2006 0 R +/Contents 2029 0 R +/Resources 2027 0 R /MediaBox [0 0 612 792] -/Parent 1997 0 R ->> -endobj -2009 0 obj -<< -/D [2007 0 R /XYZ 84.039 766.262 null] +/Parent 2011 0 R >> endobj -826 0 obj -<< -/D [2007 0 R /XYZ 85.039 190.182 null] ->> -endobj -830 0 obj +2030 0 obj << -/D [2007 0 R /XYZ 85.039 79.223 null] +/D [2028 0 R /XYZ 84.039 766.262 null] >> endobj -2006 0 obj +2027 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F101 1502 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2012 0 obj +2033 0 obj << -/Length 1827 +/Length 1548 /Filter /FlateDecode >> stream -xÚ½XKsÛ6¾ëW°¹Tš ¾IeÆÇQ^Mc×Rzq2Š„lÖ$Ád\û×w,HŠ’é¤ÓéÅñXì~»ûí¶qmØÆÛÙ«ÍìÅ›(0–Ö2tCc³3âÀ²½¥ù¡®±ÉŒ«¹oEÖ B{¾y·Z˜n`Ï/ÞŸ9!Ï/bia:nìÙó³w§›Õ¥Zôñà§ó…{Vk5}þIý®?_èã«×(îRì<?[­×ç—ëÅ×͇Ùj3ûkæ€Â¶áô -ºVFFZή¾ÚFk Ûò–±q'w–†„–½ `\ëÙo3{Ïh÷ˆÑüÚ^o´k9`•mƒQ4#J¿·¤",irZ¡)µs¡è‹7~<j¦[a¬ämnGȼúw¶¤Jqµ¹ÁÁµº‰dê3᜔ۂ0õ™‚F–„GÛ52J\_n î7Íš7Izk–p°8¹’?_GöôwìÐZÂŒ­|æRÏ•ÕoJ«?Û*E,<o~—77jI!÷”eRáÁdKN0ÿ&þ€ò¦gó×ìw+ÂG¥²j(UÅeªnÚâ®”z.†!HuƒyRä™°É0cײ}0p¬e€h™ -B†C€O"¡ æ?" ïÇÁæ“%¸û¡ -V0Rê)®CGÍä»^!ØxRª—WýòcˆñŽdEJX˜…£)`þ½/÷&UóRå3t?²l ”2¿¾Á<Ùjöf Ђ)ug´5DE^Ýʲƒîã)Ëks“à©,iÍ?é ÏJRuç½!8¢Rµ Ä‚pþÓwHEF$3š5!5ŸâŠH@¤©âðe}_Ë])B ßЂðiz|¢~ÉËUµêP¾ˆyM!Œ'´=x„±V+%BzÃ,ð'†± µËÓ¾V$Û7ò­z#ˆÎà|ÚTdTÐ:;Ò²ž$ì¥9][»ùÂîÑûŒ©ûª£ºÙp~ªÞª S/Û=QN¼¾m:üîÆ"b\¼¨àŠ»}{>¤Ý ¦ëò²fÁÉÆ:VdQ­#EÖÃ"{ªš”®†}W‰Mxy2…†ç[~à Š+Y¹ku?]'::«Ž¶4:Iµß¾°J7'£KGB -ýú´·QÅ‘·ËŠ‹)âeÒÙo mÞ¯O_ -hžÍwöÂÔ‹šå¢¶quZÖù¾v׊$ ú„¨¿/ÇQÏr‰ì‡¯pyæ™4è$åÏž«5œá7l4£è‹=›v–ë[K;§h.îÿÖ˜€Çt‡‘Û—í á“Q@ʇ'ku3¢2*mtŸÙôï¦dÿís¤“rÂ’¥ ‚êÈ–Àœ¸#ž%€´=+¶”6M2ù*žDȵÁ‹Ë1D´"ßN66 ó2Šm +xÚ­XK“›F¾ëW“¡*ày3¤*?äw¼›•|²}@0»KŒ@äuòëÓ0ƒDkW¤6•ÓLOÏ7ß×ÝŒD¼x¯Ï׋§¯bé%Q¢˜òÖמ–በIɼuî}öEGA(ñ×o–AÈ$ñ/ß¾ Ê +!S‹ÒØbÈ’ç²@ mÅŒ¶i+¶bF[´H[´H[´H[´H[1£­@Ú +¤­@Ú +¤­@Ú +¤­@Ú +¤­@ÚŠmÒV mÒV mÅŒ¶ŠOc*ž`‹ŸmrH1%l_‡Tˆ3°â©už …ÎECVŒ,=µfšxŒvˆQ̘=ŸF|jħ>ås¢ƒF|jħžáS#>5âS#>õ Ÿñ©Ÿñ©Ÿñ©gøÔˆOøÔ#Ÿ!Q"<ã(áî{û¬²žû]ØÕažvÆÚeÑvvT_Ûg»ßíê¦3¹5s0é/2ÓÚ…{¦e[»QÀˆÿ½wK‹2Ý”.ô÷"µƒ'=¬§¯(¡“K|ˆ"øÂ)|mžeA¨ñÃí®ÈúÛÏ`ì€Ãzt§ ”G2ãò'‘õ‰™g9c½SÈ%\®Hì…LG’êã} ”¡â¿.ëMZº[Ó®+êª}`³^ )·Þ]Î8ã~OT?b#k­}ßÝ;h»´ÊÓ&·NY½Ý‚m§Ê¢rNiPíßì·¦²˜Ÿº@CØÖä?ƒ)¨Wt·Öá°ƒ ¨ôdf +D¡WƒôPá1Wx—ý‘†ê~¨ìLV|!„e+Åõ˜ˆ»C¨ö$”Cê:Õnt¸ñugš“|¾™´´ð^æÛ~eóîÖ”;·fßíöÝ‘„›Áo¾1ë*]èE»°¯MešÔ–ò#‰h̓¸ +¾7UfNjwK;m[³…ÌrŒd€(zTï ÕeßÂ-,,ý<<¾ÎU +¾R‡²ùÔH8sYÝ7Ëê}•9.8wͯŸr ?i¨½‘nê¾ÞmÑÃcN¤ÿÒô©PÙBš,ÀÚá +òSA±'îdš#§åzñyÆ| endstream endobj -2011 0 obj +2032 0 obj << /Type /Page -/Contents 2012 0 R -/Resources 2010 0 R +/Contents 2033 0 R +/Resources 2031 0 R /MediaBox [0 0 612 792] -/Parent 1997 0 R ->> -endobj -2013 0 obj -<< -/D [2011 0 R /XYZ 84.039 766.262 null] +/Parent 2011 0 R >> endobj -834 0 obj +2034 0 obj << -/D [2011 0 R /XYZ 85.039 724.966 null] +/D [2032 0 R /XYZ 84.039 766.262 null] >> endobj 838 0 obj << -/D [2011 0 R /XYZ 85.039 568.015 null] +/D [2032 0 R /XYZ 85.039 381.464 null] >> endobj 842 0 obj << -/D [2011 0 R /XYZ 85.039 339.497 null] +/D [2032 0 R /XYZ 85.039 270.505 null] >> endobj 846 0 obj << -/D [2011 0 R /XYZ 85.039 274.366 null] +/D [2032 0 R /XYZ 85.039 223.307 null] >> endobj -2010 0 obj +2031 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F101 1518 0 R /F72 1233 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2016 0 obj +2037 0 obj << -/Length 2752 +/Length 1812 /Filter /FlateDecode >> stream -xÚÍZ[oãÆ~÷¯Ð£D㹓 Ú[Þ8õ®][i‹¦A“´ED"U’Zgûë{Î\dR²è•%ñƒ9Μëw.CŠžtðñä‡éÉéE ‰4׃éã T„ŠhHM”âƒi:øe(I@Fc¥épúãd4æŠo.ϘvÃëÛ>žýøáf:¹µ¥Ûøùz$aÍäÎN_¶×»Ÿoüöɹ#w‹+¯Ï&ww×·w£_§?L¦'ÿ9a 0°9 t0H'¿üJ)<ûi@‰ˆÂÁ³Y¹H¥ Œçƒ»“¿ÐŽÒü¥\©xQšZQJ‡çÙÈÓáêé)/žœË&/‹%<½a‹ŒYHth ½²µt[ÍMVÄóÌGL -K\xw~v樔ž¯…´¡—UMœ;š˜ìù㱉VÚSWÄz¯6 ÆŒš0S/³$G%ö~Y•OU¼°7Ù,Æ ù’Cº)ôÕXF¨]Vgvɦî0W™§•/àÑü«åøè¥ØE³tU-!Ê…º´WÌ0€·ßZÒˆõšºÖHéiš×f`á;X<çó¹AÚ€A‘Òíu çlUUàP”Ôe¶u½p --³ -›;»<³¾ƒa§dÃÚÎúºàZ>ExXÏÊ•l|pd\Q‚‘ËÒj;Këu–v$/]“ªÄF\Û½&0™é^å>„˜oÌpè³De—ØêA±\¬Šô;d,Q¼Ê‘²U€b=-2Sã–WåÂŽšl±,+_x`eš£e ͹”Ò’£ÃjsÑäó—%¯@ßéÕ-(Æïv¯w3›ÝŒtÝÌí—¶›I ¡ù~êSœØÉ·{™Ö¹ô÷‡ c£Â—¤uÏþXþM¶n‡—Ða¾ -ź’ Wã™?»ïŸ>\]¹Ã½ëw®>Ü~t!àP¹„iŽ-’õ¡?ÿÇIRVéº÷ñ/£×Áßz¶€&×% - $÷mÓ .ßo|¤Á¢ˆ„Jä@^ég -ˆóü_ŽnþrãÕ&‹ )E " +xÚ½XY“›F~ׯ ~‰¨ +˜”ŠSµ¶å\Žw³«äÅq¥Œ$j! x³ùõé¡{¸$³qò²ŒæèéóûzÖÒŽš¥}·z¹[=úÚÆÜN íZä›–»ÑB/0}ßÑv©ö~홡©~`­wßouÃñ­õͯ쀆׷º\Ò +.£Z§Îd‡A!ØøHRjR/+‡åOyLÅÇZË’èEŽªÀ¢ø¡¨xÝÄeóµn¸6 +[T&$qž/G›TœE»¨€\ ™/‹ÁöM×êáç›·W/G‰Ödû,ÏšÇ!'yI +üM)”Õ—ÃŽ +bØýqØ= +û[ +’Ö?¡õnDuÂâ6op¥%΃!ZÓѼº°çÓ`Y×t!“‡K€é8`¢ƒ°z×'d’ÛžîøFv ÀöÐÂw <êFvR¢þ¦Û¶ +*‚®5 Ï:ƒþˆñì+\£qªg3_õ³å`9ž¹±Ây‰fòþþXîð¡#rÚ¾‘1™%dVBVÕ­jF°¢’Fõ™ô YI[â4•ez¡“²ƒ endstream endobj -2015 0 obj +2036 0 obj << /Type /Page -/Contents 2016 0 R -/Resources 2014 0 R +/Contents 2037 0 R +/Resources 2035 0 R /MediaBox [0 0 612 792] -/Parent 1997 0 R +/Parent 2039 0 R >> endobj -2017 0 obj +2038 0 obj << -/D [2015 0 R /XYZ 84.039 766.262 null] +/D [2036 0 R /XYZ 84.039 766.262 null] >> endobj 850 0 obj << -/D [2015 0 R /XYZ 85.039 724.966 null] +/D [2036 0 R /XYZ 85.039 724.966 null] >> endobj 854 0 obj << -/D [2015 0 R /XYZ 85.039 568.015 null] +/D [2036 0 R /XYZ 85.039 496.284 null] >> endobj 858 0 obj << -/D [2015 0 R /XYZ 85.039 373.37 null] +/D [2036 0 R /XYZ 85.039 431.153 null] >> endobj 862 0 obj << -/D [2015 0 R /XYZ 85.039 148.025 null] +/D [2036 0 R /XYZ 85.039 276.403 null] >> endobj -2014 0 obj +2035 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2021 0 obj +2043 0 obj << -/Length 2985 +/Length 2809 /Filter /FlateDecode >> stream -xÚ­Z_oã6ϧpÀÁîþ¥¾í¥ÙvÛÍî^’´ÅB–[W[r%¹Ù½O3$e‹¶â&v^lŠ"g†Ãß g†¢Ñ<¢Ñ÷ÿº¿¸|«U”’4æqtÿ%ŠP‘FZÆD)ÝÏ¢_F’h2ž¨˜Žî¸O¸¢£Oï®Xì›oÇøj<a<ttõÛO÷×·î¥ô?|Ks}çº?~pÿw?ê¦_çÉÝâÈW×wwoïÆ¿Ýÿxq}ñÇiÄvr¢cå«‹_~£Ñ ÞýQ"Ò$z´#W‘T1¡©‚ö2º»ø÷í/Z&½E§ÐLD¤ЦÂ-ú݃“§]ÔÄ{3¸ :E‘ìØÉdÓ˜IY•“‡zÌ’‘ñS&1'4Ž»)yµZeåÌñX¥q­jÝUéÚEãþ›µÉ‹_)åföO×ã8?gVÔ&o«º0~BVû7Éê|afßZ5vëïþµ¦1ÑQœ2’¤Gu*@íZluHÒ4ŠuJ´ˆÑ€ÑŒ¤Jy‡ÛÁTB˜”Qœ"¸áw~•_!Á•&*V¯Â[PEDÂöx›&¯ ·5Ü 'ƯÀ]2NX¼·òûq‚{ŠÀš›öP -C¤ @ê< Ç’¤`âg™ -Bu ´¢´vêüt{ýöÝ.›Yž_v†|Y”ùr33—ë"¿ú4Â_A(4%ö„Úùó­»É‡œÍÂd3S7GÌàD”Q˜„" ×ÅÒÔG à5X'1ajoË&ïŽÀýÅL÷Á -tÊÏ«â$ú<°‚plr.€uYLÿ¨¯ á•|O ç„¬3{&> -eè5 -1‰ÅrÙåšYëøvj±ÅK êWªh¨Âì”7aðš‘gm×N¯¿d+0ƒo‡ |i;Iu/ .ñe‚ol¿Ùëßyèæ -ýÂarŒ°å€,NÆ^·}"±ûú| -¦ŽÑVÊCh -â†#€9ë `zLðr“uyìGö˜9Qƒ˜ Äš®†!#(‘ò¹y±t”Ë3!3’œë`bB%h<F’¾ðVTG -â0_÷·X^“µ›ýÂC¶-õû—6§ÂÂÆåØðàJpØ -®Ê(ï]5oVXïÇboðàßUæÖË"/üÈÒÝÓQ›¡¯\ËÞ´¸ר~6æÅ3d¨–åÒ~§åî‚cû›½OI5e¶F‡Ýžhï°j0úÞþ~°¿à\c6ºµíëaÇÓ-<J]ù²ËjãŠAêàê(‡Ÿ»ùúé׃’ÒA¦q´z9IÀ.¨k˜›YÖfG‹˜`rwa‹¼©Þ^ÃaÛ‘°Í~õ ÛnxÞ}´âº+÷oV¸éîýÌlªnjæß•3xöJD!\í‘ã͉ëq·žuáo=¡§£âKÀóʬü·tÑD)Dx9ÍÊßC}„ ®Qÿš€%Ü^ñïû -,tj÷í¥r_°@ -—ÊÞ•ÞP!ŸO°úƒEÿ’T%£Ê^…ªt{Ÿ‡¶H†~#jWôÃ7Ý*4éõ€Š{°É¢í²hÍ̺6¹»fÀ~gtª»¿Â!yfk˜ØÙv²ôˆo/Áp¬5{èÌëªiüûlî'Ù‹·ÎÀ`”Ý1»ßÖíË®ÇÕô_µ7lØ?¬ºk¬—Ê.ûºG—ëp«ì5“[»µÇî#¿¼ÎšÅS÷´ÖßdÞÖý§õ¿éÝ/Ì*³éáõ` [=XCïéÁz +xÚÍ[Ûrã6}÷WèQªŠ0¸“LÕ>LlÍÄYÏØk+»[›¤\4 Û¬H¤BRñÌ~ýv $êB[#ÖVüB»èÓÝ LO:øxöÃôì݇@ +:<ÿñýÍtrëJÿâçë‘„1“;×}ýÙ]ï~¾i^Ÿ\xq·8òú|rww}{7úmúÓÙdzöǃ逭 +/vä| •&4RО +ïºÛ|90¥kîj¥Na<soü9âj­ÒެŸãÚµ’8w£¼žeeR×zy6¹k•Ë<Ïò'7ðîâüÜK)½(ÚË3eg^f±¨³yößxŒµS³+èæVgEŽæ0:,Jw},Êå0f§ =ÕÂ$Ù¯”òÄÝ/Ê⩌çîæÁ<Ç#Ž3.–åH©!`GF8;S7d{îЗ¦‘•ÍáÑì«ÓøØX‘š”º|zrsÆ¡ËrQT„ªpWÐ3bjèßw+iÍÚ7]·Hé»4«lÃÁ!ö°xÉf3b_c’DR¶ß=_–%8-ÅÁµC6x-òÕ×®¨»©–ɳkm-„Õm×Îög3ìÿÞOƒz ù50Ç+à{îo¦—Ÿ.ÿ3¹ÿárúárruqs}ù‚ùþãdº%­sJÚP³rþe¡Æ…†¹Ù)AkÓb×cWûKVÕÕwØK§ÖGø£ +¯o>ÜÝR×zÉêg×BdØFœ¦¥©*wcãtóé†m®ce;"9àÃÏE9gZyVÓlæZI\ÕR÷ + +) eº­÷ÂTI™ÙL³«]I˜uð +ì¡„êàõªÓ8±Ýœ[áa[÷ñ¬E¾…µÈ¿kiPxôòí"Dðn¯#HHÂxÐGõ" koDºÊ^ƒ£,àð„mþ_eonæEùuÝó¥Â«³Ç«‡qôBì"BÀšò‹g$Äiˆ$0#®ˆÐÇÒ¡=ØÁ9à¶d›†ü%ÙP£ç¼ ¡y }äQ +®ààš è )ôÙÀnH¡ŽB¤ šŸ†e@¶× dPÍ<ßñkóuR\ +¶\¶q­Àz´Òm°‚€à•Z[`=|pÅ +j}p¥W¿7‹Ÿæñ›~¿óoë“«¤ýséj¹Àgoú¥™UßfM@k…%pcü$õ‹ªÖ XôÿdYgé endstream endobj -2020 0 obj +2042 0 obj << /Type /Page -/Contents 2021 0 R -/Resources 2019 0 R +/Contents 2043 0 R +/Resources 2041 0 R /MediaBox [0 0 612 792] -/Parent 2024 0 R -/Annots [ 2018 0 R ] +/Parent 2039 0 R >> endobj -2018 0 obj +2044 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [212.78 538.856 218.957 551.62] -/A << /S /GoTo /D (Hfootnote.19) >> +/D [2042 0 R /XYZ 84.039 766.262 null] >> endobj -2022 0 obj +866 0 obj << -/D [2020 0 R /XYZ 84.039 766.262 null] +/D [2042 0 R /XYZ 85.039 724.966 null] >> endobj -866 0 obj +870 0 obj << -/D [2020 0 R /XYZ 85.039 637.668 null] +/D [2042 0 R /XYZ 85.039 532.149 null] >> endobj -2023 0 obj +874 0 obj << -/D [2020 0 R /XYZ 99.386 69.166 null] +/D [2042 0 R /XYZ 85.039 306.804 null] >> endobj -2019 0 obj +878 0 obj +<< +/D [2042 0 R /XYZ 85.039 120.969 null] +>> +endobj +2041 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F72 1221 0 R /F101 1502 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2028 0 obj +2047 0 obj << -/Length 1942 +/Length 2705 /Filter /FlateDecode >> stream -xÚXYsÚH~çWh+-#Ž‘D¶\[ƒã¬mXP²[•̓,dPEHDNüï·{z–SvxÑ}M÷7Ý=0m£1í²wî÷Ng.×FúÈ1Í¿×<®3k¤¹¶£snjþZûÜ·uW ¹Ãúþûé`hrÖ_\M GçËn -3^%Ílã¹%Í|•4«%ÍjI³^%ÍnI³[ÒìWIã-i¼%Ï:#úˆ÷y "3¯)S€]Ì -ÃcáYKh˜ÌogW—ëËùºÇ/ãÆÂËäu\Žoê|sÌÉ…ÌÊG~œÈ²÷ -K²ªŒ¼B§ÙÔi¶tâ!²”&i°“jß"çŸoiò=.·¯Ph5ZM…²ã)öQßÇ!Í*$Íè@Ø3úì¦>û¦ò&+i_åc¡6-‹b–uÓ²ÁUIB;€Žl“Æ…$,‰Ã®Ž«äpQIƒ8%ºR©PÝ™ *ƒ2ÚEiI4Aº¦õJí>+b%¿&äû™c«‹+AÙ2lí²ü±Ëyè)Ù +¹„„?>¬:ªq,z¯²EVE‚ («Ö+mÑ5<Ë«†©êÙôFsO)³6<ÌLÕ>g)2mZ,H[L·áÙÁê!æ¬ò?Œb¤ÍE™²h™f»}œ(ÃñÚâ7ÚÅe—”'ý3õpC®sxj5q´ :Æò¬jZƒBí©þ¸xYûÊšØn¼QTSD©¢,¡å>{’ƒLŸO:¶¾¼ôÝ’2ݱÅFJFA³]ðƒ!.¬#ôY*ž0E„ãv ™S BP]–‰—mäpe$Ó” Ú<0lÏí¯*½†ìÅ‘¶C°ŠÛDÆÊ€»Ç2êº4â -N³T].2¶º…þË—ŸðdÁÎæ³ÙÉ|5YÍoñ{v½89Ÿ/qŸOg&?ùçÂÇ)|«3ÃôN&“…yóñ_X|•¶•ÿi)yÄå%&³ OçêHøOt÷ú÷Q°VlwMÝTúô:¾Ë!ÝQqnaíótGJ]` -eJMçĤ%¡Ã¶*&EçËÖÿa˜–ѲöyT¥ÔTähK&cÜ%×Фœª@ãXVXü*иt 4Né‘GVT£¹¸&.,{Y{ -òpKà¾- +xÚ­ZÝsÛ8Ï_¡™›¹±÷Î,%ŠúØ{êeÓmv›¶—¤OÝNG–[WYòJrÓÞ_ +µ‹8ðçúƉ´*vB?Z{Îuæ|œù"ó…äìúõÙ|ái9{~êL¾»œcÓ|áz‘’³Ó×/ß_Ÿ]R£Ïß¾›ûÐç슪߽¥ïÕ‡÷Ýð³_xºKìùîôìêêÝåÕüÓõo'g×'ž¸ °tܽ€žƒÐI7'?I'ƒ¶ß)T9·¶çÆñu d¬.œ«“ÿœH^´-Þ›X¼ _©hñM›¤_¬ݸ¯üh0È …ëFÐb»_¯óf¾Pn<»©êÔ0Ý® +æò”ž5U±kóªÄ’K¦ê4ipéXw»6µ¡Ú²¢ïÕõ<V³—¸Ï§¿S¯,¯MÚæsOϾÎ]=ãyCßdr}ÅÖ$/’eahT^R³UVyùeîÊ™a9š´Î·-Ñ$›?[mm¯Áü>HÆò²ië]ÚšŒg®¬äxùim’Ö^úðöXWR•bjäµÝÎÐë·Èm¬6 W¯«]‘!­fKîºkLFTUß;*åVÔ~´­«ÿØÜ f»¢Í·…2j¨°Ix*Àô¢ÑÝdy™ÀÓ&/qëXš5íI^íjZvuC_Ú @”@Ôêo½rˆ¸äc +`§ð¹R‰H9Jn@<¼c§nÁýpVuè +d¿íH.«¶­6ŸùtQÝGÛþ¹ãü y½ ‡‹ð|ËçXµûyæ*œá\vähùA$”¯;£ƒKÔ2"Õ#Á Äc€Åeµ+3$c»K£®¼KvÀåFš´y§ *°­BLbñ6/ŠA/"“–øvj±…¥!ê©åX…ÿØ+oáB³+´]S:=û–làü<å¶R‹8Œ A„¾Oõ?Ùzî9¨ß[èæ +Η©ÉNdTC»g…½E²ª3vдÀÑÆÜ®ó” +G»íÆ®À!+xrúŠ +³6Á¦ò.:Tî6KScÒ‡£g¹0üFôµw'J†ùÅèU_qúC®‡ƯuÎaIxÝÙ·/’>ÐÏöý-•… ½°¡@8¤F‰2é1nrÓì;VíÃB—þèf±ù;øR\n[äiÎ=KÊÒIû>ßeó,TCDZm6 ÆèY<3™=¢G?i¹Koà´B‡Òµ +_€Yï°uŽ1ƒÙ¯ö÷­ý»¸³KKŸMÛ6/î±9(è‚—Ý¡6Ò=(ŠÒ b6L̃—ßJ±ËE -G0YG»,i“£!LpÝþ>]‹¼eØ'á¦),9Œ}A±íºÃ~móÂF¾°º¢¯Ùà¦S{Æ=›ªšpÛ(neV" +A‘Gó&TC9Ï:çœ'Ôt³p‡!f±¼1›ŠL³€ó®Ô¼]R~O‰®ýÈ Š]&ç=¾ö‹³ñÖªÇVQ^¦ •Púž¬H8‘A7u4°ÊÛ¼gÓ‹0\c_'ußá_™6á7Ê9žs›{Îp·• +f7s—â€@·d· CŸ¦œ³ýòQûB}ɰ´5wº:;½>Ç¿Q`á {γöÙd mtæI²ÌpUÎÒ‘B_X2Š+Ù?oh^ˆ ¢¯yš}Mà„ÂH^ šq`PEüꢠCOÒ[å8h8õoW‚›<~w# ]éçfácw0Ö"Šc'V{¼x¦U ?Âm†Îj˜Ô×Ѭ²ÊÖqŸÆJÔEO€†{ endstream endobj -2027 0 obj +2046 0 obj << /Type /Page -/Contents 2028 0 R -/Resources 2026 0 R +/Contents 2047 0 R +/Resources 2045 0 R /MediaBox [0 0 612 792] -/Parent 2024 0 R -/Annots [ 2025 0 R ] +/Parent 2039 0 R +/Annots [ 2040 0 R ] >> endobj -2025 0 obj +2040 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [279.472 106.744 293.918 117.648] -/A << /S /GoTo /D (section.2.3) >> +/Rect [212.78 664.03 218.957 676.794] +/A << /S /GoTo /D (Hfootnote.20) >> >> endobj -2029 0 obj +2048 0 obj << -/D [2027 0 R /XYZ 84.039 766.262 null] +/D [2046 0 R /XYZ 84.039 766.262 null] >> endobj -870 0 obj +2049 0 obj << -/D [2027 0 R /XYZ 85.039 176.856 null] +/D [2046 0 R /XYZ 99.386 100.526 null] >> endobj -2026 0 obj +2045 0 obj << -/Font << /F75 1282 0 R /F101 1502 0 R /F48 1171 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F101 1518 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2034 0 obj +2053 0 obj << -/Length 2412 +/Length 2099 /Filter /FlateDecode >> stream -xÚµXmÛ6þ¾¿Â@?Ä"ZÔ»Š^d³¹l/ͦY§8 )²$ÛjdQÕK¶ûïo†3”%¯’ìõîXˆ‡ó·´û…½øûÅóÍÅúeè/bN°Øì‘/l7^„^ |ßYl²Å‡¥'B±²üÀ^n^]­,Ç·—o¯/eÀÛw+œZYÒ‰\{yùêÙÛÍÕ;šôxá››•<W·D¾yCßÛ÷oÍò«,îrÞ\^ÝÞÞ¼»]ý¶ùéâjsñÇ……í…<)èˆ0éñâÃoö"ƒ¹Ÿ¶pãhq§9 Ï„û0.·¿\Ø£…”"Ö6ž¬–ðµÝ“ÕeÛöòUždyC -¾,ʼE½Ö/½hä9{aÉH­Þò&_Yž.‹¿ÁRUL8&EE¤ËEêGÛvÊœèÝ!鈚&̺5Òª´ì³<cFEÔîÀ+[Õ7i>–È»÷mQíϘë"Å("­VM±ŠÜT7›U"+h±6<85^»“¬GÁÑ®YÉh™ï[q˜q—/…°P/€­C×­q7¶ϸ±ÔÀqªªÜÇ\Ú$g92UEW(3·S¼|`ª•æmKt{ÙÖyZ$%ÍA°¤¿Üm—7íS4Õ_Ò\Ññ—%W9ŠIš{&ïм…ÅM¡÷Ƭ1qÁq’âz þ–#˜ïJ{yÝI[^q -º¦Þ³œ,Ó1e)4Ø©²T+Ðþn˜+‹jsƽe³«jàV»3rÿ÷ºM -j”âïhy,Rˆ*$Evë& ”fÎË<í´Ûà×]Ñ´`Ygäm´0S55é;uLº"MÊò~øË§,P-o“£™ -ñÏàç1©z6 ~}´};{ÞY÷j BýAáεdEŒy•l5¾ƒ±ê;ð -¤çÂFCÔMQu;ÔþåLzy -¦À,Ç»†dâjɱ†³hWìûRªê',ÁTœ˜íÖÇäcΣÊòÒúâNmOlVJß'§•pÓè ¿Ÿ`8àçw*ýÐ1ÇÁPOé·®6P;™ð6Ju4ª“¶½ƒ™SìdßZˆÇBåkFŒTì¾Ù~|ú -@¤3ŠI¼¾žlýÖÛ$iÇ -"ʼQ ^n<NW¤R(PÛ¹ ‰l!ÃA˯¦EàB} Úžà&nfÞRÎ厈Ü!Ç­ïo¯þÍêÙæöosM7 -Eh[´Œ—µmøÐ*“r±ðü³”3`ê1Ðé±ï6Òæ‡›g£÷½7ù +xÚÛrâÆò¯Ð©}Tíè.mÅçÆàubäTmöA€ ªèB$áÿþtO÷ ¤•;¼h¦§§ï·Ah;Mh7½«UïãÔs´@\ÓÕVšïè +4ÏvuÇ1µÕVûÒ·uO WôWŸ'ƒ¡éˆþüvl¸¼œ-x4¦o‰þøóh¾š,èÐæ‹³ +H¿$%GÀš½w¦ +nóL% [§F©¿É]¶ü%ŸºD{ÑÃ㹸œM§³åxy9{ÀïåÝüâj¶À|~½4‹ß®W¸…Ï|y ϸ‹ñxnÞÿò? +‹ÍžÀ|{üŽÉuWäì?[w]GõòáBoHÆ>Zàû²àšºp=uE¶UMê1%?ðpåÔãzgiç&g™PÇ,=àþªþÝúÔ=5lÕn+ãÃ9%:.%#Ÿ;FJѨaRijFŠpY¼hÎYÎÃ…¬s²ÿê*ÐâûÒì¿Xšÿ®ÃXSÈ¿‹<)mºPD†1Ri‰PJ=‚SABè&dÔµ¢FA¶eÄœ ÒâPÉ\SdîGìú-d°1þ‰‰°C^T +DÝ™ã$®¡ÙV`>Æ’š ˜cT>øŒ¦žÀ¨‘ê¿%©'àY!ëÔ..«¨ÀH²M*bx†3®ü2å,B22§%ø‘‡[Ò¨aˆS&œŠ,vtùBTØ©Ns×­¦Ã¬™‚µÓ%TMaÛ­ôi#åêQùtöÊ‹dÍjgÙ ;láù?ýã±íé.â„ô#džŒ‹¿ïqjÍì·ý~*›+EzË$Y9J H³Á´4€­º endstream endobj -2033 0 obj +2052 0 obj << /Type /Page -/Contents 2034 0 R -/Resources 2032 0 R +/Contents 2053 0 R +/Resources 2051 0 R /MediaBox [0 0 612 792] -/Parent 2024 0 R -/Annots [ 2030 0 R 2036 0 R ] ->> -endobj -2030 0 obj -<< -/Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [348.855 518.451 542.13 529.354] -/Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/projects/gputils)>> +/Parent 2039 0 R +/Annots [ 2050 0 R ] >> endobj -2036 0 obj +2050 0 obj << /Type /Annot -/Border[0 0 0]/H/I/C[0 1 1] -/Rect [84.043 507.118 127.879 517.016] -/Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/projects/gputils)>> ->> -endobj -2035 0 obj -<< -/D [2033 0 R /XYZ 84.039 766.262 null] ->> -endobj -874 0 obj -<< -/D [2033 0 R /XYZ 85.039 724.966 null] ->> -endobj -878 0 obj -<< -/D [2033 0 R /XYZ 85.039 599.895 null] ->> -endobj -2037 0 obj -<< -/D [2033 0 R /XYZ 85.039 495.078 null] +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [279.472 203.661 293.918 214.565] +/A << /S /GoTo /D (section.2.3) >> >> endobj -2038 0 obj +2054 0 obj << -/D [2033 0 R /XYZ 85.039 276.523 null] +/D [2052 0 R /XYZ 84.039 766.262 null] >> endobj 882 0 obj << -/D [2033 0 R /XYZ 85.039 170.102 null] ->> -endobj -2039 0 obj -<< -/D [2033 0 R /XYZ 85.039 132.772 null] +/D [2052 0 R /XYZ 85.039 273.773 null] >> endobj -2040 0 obj -<< -/D [2033 0 R /XYZ 85.039 89.559 null] ->> -endobj -2041 0 obj +886 0 obj << -/D [2033 0 R /XYZ 85.039 69.634 null] +/D [2052 0 R /XYZ 85.039 154.411 null] >> endobj -2032 0 obj +2051 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F101 1518 0 R /F48 1183 0 R /F72 1233 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2046 0 obj +2059 0 obj << -/Length 2534 +/Length 2739 /Filter /FlateDecode >> stream -xÚµYÝs¤¸÷_AUª.3WF# J¥ê²çÝóÕíyc;yÙ½ · ̳{N*ÿ{ºÕ‚Ïy×Î !µúã§þ¸sïpçÍÙßoÏV¯ÃÀ‰Y¬¤rn×N0îÅNè+ҹ͜÷ Ÿ…léŠ/n¸Xº2à‹w—¯„²Í«ë%þZºBF_¼úá»w·×ôÓ·¾Zú0æâ†º¯~¦÷Í?ßuÓ/¾·ä®qäÕ«‹››«ë›å/·?ž]Üžýv&€a’…*tÒíÙû_¸“Á¿μ8r>›‘[Çãq -ú½@ÂØ5,[0W×I;»`„WÓÙ†Á¤™Õ"`/ꇟØ}®XÆcÔzW$hµ@ÉÅCµ¯©¥ð¿çM‹{`†Ÿ8`ò`°?3¼¨ -NþÚOc›¿Í>¡ÑIÖ¥:¿ßØ>ë -H!ÿˆ\ëÝdÂPW -lÂ|LžÛ*Ëצ3ÂDÀôÜ#õ”mmQØi­Ñ›5z - M«x¿¯-c„øÓg«ÔÚ´#î—Á"ÉK¶®«­‘B°M7Ôv4¹½–›¢ÚBXÍ(Ö2ÚI¡t5’|=änB d\AW[ dB`P•¾ÕÛª¶ÉóÛ*ÓEóˆ—Š˜‚ôdì˜×UQTfÓôÙøv@oKôÈõÖS¢ŒÑ˜>ï&lP!⸿Lj%Å|/¶X±Zø e0‡–f›Å€“ñ>ÜcDФ^ŠÒ  !L]¬X*o§Ò[áר¤58†f"-“ˆï ëå›üßz\Ê쪼lumgbŠf`3¤Ò@j˜j†E?XIiCö²Ž(•ä<»0”Üzlî=ª­…’qÆ”±,Gs¢¸ö P‚:¹/®ÇD|A0‰Y -^ûPObÆ?‹äã3χìõ«XÒ…Å/"¶çcäTc±g·ÁH Ÿû ¢Ï‹°à ÛbÂÂc›h†ò … -óšOøÐu£çô"a&yþéyÀ¶‰WÏ|áÃ$£+˜•bɉ#î,½ŒX‹(¯5=:…èg’ üLèï®KEL_Ó§îŒC*¥dйNê¹sKY½ß©ê:P6ð¸/ÍK=O‚¥ê?AÛ!—‹×¨¬ÄòØèMjŠ)ü>Dt:ªcðqb¬ò£êÏË X4cocO'>oò¢OA“º?×9¤ÌÃ4æ)„UM3P  -³¦…B-©3úž’K)F•¤¤3—FëE£ä¦´Š&eÀæ7Š-}ðQV´N­×ºÖej™2é§+H*Øtö÷Fw×0× -©Âvõ”ñUWÔdywÃA½¨¯û¼ íõ͵è.²¾KNÏLFiR/'N5@Sa$»-ÕTÒåFWû&Í‘6:Çp‚×’ž²#_Šum<ñ„ùuO Äz‰“€¯8°—t1Ö¤xñá±÷r7KW‰Å[xz‹ïLû'xJxÎ\``íèÌa‚ ¦i§N±ó“aá;õy¾1Ï‹yv¤’³3{ïí1rƒ郈 KñŽÓs»ÐÝ+Eqì(ˆ:¡\rNä‚•"<r‚Á¶þ»ìöµ‰±i{~°tš<˜¯˜ýÔôy0.`þ!jÑ1êcUY<ôÎ"ëb¶ü$û¶rí -‘Çd/*ÙìÍÑ)+$’^A"ŽÉ<³†Sàü,1A3 +xÚµYëoÛÈÿî¿B@?D*¬Õ.ß<´Ç×Ë5‰ÓØ) +$‡‚&WÏ©ã#ŽQôïÌÎ, +íËõaÀà¾wž¿™YÉÅn!>{qs¶ù>ô±ˆ'XÜl‘/¤/B/¾ï,n²ÅÇ¥'B±Zû\Þüp¹Z;¾\¾{u¡n^½_áÔj­œÈ•Ë‹ž¿»¹|O“o|{µò`Íå5 +T;hÛ <)ÇÚľmßm6MÕÕ©CÛiQêvs¬«Ÿñfcø\ÛMÄn@[-t3áωiyJDžkïl¢ÎÄøh \!|‡ù¢Ë‹‘R¬2ŠoFªÈŠñžhÙ5t4¯_^\lЃ F…x²]•ØFS¸5qÐТL”Ú´Œ½À÷–·°fèðàâ7{cÒ0òLuÃ'ÙÁ¬*íí'6CùvÎÄzÕ;nÀ4Cc[ueÆc-}‘Õgè¼–)£N›4’(aݾê +ÞûPuÔ¨õ/]n7<šÁ[D(T +ÝŽhfyr…ôý^½Õœ =áy½Å`©Vpµƒµ•p£“4à‡¶a2n”‚>`)ˆ£àæu•`qã±¹â(©©³H +öT>i þÑS;¤›x™©´fι½¯_~¸¾ü€Õó›ë?ÎnŠPöW4œ/Þð- ©¬ÉÅÂóOLÎ&Sß’: +ûb[0ùíDÖ7çlð2ÇG† Ž„ë*N…C ´¾LlÚwzH’a¸W.Ê\GǤfU5k¢2Ò ­˜f¥1„dc‚ЩB|¡çÑîß›_Äa¸ +‰5lŒ-û¸}kÊŽC^<˜shü¥ ²†×Ž§Ñ‹¤“Ãz¿Þél&ÅìÍuܯßw|i0jíæ…ä¡ R9ö)Ù øeŽ`äÚ§FßB‘’!ä]½33|“{uñcæÂm>8½PìlšK!€¼! ?· C Â>¹g™ÔŠ.Ôš8XŸÖÔ2AýKÞ´„ŸØΠ°ž¹ŒÉî“+zöí¯ +ä×›Û›äNo¡ŠÉa†"ßÛî)·¿<<Á)ÝP¾!ØXw‡;Ñìgn endstream endobj -2045 0 obj +2058 0 obj << /Type /Page -/Contents 2046 0 R -/Resources 2044 0 R +/Contents 2059 0 R +/Resources 2057 0 R /MediaBox [0 0 612 792] -/Parent 2024 0 R -/Annots [ 2031 0 R 2042 0 R 2043 0 R ] +/Parent 2039 0 R +/Annots [ 2055 0 R 2061 0 R 2056 0 R ] >> endobj -2031 0 obj +2055 0 obj << /Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.828 677.977 339.005 690.741] -/A << /S /GoTo /D (Hfootnote.20) >> +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [348.855 645.35 542.13 656.254] +/Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/projects/gputils)>> >> endobj -2042 0 obj +2061 0 obj << /Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [292.368 460.792 314.286 471.696] -/A << /S /GoTo /D (subsection.4.7.9) >> +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [84.043 634.017 127.879 643.915] +/Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/projects/gputils)>> >> endobj -2043 0 obj +2056 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [233.641 235.317 255.559 246.221] -/A << /S /GoTo /D (subsection.4.7.8) >> +/Rect [332.828 125.176 339.005 137.94] +/A << /S /GoTo /D (Hfootnote.21) >> >> endobj -2047 0 obj +2060 0 obj << -/D [2045 0 R /XYZ 84.039 766.262 null] +/D [2058 0 R /XYZ 84.039 766.262 null] >> endobj -2048 0 obj +890 0 obj << -/D [2045 0 R /XYZ 85.039 724.966 null] +/D [2058 0 R /XYZ 85.039 724.966 null] >> endobj -2049 0 obj +2062 0 obj << -/D [2045 0 R /XYZ 85.039 706.934 null] +/D [2058 0 R /XYZ 85.039 621.977 null] >> endobj -2050 0 obj +2063 0 obj << -/D [2045 0 R /XYZ 85.039 676.981 null] +/D [2058 0 R /XYZ 85.039 403.422 null] >> endobj -2051 0 obj +894 0 obj << -/D [2045 0 R /XYZ 85.039 609.858 null] +/D [2058 0 R /XYZ 85.039 297.001 null] >> endobj -2052 0 obj +2064 0 obj << -/D [2045 0 R /XYZ 85.039 541.489 null] +/D [2058 0 R /XYZ 85.039 259.671 null] >> endobj -2053 0 obj +2065 0 obj << -/D [2045 0 R /XYZ 85.039 497.653 null] +/D [2058 0 R /XYZ 85.039 216.458 null] >> endobj -2054 0 obj +2066 0 obj << -/D [2045 0 R /XYZ 85.039 478.351 null] +/D [2058 0 R /XYZ 85.039 196.533 null] >> endobj -886 0 obj +2067 0 obj << -/D [2045 0 R /XYZ 85.039 435.636 null] +/D [2058 0 R /XYZ 85.039 176.608 null] >> endobj -890 0 obj +2068 0 obj << -/D [2045 0 R /XYZ 85.039 211.846 null] +/D [2058 0 R /XYZ 85.039 154.132 null] >> endobj -2055 0 obj +2069 0 obj << -/D [2045 0 R /XYZ 99.386 73.144 null] +/D [2058 0 R /XYZ 85.039 124.179 null] >> endobj -2044 0 obj +2070 0 obj +<< +/D [2058 0 R /XYZ 99.386 58.12 null] +>> +endobj +2057 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F101 1502 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2058 0 obj +2075 0 obj << -/Length 2748 +/Length 2805 /Filter /FlateDecode >> stream -xÚ­ÙnÛHòÝ_!`]jÇn÷Å+ d;ÉÀ™d-ó h‰–ˆP¤–¤ìxûï[ÝU-‘-Û‘^ÄbuWuUS|0ðÁ»“ŸÇ'ç—¡?ˆYÈ`0¾D>ã*„:`¾/ãéà«§YȆg~À½ñû‹á™ô¹÷ùÃøézh¦†gBFŠ{oÞ¿þ<¾¸ÆIMý4Ô°æb„ß~ÅçèËg·ýâ-¡»6+?½¹>]†Œ9¹ŸüçD -ÇnÌhçªN§8Ò”8’L&i]ãXÝ$“o4\кÛ*Y¤§ -‡‚^Ûßwö÷¢G\%˜ÖÛ ì£7e3oË;g* -ôàLû>îANãÀ.|o@߫ҡð½YV7iUƒGizc« ˜¼-ó¼J߻ϊnm’›œfë9ÎÕ4ãvYÝœ[màÌ²Ì -ƒž¦³ÿ¦´4ZVÓ -’é´s¾²aàü×=;a!p~-A²l·'.÷™ŽÅ:.ºH|=ŸRïëQ*D±R"X(BÀ3)(¤He ØßñqIúôOš!õ´ÔoUÒŠ -\FÕ¢²îÚ)§^çu¹. *ŠŸÄuéBª4Ó­èªÝ&[xT¤¶¶EY:É’ÜbUÚ-¾B2훚t-]òbÝ5_Ï|ν·Äš•Çb«Ò¤Iwê—:4YYO÷™­”©rNµ®]iX.]̇P8ÖÙÄ1}“„ùwîóŒQ>un¦Ÿ¨aèrÏI¸ -îU>u’;Á˺~’Û<[dÎ2†óŒ¥à3 -œðoË*™-’Íñï>wà܉ü÷ ãiRK¤”8¦a -|šþà'‰°±CIâþ¤ÈLn -Ûs›´¿Ã `KZ˜IhŇÑõ©|¨KqÄV£¾¹¬ëÌ&ióf2£}RJ',SLçE“ÌRDcLhÎi9¢K„çpÄØlos‰A9ÍE%»1óíÈèÜ‚šm±¹ÁÌDï7™•HÆtÆä«”V#O± -!˜I˵[ªí¹Å/Ž}ýììP±þqcpT+®4¨4q¦ZÝq +xÚµZ[sÛº~÷¯ÐÌ™I¥™ˆq#ÙétÆMœ“œqNRËíKrh’xB‘*I%q}À‚")Z±#õEqYì.> +R/Á$Ù\|úƒLRhûmB<…“o¦çfÂ…ôH$ œOÿ¼ h4éÏÃŽñQàñˆMæ Ì/<£ƒ4ù4„L¯Ó¬Ñõ—o|âw$0ܦU5c/·q³¾lÊË:M’ËT}Íu™I¾KÕå6K|i~Ãe¥Vµ·¶{Íýláé{‘VìÝZY_}&„æX^–Õ&nl9«í³Vùr®f¾˜~ßæq7eõ0“búÒ6ÿ¹«q@œ¦cÖþ¼¿¨<[ÎæìOÕ2+Tú™¼¾þ÷»W×ðâk)Ã42` nü­æ­ÿ>bø@†³¬q¦WÙju`ZÒ:D/3ŸL•Út}U—U£Ò—n¸Šk¥•¬4híqÁàz"Œ¬"òÿ +[W{Í÷æ©`xUnµÁÚ˜h©-lÊ4[šÊ*mEBV7Y±Â𢩰SYÙª¤Rq£Pš}jFÅô›}) å¤âTYQ«ªÁrƒøŽî±eU©kÛ V¬3d¿bQ»b#ðzÞúýNÃÃ!¸`Z9 ×$µÏÑ%,Êb[X]æÙ½]GÛùÅ û¬×ö¹Û¦àZϽºýÒQf°Ü#ú‡£ø»UI¹ÙfÆ[C|ŠÊè:Ð­Š«LÕ¶%žùS,¦ªNªì^¥¶cV˜ìy[­&¶pkæÒÝõm +tMÊB/âjW¡b3Ðr?£à,Ç9µ7±Çj&¦qVØn˪Ü`¤Š›dm«õº +!kO÷ÃÜØ¡Ž7Xr×®)ë«BgV€ ¿[Ú:—)†7 +F%:ÜÔ=îQ^jU -§55*ËÏ0 ýÛÖ­ã!¦®ni{ãOKXw Ï–prr ŸÂç®OYÈDmX^¨q9‘Çdà:·B§o´³bÔ±V¹^RHé÷ý…n<΂¸–ßwù{úËLˆiÝ?m03ñmå-ýŒ«6§³§Ë]óÁž˜ºPÝЂ²º -®Rû–šÐ_G¹úÝïE‘Ôæ[j¥ŽŒ”˜°*„6ø5Í$66àƒ—¢´óTj©*U$¨”áž´ï *aÓaóÚ°ó;Ö +÷Æõ7ÜÁpD‘9ŠîåJ´úçRgY™“x NgÞŽŽ¥:f# p$ @‰ß +VôI™$൞A`–ï(å7ôæ7CÌÂá!€>ŸšH’f§ê„Rèã®ÚŸm/ð9<5Ÿ˜ež“#Xš°ãùÖtdDà¨?‡GXL(z±üì0‚ Sv–i9÷õfíñÐaô33v’ÓZ(‚ BÅÏCÑ +¡ ? endstream endobj -2057 0 obj +2074 0 obj << /Type /Page -/Contents 2058 0 R -/Resources 2056 0 R +/Contents 2075 0 R +/Resources 2073 0 R /MediaBox [0 0 612 792] -/Parent 2024 0 R +/Parent 2039 0 R +/Annots [ 2071 0 R 2072 0 R ] >> endobj -2059 0 obj +2071 0 obj << -/D [2057 0 R /XYZ 84.039 766.262 null] +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [292.368 584.353 314.286 595.257] +/A << /S /GoTo /D (subsection.4.7.9) >> >> endobj -2060 0 obj +2072 0 obj << -/D [2057 0 R /XYZ 85.039 602.316 null] +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [233.641 372.846 255.559 383.75] +/A << /S /GoTo /D (subsection.4.7.8) >> >> endobj -2061 0 obj +2076 0 obj << -/D [2057 0 R /XYZ 85.039 582.391 null] +/D [2074 0 R /XYZ 84.039 766.262 null] >> endobj -894 0 obj +2077 0 obj << -/D [2057 0 R /XYZ 85.039 520 null] +/D [2074 0 R /XYZ 85.039 724.966 null] >> endobj -898 0 obj +2078 0 obj << -/D [2057 0 R /XYZ 85.039 211.846 null] +/D [2074 0 R /XYZ 85.039 661.709 null] >> endobj -2056 0 obj +2079 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F72 1221 0 R /F101 1502 0 R /F77 1343 0 R >> -/ProcSet [ /PDF /Text ] +/D [2074 0 R /XYZ 85.039 619.21 null] >> endobj -2067 0 obj +2080 0 obj << -/Length 2950 -/Filter /FlateDecode +/D [2074 0 R /XYZ 85.039 601.244 null] >> -stream -xÚ­Z[sÛ:~ϯÐÛÚ3Ç,/¢.û–ÓæÒ3ݦ›¤Û‡öLG±•D»¶å£K“ÌÎþ÷x‘DIvÇzEQ -¤o7vêX­m-Bc/¤kÕoh'åXš÷sèäuc’¦Ôõaˆïz«Q%âJ¼›ž -Üãšì4à HÈ};¦&LÐç±JŒ‰`Ž‹¥ébÞtæfQ£@oE -®Ì|ß ÚÊsè!ºã£k|&)‘¡ïjÇÍ:BÙdê×Þ5Ih”›tžý ”Ïñ9h…FäEÒ¬wiï¨ÕHômSä7Ët¥´O: -H:$(î<ݸ<;2›¨¹Ð›¨„¶ô b`Æ/ûNcP£ (ñº1 €æ/,ÒPc -aÌ€,i*CÆf®€aM€ÈïF†Ã=´uP¯Y5R¤¡°Z;{Î zˆ"—}°›½ÏU‘ô ì"zìÑg𠤹Æ8~„«!-çE¶Q¡È@Lƒ˜{i€WÇ$ÚMb'^5 -G/µå‡àqâžÓåʶ#û -endstream endobj -2066 0 obj +898 0 obj << -/Type /Page -/Contents 2067 0 R -/Resources 2065 0 R -/MediaBox [0 0 612 792] -/Parent 2024 0 R -/Annots [ 2062 0 R 2063 0 R ] +/D [2074 0 R /XYZ 85.039 559.799 null] >> endobj -2062 0 obj +902 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [359.417 446.75 365.594 459.514] -/A << /S /GoTo /D (Hfootnote.21) >> +/D [2074 0 R /XYZ 85.039 349.976 null] >> endobj -2063 0 obj +2081 0 obj << -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [348.389 303.288 354.566 316.052] -/A << /S /GoTo /D (Hfootnote.22) >> +/D [2074 0 R /XYZ 85.039 107.263 null] >> endobj -2068 0 obj +2082 0 obj << -/D [2066 0 R /XYZ 84.039 766.262 null] +/D [2074 0 R /XYZ 85.039 88.674 null] >> endobj -902 0 obj +2073 0 obj << -/D [2066 0 R /XYZ 85.039 724.966 null] +/Font << /F75 1294 0 R /F48 1183 0 R /F101 1518 0 R /F72 1233 0 R >> +/ProcSet [ /PDF /Text ] >> endobj -906 0 obj +2086 0 obj << -/D [2066 0 R /XYZ 85.039 289.714 null] +/Length 2644 +/Filter /FlateDecode >> +stream +xÚ­]sÛ6òÝ¿‚oG]cŸüÈÃͤ‰“¸“«s–ryh;Zb$^%R%)«¾Nÿ{w± DJ´bEÒƒ.€ÝÅ~a ÷¦÷Þ]|?º¸z/fq oôÅ‹ ã*öB0c¤7šx?ùš…lpiîÞ_.¥áþÇ›×"pÍÛ»v +é[<4>ß]¿s ‚žË¤ª¨UänÐýcíZÅ—ù?s.˪¦—–Äà-)"ò§«Eš×`{ÊDþh–9ÜÙbY(Íü³R +B¿Z¦éÄÑD­âÇbEEòH¼¨qÙŽi£A0Ö„h™+»L£€MKZ_ŠÒ56æc_×Y=£V›Ýª™žÔM§Ã8NæsË¢‘þC–tqÒÛ²Èò:-É:´_€¬Êu¶eÉ5¶’ƒ'ahY ÷ÃÕòî:­öS Eö³ÎæsjMSg…ó¢²²#ûT%ÓóÚÚŒà¢kgR0» óPd°â€“K8£û™ë$xo‚šm£Üð¢?-P*‹îB®l‡aqA µsüZ¸Ù‚“Õ"¹Y1w¼Yac^¬Q"ØN‡(VË)a c¦d-ä!l“ºrfÆ“*:í + RŠVJvc¡Ô¦Rêâ"ö¤ôŒ8€„7¹á°UVÇ$x`iÀ¥™tŽXÌök<Ès×â<Tãi:T'à‚Yž´L»%Ú}v4Xqlô7°³¯ @¡•þve Ü +´:Q¡Ê€2¢ÓD‹Þ€+†lÈyAD½Ïêê€bÏ@]IÎ"%»ÔmŽþ´&»/|@Dñ‰Â‡jÄ(s¢ð&9_BÀ–‚–ßœ|Eúg ¯ 4Q"ê’wg7o>¼üŠŽf`_€BFñ = +w®ŠªjŽU3w(×s~{ï2†<Ç$îiÍù¾… Jž>á– ªö·q©þMS’}=‘•7¥æ¦Š³BLˇlÜäªÅ +2,÷‚õ”TÚ™Nª“t<OÊ&i^UÛ|¸·XÆ2á™êåg–¾RƒœÂø@éÛWóîp&d{" >Óð†óó¦üÝ/½ÝàN©ñg_¥|jQœ÷H1ë•› +¸Úq‚ ÈW‹{ÈŸ!²9_r‡FЍ9"ýc©ƒVã0Ûór¯g8"V,Ð' ØÅÁ½K*ˆ£‘ì‰pˆ#ÒÆ˜E‚$ 1]ûäZ ÆZAØjKu'¬ÙÍö[Iv£šÒ,0a—äMW-ÿµG +é&öxQ`:2gasÁ ÏfÆ^M&eZõ­¤=.?ž³ Ò„ßn"„$`Qœhgày¡81çkìL–»¨ÌŸ¶³sT bÑ%yw=¼mÎÌWMì |(@’¹ÃÿƒÛß:štú‡òDõÃN­Lxõ Ãbí2Lñ´úÏAR„G‡äû›wï]¦TfE™Õ;»BuÀÎÀÔÆÚL9[ˆØÂѤ{l.h ¨G®Ïc PŽ7G¸òiS8EÌUØ¡øáv Œÿù›á lmŒ¡ÅÙ‚8d GSÞ·…8f7ǘÂ>÷€#Ž”I(QÂö¢ŒÃæZ’cxOª*]ÜÏé®d¸ @7xg€ +ò rÌ(ì½NÕWË(Ã$W +endstream endobj -2069 0 obj +2085 0 obj << -/D [2066 0 R /XYZ 99.386 121.542 null] +/Type /Page +/Contents 2086 0 R +/Resources 2084 0 R +/MediaBox [0 0 612 792] +/Parent 2088 0 R >> endobj -2070 0 obj +2087 0 obj +<< +/D [2085 0 R /XYZ 84.039 766.262 null] +>> +endobj +906 0 obj << -/D [2066 0 R /XYZ 85.039 109.356 null] +/D [2085 0 R /XYZ 85.039 724.966 null] >> endobj -2071 0 obj +910 0 obj << -/D [2066 0 R /XYZ 85.039 95.907 null] +/D [2085 0 R /XYZ 85.039 420.26 null] >> endobj -2072 0 obj +914 0 obj << -/D [2066 0 R /XYZ 99.386 76.39 null] +/D [2085 0 R /XYZ 85.039 271.563 null] >> endobj -2065 0 obj +2084 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F77 1343 0 R /F101 1502 0 R /F127 1834 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F101 1518 0 R /F77 1355 0 R /F127 1852 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2075 0 obj +2093 0 obj << -/Length 2525 +/Length 2801 /Filter /FlateDecode >> stream -xÚ­ZësÛ¸ÿî¿B37ÓÚ Æ“\|3‰"_|µ-U’s&•–h‹S‰TI*Žû×wA -|Ü¿ìG{ƒyë¤M¨Çðqçó‡þ¨;P7¹~ð¦wÂaMw¨¦{7ê:¼í›Ç»Ÿ4¹\Ùët‡ÃÞ`xò}ôÇQwtôß#㩤ÈuÜÖdqôõ;nMáÞ-Œ˜ïµ‹•‹¾€ñ¼5<úǶ”¦-B_èXiMàŠY¥5qA+ŒA©$þ†1}X¥A%±õc”gRÀ³ îÕLˆ[mâ!ÇSd6>y'Ÿ,Fß°ÀÁ<KÔ¿ÿÄÉ ÇzY ݯ²0ƒ•Dý†L¨'JáTͬ²(~PÃ$Ö«’{uÍOüSa>K¦Ù»ÂÐÆB-â öhЊ -¥È7J…½êk[`‹Õ/Ë4xX¶P•žY¨%ÉÂIa IMù5}h©Á  « ã"§ÁP’!§ŠÈã,šÌÔ0ÒvÒœ—ix¦¥-”ŠÚ’Iª0Ó²€u¤ÅÌÓËÀ>ÝŸÁb9mØëÙÁ¤5ˆƒ¿ÛŒ!ÏÕð)máàÂ÷уwúø¼wqqÚv†ç½y=¿êŸ~ì -*ã±4è†ež#̲¿*‚A<ÝA™:ˆr§¢äèR*4È.’i$¦™t-wG³0òžŒÍÜ4üL‚<œêåý$Ë¢»y¨n'K ]½6›%«yñ<SÁsn>…ÓJ#é,pC‚Û.[‹âûdk˜FúÖS²J -¨œ)t÷=0V -X[&³û"ŒóBo˜PN“wb‹€«“¾O‹*çG{l\À6¥ŠÎúY…†‚Þr•«¡B3È”¬òrRÉ—mÊŠAMæAYˆ™]MÃàeþ²"_Û/ü™‡©N0 -o;QÞâ[¼Å+Æ:{  ìØò?Kÿ4 -Òדš -†–àˆQ·L:9n‰âC0.ò³c¼#„ÁÔ‡f×khKvðxRJÛVtGø‚'‡ZºaÛ~;‚÷m\¸Š³†yWú§j–òßúÎ[œD¸Ül½«åÒì)wO¹ÙG£ÝLÅ«»;s˜`6_ü“Ƨ Q%²ôû_˜&ª!Ù’"^m‹õðb7‰fx¯{ÑÐ"9TŸ?tVi -%¶¬µ -Í­š[émÔ,õeÕΜÙyÔÊv×ò‚¢üŽdLbŽ(Xl×Q7ÀŸ ¶!‹©Ç˜„øà|¿¸¦M!^‰/ŠJ¸žÅvU%¾Ô‚DJ\D Z5~Èb0˜¯6ð¦C¾ ÞÐ -ð®2Sæ6NØïWñ¤|c·Á¯–Á@‚ûì5ÞZÔæ@³Ãj‡¬U=®Kû)”õæõp£¢·¯ÍÙâ"˜¤Ifhçiõ‚£þ޶<Õl¼ -»l><î&å( +xÚ­Zësâ8ÿž¿ÂU[ukª‚"Éï½ËUeyì%! ÌÌÕÍLqp-Øœ›ä¿¿–%ù…a‚¿H–¥îVë×­VËX[hX»>ù4>9»r,ÍCžMmm<×\ aÃÓÓF–EµñLû¦›ÈA®ec}|Óït©…õÇÛ±eu0ìðO.¡®õÞÍÅã¸?M9ðaÐ1¡O$š¢}~TÃû—’Ü÷ôú£Ñ`8êüÿ~ÒŸüï„€ÀX#¥€9¶£M×'ß~`mß~×02<W{Î{®5Ó²ö,¨¯´ÑÉ'¸:iÓm™4bÒ“Ðÿ³C°Îf —‡õt$Ps=ýZÌ¥C\} ¾a’ÆÙ4 +5Xô׆ò‘0p1]±ðR‘_—Lòg¼s.êR$¤lÓ,Ž¡çêU-4ÛÚ&6Q¬DÌÒhí§ÁÔ_©‰€LŽÌ¤Ac­VQ‡Zús!Fœ£|$ Eò[mÑ5‚Lðù]â"â9b6ß)µê¾u-Œõ¯Ãþu½ãßCØ&ûŽÆÏÐ/r8þ<:ˆÆ§Ñ°}Ý?Nîr·üŽ-¬ZîÔÍj;éå +O@vpsƹ~ÁçIv”òÀë@7•É×<v©~wÒeC;oá´‚´uߌæ +6"ÎÇÐNM„ɱF &¢ oê Ë +טfùÓéÚ°‰òÚ <âíE>mçeËø:*X—a7¡|{õ|ÙêV!â†æçᎨ¬Ù:Š_÷˜Ê»U°sj ÷£@6D‹º +ˆƒ#5e’o¿»~ ¶ +èU¶xÐÀ³ +]pŸº˜ Qï=âóÁÕÕé`Ôxy~÷xúi0äoP|9§Öé×Ë1…âqtN¨{Úë=ÒûÏÿ†Æ¶<ÕNn£ñ—¡S‘¾†×®”žxà,Þ¸Ø6Õÿ+ _W„a!Ï-àd¢N +…>²â—‡rò{¹âùô-WÚ9mþsqU_'Åü”B’5 XÝçGÙbÙAý& +Žª‘NñG nû£7þ()\7*tQªk ìºùE±aU¯\Š(õYóW’–ù×~Ýâò¤iÈß'XC3êÇ$Ö õ¶~u¨]0Ÿ,e·‡Áϯ¸«ÜŠºöF;vØz ‚]ÔBT¤Gš®àÿ肵 endstream endobj -2074 0 obj +2092 0 obj << /Type /Page -/Contents 2075 0 R -/Resources 2073 0 R +/Contents 2093 0 R +/Resources 2091 0 R /MediaBox [0 0 612 792] -/Parent 2077 0 R -/Annots [ 2064 0 R ] +/Parent 2088 0 R +/Annots [ 2083 0 R 2089 0 R 2090 0 R ] >> endobj -2064 0 obj +2083 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [247.021 673.245 268.938 684.149] -/A << /S /GoTo /D (subsection.4.7.6) >> +/Rect [359.417 675.985 365.594 688.749] +/A << /S /GoTo /D (Hfootnote.22) >> >> endobj -2076 0 obj +2089 0 obj << -/D [2074 0 R /XYZ 84.039 766.262 null] +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [348.389 539.435 354.566 552.199] +/A << /S /GoTo /D (Hfootnote.23) >> >> endobj -910 0 obj +2090 0 obj << -/D [2074 0 R /XYZ 85.039 724.966 null] +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [247.021 302.843 268.938 313.747] +/A << /S /GoTo /D (subsection.4.7.6) >> >> endobj -914 0 obj +2094 0 obj << -/D [2074 0 R /XYZ 85.039 452.448 null] +/D [2092 0 R /XYZ 84.039 766.262 null] >> endobj 918 0 obj << -/D [2074 0 R /XYZ 85.039 433.789 null] +/D [2092 0 R /XYZ 85.039 526.249 null] >> endobj -2073 0 obj +922 0 obj +<< +/D [2092 0 R /XYZ 85.039 354.664 null] +>> +endobj +2095 0 obj +<< +/D [2092 0 R /XYZ 99.386 99.673 null] +>> +endobj +2096 0 obj +<< +/D [2092 0 R /XYZ 85.039 87.487 null] +>> +endobj +2097 0 obj +<< +/D [2092 0 R /XYZ 85.039 74.901 null] +>> +endobj +2098 0 obj +<< +/D [2092 0 R /XYZ 99.386 55.816 null] +>> +endobj +2091 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F72 1233 0 R /F77 1355 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2080 0 obj +2101 0 obj << -/Length 2945 +/Length 2348 /Filter /FlateDecode >> stream -xÚ­[[oÛÈ~÷¯Ð©XMæÆËtÛŽ#'^8±+)ÝÉ" EÊ"V"U’Š×(ö¿÷Ì")Ê–B>‰Ïå;ßœ93âÁã -µºØØ•aœ¢•n L×U0¢xø=N¥EnŒ ²`ÚV -ùu:y¯;|ÅŽ +ň+Vm.‰ç Ÿ1¸ H8޶öÛ·'P"} 6-®qŽ8H1®ý>"xÉÎÏOò@… -® §˜ì]¤˜êÞ - ™É@É*±Ì'›n™ìÛ–Õ´³ã¥Ê­›òo­_iŽÉXóU”EÕ¤çECâ>w:uZ2+A«ä²è͉Ê.ÉãÇ$2à ì7äÔ¾Èø.L]0 ÂCÔÕôáíãÛ4?ì–?퓇î#ç{Ø«>¼Üæa„P•&®D“('¸ò½ÍŠ¢Ì?ÅžsñÛù|[« -QR.Fd±»[¶¦.Úöù*Ý­ìD®ŠÖ*3ƒÊ‡H·ú' $ïä -eÖþðSªofAòÙŸ"áÓ:«hñ»Ê ÿËi•Q> Ó$Ò-yª[”I²AUÿú–qXÞgÓEP˜>¦3ß×%ºÝ" —KâÈUÁØa|.ÙK²–:*bò¿Š˜¼°¼l‰ƒ¬ÍŠå¶-X¼wšÑRfkãWKÜ)M<K§Qš”astm£ÈL¶ºÚúÉ,ñueôq6»B†¦9*fœ¢–ú·VÌT3¯ÁúõJc®ä1Urø×òšküWôÙ݆”Iu@”åún¾ÛnÓL-8¡O “ÝæA–™ÇåòÀÈvÛB7çé.ƒ¨K@<ox©ûè‘\} -8’KFsltBŒTQ’´-Oâäõ"¦ ¿ö¦¶±D.]),î]ïå& 5ˆrc¥&C>+s®CÙK2°]i‡{2B ßa -Bo–&¹Š{eÁ{°9D ÇŠ^ÔËI Óºþ0ÊY¼UUéjêÃÒŸüˆòª ù¤û©yÎ;?ÆÁkÆ{± -_3=Û¿Ó:»²ï‚±¡¼A\Þò>àÖK½CFŽpk”?šð{Pk_Ó«tþåÏ5èñÝ]²„?€rzõã»ë²#Å|MïçÙ¥= &1Ì¢EËŠ§šäOáùki®ð%Ýhîq¨ÜÜ^xîùˆÚ·228óÓ£ Ø>ô×GžàuÅJ©~K.ãaòÑWŒYµ,=…øg[xÈüœ,©€î^ ~ŠðÓsI]qƒûE$ù&>½žéªe=ˆàN·­{âÂD†{Ùº'®ƒ|˜«¬?^Ðô ·d}U±RÚ ë϶ðõ=8Y²¾‰®zÃvœ÷=¨–ïqªAk[¶sþè -£v6B¤L‹´xÞÚ´°L³òLA^9]nifån¥>BÚÈ6N"¬¢ ÜÁtÝö)TOˆìµëÔhÕöiA~yJÙÃ|àXóüÜ=1š…Í#ì¹<Y/Ÿí¿ýÛðU„ë8y4‡Sã¶=çQ9Xª>50XØSø -9†±îz¯C.ósrkm 9å^WȉÇu( CùZϼÎuh!Ãÿ§¯ +xÚ­Z[oã6~ϯ°/ñbÌð*‰ÓÙÙl¦“bÚdmúÐ)Å–camÙ•äd¼‹þ÷=¼èBYö$±òRu®ß9<$½G{?ýsrvñ1žDÒ§¾7™{¡@˜I/à>‚z“™÷û9G …Ï'Ÿ®C*ðùÝÍñm÷v4P¯CBC†Ï¯>]ÞM®Gæ%·þz;à0çzl†o5íøË]ùùõ¿,¹‘šy{u=ߎƃ?&?Ÿ]OÎþ<# 0öH- ExÓÕÙï`oï~ö0b2ôžõ̕Dž°Ð_z㳟aGiꂤֱ֚@‹Y­5 A+Œ}¯Ló9yÈ¢,‰s%¢¦W{C"?lBÄ’Q:‹²™!ssqkMQdžÇÑÊRäáAŠ7©ù¦XÄ–{ИKâB©­çæÅ,Y£EM*¥í<EËÝmlïãÍgëî$7í,þŠ1Mc+|”¿×*-[¶ & +°mQÀ¹™øwýÂxËkŒ+ñ~èÐkHG" –µÙd¡•A© ôª­» ÁX8`oÚj³ŒWqZh½aÀ8M½IÆIøÑôgñ€Šó§dç\ÐóËe¾n}×hÐô6ÛÂtaØÈ´ÞÕ ‘ODCÂØDëeqé£é¬‹  ƒ—ù‹r$qàÚ/þVÄYj¼¥¡½î`äEÞR¤Ú]Þ0d +ÊÉiñŒ!¯…Ái Æa¨–ÈX•!mv<Å}0P©qæ2ÆøH÷ÁT2$–¶äH +rº=°WIW„Ôeÿ +ðnó²Öm³Ï·éTù¿Zþ}S…ìU…Ãáʶ™’ÈÆQk]”Ûú~µ}¢Ô¬ qà»<a\EÓl»ÇÚEMÚ\s˜½»y¶Ù:*¿i¼L¦U/‹²ÝÞŽ#qþ-)7\õagå;µ·dµS‹µiŸ"Ü¡8š.œEkÅûIýs̨.Áʺyc_ÔÜàt\KÁS‰Ìûû¼ºsºßæQVÜo¶EyÓ Ò*ë K³ÝËjeJÿµðmG‹ã%EãHæ€ÜÃ’§ßï•ç›—JϤ<Aúzay¡àŠc÷ˆÉB¨ ª+¼ÙvµÚ¹x«|_|_“ku²±/òM<58+-M«+Ž£… +"®./2jÐ嚃JÒ)XFRÂú«¯Òi× +éÖ>m³HïÕ†Rë«–2[(v‰•«Jj0²SÑ€ª„›>ZI‹Ü + ¦ZÅ…Ñ„UD~]ÿd&¨U$)J*–\÷¥Ì)s“Îýý30QºuÞÎpŽxPEÕÄæœÝ³ê‚‘Õò…Ô- 7ù “F΃˜Í!C endstream endobj -2079 0 obj +2100 0 obj << /Type /Page -/Contents 2080 0 R -/Resources 2078 0 R +/Contents 2101 0 R +/Resources 2099 0 R /MediaBox [0 0 612 792] -/Parent 2077 0 R +/Parent 2088 0 R >> endobj -2081 0 obj +2102 0 obj << -/D [2079 0 R /XYZ 84.039 766.262 null] +/D [2100 0 R /XYZ 84.039 766.262 null] >> endobj -922 0 obj +926 0 obj << -/D [2079 0 R /XYZ 85.039 499.478 null] +/D [2100 0 R /XYZ 85.039 724.966 null] >> endobj -926 0 obj +930 0 obj << -/D [2079 0 R /XYZ 85.039 328.251 null] +/D [2100 0 R /XYZ 85.039 708.135 null] >> endobj -2078 0 obj +2099 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F77 1343 0 R /F101 1502 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2084 0 obj +2105 0 obj << -/Length 1821 +/Length 2712 /Filter /FlateDecode >> stream -xÚ½ÉrÛ6ô®¯àL/TÆb@p“Nf[‰¦vj)§$£HHâ„‹J€qÔNÿ½EÒLœôЋ -¬Ø‰CZ«­5äÅVä‡N`k•Zl߉œé,‘½ºZLg8@ö»ë 7ÔÛÛ»©8šÎ\<÷}quþnµ¸S‡¾¾xs;õg±TàÛµ.ß¿3×—šÜÀ¼½X,—·wËé§Õ›Éb5ùsâ‚ÀÈrOb' -#+)&>!+…³7r¼xnÝKÌÂòƒÐAq -ä B›–©’‚ﵬ)MrRžU¥TÛ!FÆ„'{ -Åè<tÔhÜëº#‰ßN;ÏÆŠuì¸ó¶X/4ÉLJÚÎŨÉSS‰L·U…R(eÃo½‘BÇ’=-è ùÍ0ÌQ¾ß/³1F'ÝŒËJôCN’þœn4ÍNçóS' | b;<èÙ¢Ö<Ñ· ’)’î|·K‰“ÝT;jm7Ò -Gf7˜ë°±kgœsçöŽòþÌÒ°Ñ®>wßo žz‘M¹éH´€{‚Øo[»`8öØM]‚NŸ*j± P#ÇBQdœÀD¨éÝFv„úüh×U­jøJ(˜؈„Âìs'Ô„¯Ú)ïX5&ªÛ€€±X»“Uf‚ØÑ’Ö&¸àÑŸ’ª8dyë%Ð|W“BcÝg\Ï¢ËË‹‹§¢Å†ÎHšŠ* -/àJ}ÇÕXr’|6ãâ_ôQ%W2P="h+R’4¹°˜çÙLS‚3IIE"𽌀Ëy ¡¯¾7GN™N -ìÛRs/¦9›¢àºØ¸–Í3¹!a‘#DßB=îÈÎ;i‘3“yíõf`O$ãàÍ3ÅGê‚ãöyàéÌ3C^BËN´ÕQÃÈŽö™HËk¢×$Œ:ÕÓµeÀ¡ÑTZÍS¦70›c°F=…ܶüF ë¿\ð hÛ§L­:Èeô™z$¹m%4“Ît±}½UçmNÑ2©š’«àÊ É©IŠ<ký gm±Þ@´ ÅlK ô&×H¦dIá´@^XaGkv6¦<WÁÎSbá9øVŽñŸ•Z™,ŠÊÁ -Ǥˆ8Tî©AT!hÌ"ìkV4…úI„ƒP}¨Ä -xajb'ºE•Ò\¤”öêÊðÞ¡¦zeÀM3"ÒFÓÐo -+ÀMYRQ&I}TÇ-•È–¬…‚øWMTÙÑЖuè8øÏÅ&ûâ©Ešâ+ç°c÷Až1>˜É0¼]PÃG8>Ö˜÷«É¿L¹OÌ +xÚ­[[s£È~÷¯PU^¤Ôª‡¾Ð@’J•Ç–ÇÞxlÇÒ&©šÝra YÔ"Ðïüûœ¾!n²…á Ô4çò¯‡æÈ½Œ¬Ñ—³Ï‹³OWŽ=òÇ -Ö#×FõFãȶÉh±}3ä ÉÔæÖxq=›L‰mn.0×§÷qi2ÅÄ¥Öøâúüa1{T™¾ñî~Â`Îl®†ïïÔqþ˃¹}v©Å=Š™÷³ùüþq>ùmñóÙlqöǃ­>HÃÑr{öí7k´‚k?,D=wô*gnGÌæÈòl8Fó³ŸY§I‹ÓŽ=8]DÀ-˳Ò0ÎÃøE¹ÞÇË<LâLØ÷銹%aÖh +÷qW‰)µLâÜáùËÕ1Üî¢`À%!P%kuÌ7:Ù íëéz‚áÆmý¨Î+Ì´)LYl‚TßL°=þ3ÌòšÄuEÉ„ØãצS“¨¸ÌñÓ¶pÉOÂg9£)ÁˆÁQzü™)8Á±}œ…/q°R¿À~u’)_~µlk¹ñS¡j„=Ð)FcJÒ_åyŽ;* +¥ÿÃLÙx•ÄÉ5"MûL,/i‡Åep6Yú¹ž£'³q,ƒ,óÓjÜ §kbÛcQPv—˜%Ø7Ác1ñ[FLœ^¶DŒBÖf¶ Åz×, ¼·ëÑ’fik}íWžþVaF1jW1;„ +²eîd]ÚÐM\†þˆö² Ž@ÙOd:§+‚”ß°ð†0aqâuÀЦ1Ïé…¡!2ˆ°áeç£DV2lD,Öo18P€0oÅàpÄ©®Zç7_ž?]hÅÜCÜÆUµæíô³~…ÛÈg«zq+ràñµÑÙ¬æÚÀ³bmÔÍÞX(¦‚kÎfúÿë§«ÛóùµBó5 +ò×1ý|qûýPM=‘OݪêÏûÌÐ<‚©Øó9…ç=5<ìmïAqÊÈ D‡‚؃Gf™èø(ÑÐ[½¬X*íAôÎv5‰>€kÑë˜ÞÂ;€5þÏåd@=u©Ü¬¨¿UÕ¹‚ò»xL¢Ü7OÐ$ùe~:ý{àlè"0£ýèOmÀÙ„þ Ëvì +ýÉQú · Y±TÚƒþíjÒ +ú×1}€WñãÌ@3…²™³¨J?õáíZC™E¾X +%çÃU°ª6[Èž endstream endobj -2083 0 obj +2104 0 obj << /Type /Page -/Contents 2084 0 R -/Resources 2082 0 R +/Contents 2105 0 R +/Resources 2103 0 R /MediaBox [0 0 612 792] -/Parent 2077 0 R +/Parent 2088 0 R >> endobj -2085 0 obj +2106 0 obj << -/D [2083 0 R /XYZ 84.039 766.262 null] +/D [2104 0 R /XYZ 84.039 766.262 null] >> endobj -930 0 obj +934 0 obj << -/D [2083 0 R /XYZ 85.039 287.815 null] +/D [2104 0 R /XYZ 85.039 724.966 null] >> endobj -934 0 obj +938 0 obj << -/D [2083 0 R /XYZ 85.039 240.617 null] +/D [2104 0 R /XYZ 85.039 553.187 null] >> endobj -2082 0 obj +2103 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F77 1343 0 R /F101 1502 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F101 1518 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2089 0 obj +2110 0 obj << -/Length 939 +/Length 2102 /Filter /FlateDecode >> stream -xÚUÛŽÛ6}÷W(ÐJEÍ%)Q—yhovÓÔÞZP`ŒD{…Z’+RÙîß—äP¾´Nú" -§”e fw??¬ç+ØŒýÁÅ2ŒÍ¼ -,»íµ¾¹p_ŸMÌÌô±*üpb~8­ä®if\Tlj´ÍÕRiõõ¹”ægƒ‰%§wÁˆ0˜XBƒrè{ÙB#Ú - +xÚÅkoÛFò»…€®TÑËåK¼ ¤¶»M휥 +‰Ç%f,Á +˜·iö3ó•ÿ¦¾(äÂ8ª€m0$Ó®@ù¾£™œJˆÐîŒÿ<×Ú¯ž[¥9L +ðŒÓÊE‘÷v†3NÖˆa»e†W#Øtecæ4j`«ý✴ä(`8bINÁ®jͶ¬é«MB$㎠+qLÀ·ÆÈ£`„/¸ +0©/}:oã5Uç<STQ„óá@ w¶k³ö‡† -säÄ=ÆQÞlüu®m%„Ö¾°nÒAô=Æ““±º´ÀO¾Ð°Ÿ¦¿©€Í¸þÛ¾I·ej‡Çj“oiýãÝý|ñÍÃÍÍç²ÓpÚ±æZíeRÄÿœYˆ 6ψ¿å’üÈðݧTÃ[3Í/¯îoî^oY¥ +ZCte âD MÆþŸLæ /ë†Ýé–‡î¿ä8vcqŽ +ÎÀñÈ%3kt¼/ƒ7/ÏéÙOBˆùøXgsÓóG‰ðGhH”&J_AÂB·‰éxÓ Â<j*³ Cav>î{æÓŒÈW +%ÁÒlqño endstream endobj -2088 0 obj +2109 0 obj << /Type /Page -/Contents 2089 0 R -/Resources 2087 0 R +/Contents 2110 0 R +/Resources 2108 0 R /MediaBox [0 0 612 792] -/Parent 2077 0 R -/Annots [ 2086 0 R ] +/Parent 2088 0 R +/Annots [ 2107 0 R ] >> endobj -2086 0 obj +2107 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [502.651 525.673 517.096 536.577] +/Rect [502.651 95.91 517.096 106.814] /A << /S /GoTo /D (section.7.8) >> >> endobj -2090 0 obj +2111 0 obj << -/D [2088 0 R /XYZ 84.039 766.262 null] +/D [2109 0 R /XYZ 84.039 766.262 null] >> endobj -938 0 obj +942 0 obj << -/D [2088 0 R /XYZ 85.039 724.966 null] +/D [2109 0 R /XYZ 85.039 505.001 null] >> endobj -942 0 obj +946 0 obj << -/D [2088 0 R /XYZ 85.039 705.852 null] +/D [2109 0 R /XYZ 85.039 457.803 null] >> endobj -946 0 obj +950 0 obj << -/D [2088 0 R /XYZ 85.039 558.281 null] +/D [2109 0 R /XYZ 85.039 297.031 null] >> endobj -2087 0 obj +954 0 obj +<< +/D [2109 0 R /XYZ 85.039 276.089 null] +>> +endobj +958 0 obj +<< +/D [2109 0 R /XYZ 85.039 128.518 null] +>> +endobj +2108 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F101 1518 0 R /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2098 0 obj +2119 0 obj << /Length 2402 /Filter /FlateDecode @@ -11110,20 +11352,20 @@ xÚµÙŽ ИÍ3ç?[l«‡—hb‡¶Õ÷P+2+~kÞÍ4WìrY椰¼Tn R”Ä,P¹¤qn B'¡a*‰l_=ŽT‚>ïoþMÒ¥Ý ÜÞë8xÖ&àÀÛ—|N)Ú‚ÄhCÚ&˜U•²ªæ„d8d­[ Ÿ”DM˜ l™ Kkpv1Ïu'Óµ ¼ðØŠá9$!~èl·†d9¶o-°Å`wÍ?•q%ª´á39”è 3„<.”qUÅÑ»£1•jHÖ0r˜NrÀX‰–Äê1M¦õàÉTÙŒqÞ°lõ`z„‰§Åž#+­Åkîšq|’P\Ÿ×ÿJç¦Dèð‚ƒÃ¼EèË6'SÔQëb^/‹S36‰6ͳÁ.[ÇF ÕiL£µmne7_4)&n¼– ~À›{}4Úýˆ®3tå -< +< endstream endobj -2097 0 obj +2118 0 obj << /Type /Page -/Contents 2098 0 R -/Resources 2096 0 R +/Contents 2119 0 R +/Resources 2117 0 R /MediaBox [0 0 612 792] -/Parent 2077 0 R -/Annots [ 2091 0 R 2092 0 R 2093 0 R 2094 0 R 2095 0 R ] +/Parent 2088 0 R +/Annots [ 2112 0 R 2113 0 R 2114 0 R 2115 0 R 2116 0 R ] >> endobj -2091 0 obj +2112 0 obj << /Type /Annot /Subtype /Link @@ -11132,7 +11374,7 @@ endobj /A << /S /GoTo /D (subsection.3.3.4) >> >> endobj -2092 0 obj +2113 0 obj << /Type /Annot /Subtype /Link @@ -11141,7 +11383,7 @@ endobj /A << /S /GoTo /D (subsection.3.3.4) >> >> endobj -2093 0 obj +2114 0 obj << /Type /Annot /Subtype /Link @@ -11150,7 +11392,7 @@ endobj /A << /S /GoTo /D (section.5.1) >> >> endobj -2094 0 obj +2115 0 obj << /Type /Annot /Subtype /Link @@ -11159,7 +11401,7 @@ endobj /A << /S /GoTo /D (subsection.3.2.1) >> >> endobj -2095 0 obj +2116 0 obj << /Type /Annot /Subtype /Link @@ -11168,23 +11410,23 @@ endobj /A << /S /GoTo /D (section.6.5) >> >> endobj -2099 0 obj +2120 0 obj << -/D [2097 0 R /XYZ 84.039 766.262 null] +/D [2118 0 R /XYZ 84.039 766.262 null] >> endobj -950 0 obj +962 0 obj << -/D [2097 0 R /XYZ 85.039 724.966 null] +/D [2118 0 R /XYZ 85.039 724.966 null] >> endobj -2096 0 obj +2117 0 obj << -/Font << /F72 1221 0 R /F48 1171 0 R /F77 1343 0 R /F130 2100 0 R >> +/Font << /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R /F130 2121 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2105 0 obj +2126 0 obj << /Length 2985 /Filter /FlateDecode @@ -11200,20 +11442,20 @@ U Tk`BêÔÙaA`ËôŸ6Lã¦ß«¶Ê—Wǃr]bç²#ý¦¢ÀSÕ[U˜!ñ І0ÁzÈ\«¬a1xxHÚ¶¥ Sl¬Bþ†3ó“Àå]P'æKϤ0_øV‚‰°Éfº£'µÀ7Íg8Eù Gv|”`åjuSüÄ3ïØû‘÷œ•Õ±eÅ´FÏ@ÜccPÃ9I³Fà®Üx¤7>+3ç$*ÑŸz»)›â˜›3õkè•,ì¾ÂùQH’«BÒx»…šö¹/w{ ÜUè¸Ívªp9<WðÇÈCJ“ﻡˆ‡ú^îxý´kàz14ÈOƒF`½w=‹eí v&iã -“õÑÜWuËì“3 ӊâLfJ­Œ«wDåéÁã6S8½Ý‚ù’¿E¯Ö4´êwX¼°ãÄ%½Ó2_¼J Plhnðáf&êadû“½0P™1o0n‰§Ü©ñØÚF^ÂF +“õÑÜWuËì“3 ӊâLfJ­Œ«wDåéÁã6S8½Ý‚ù’¿E¯Ö4´êwX¼°ãÄ%½Ó2_¼J Plhnðáf&êadû“½0P™1o0n‰§Ü©ñØÚF^ÂF endstream endobj -2104 0 obj +2125 0 obj << /Type /Page -/Contents 2105 0 R -/Resources 2103 0 R +/Contents 2126 0 R +/Resources 2124 0 R /MediaBox [0 0 612 792] -/Parent 2077 0 R -/Annots [ 2101 0 R 2102 0 R ] +/Parent 2128 0 R +/Annots [ 2122 0 R 2123 0 R ] >> endobj -2101 0 obj +2122 0 obj << /Type /Annot /Subtype /Link @@ -11222,7 +11464,7 @@ endobj /A << /S /GoTo /D (subsection.3.2.1) >> >> endobj -2102 0 obj +2123 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11230,38 +11472,38 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://ec2drv.sourceforge.net/)>> >> endobj -2106 0 obj +2127 0 obj << -/D [2104 0 R /XYZ 84.039 766.262 null] +/D [2125 0 R /XYZ 84.039 766.262 null] >> endobj -954 0 obj +966 0 obj << -/D [2104 0 R /XYZ 85.039 487.617 null] +/D [2125 0 R /XYZ 85.039 487.617 null] >> endobj -958 0 obj +970 0 obj << -/D [2104 0 R /XYZ 85.039 387.2 null] +/D [2125 0 R /XYZ 85.039 387.2 null] >> endobj -962 0 obj +974 0 obj << -/D [2104 0 R /XYZ 85.039 314.151 null] +/D [2125 0 R /XYZ 85.039 314.151 null] >> endobj -966 0 obj +978 0 obj << -/D [2104 0 R /XYZ 85.039 195.339 null] +/D [2125 0 R /XYZ 85.039 195.339 null] >> endobj -2103 0 obj +2124 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F77 1343 0 R /F72 1221 0 R /F101 1502 0 R /F107 1525 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F77 1355 0 R /F72 1233 0 R /F101 1518 0 R /F107 1542 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2109 0 obj +2131 0 obj << /Length 1409 /Filter /FlateDecode @@ -11272,65 +11514,65 @@ x á*^ŠŽcîàrž«,Ù2¥¢ÂySè0˜R¨Î¤5M7(! '[ *2Ð ø ⲸÊIÕ%©~†Þƒå+ÛÍšE¡ZJ…ˆ‡7£B .IF -zß>l_ßKïG³^ÙÏ·!ý»=…¶˜å5Ý{mˆõ¸àm2ýòh²Z'‰È|)v&©è‹M{C¶›˜³r½—٦ߨn^GX;ºÉê?x2ÐDuQ4=º>ÖþÀAͤðþ +zß>l_ßKïG³^ÙÏ·!ý»=…¶˜å5Ý{mˆõ¸àm2ýòh²Z'‰È|)v&©è‹M{C¶›˜³r½—٦ߨn^GX;ºÉê?x2ÐDuQ4=º>ÖþÀAͤðþ endstream endobj -2108 0 obj +2130 0 obj << /Type /Page -/Contents 2109 0 R -/Resources 2107 0 R +/Contents 2131 0 R +/Resources 2129 0 R /MediaBox [0 0 612 792] -/Parent 2116 0 R +/Parent 2128 0 R >> endobj -2110 0 obj +2132 0 obj << -/D [2108 0 R /XYZ 84.039 766.262 null] +/D [2130 0 R /XYZ 84.039 766.262 null] >> endobj -970 0 obj +982 0 obj << -/D [2108 0 R /XYZ 85.039 724.966 null] +/D [2130 0 R /XYZ 85.039 724.966 null] >> endobj -974 0 obj +986 0 obj << -/D [2108 0 R /XYZ 85.039 504.254 null] +/D [2130 0 R /XYZ 85.039 504.254 null] >> endobj -2111 0 obj +2133 0 obj << -/D [2108 0 R /XYZ 85.039 435.302 null] +/D [2130 0 R /XYZ 85.039 435.302 null] >> endobj -2112 0 obj +2134 0 obj << -/D [2108 0 R /XYZ 85.039 330.321 null] +/D [2130 0 R /XYZ 85.039 330.321 null] >> endobj -2113 0 obj +2135 0 obj << -/D [2108 0 R /XYZ 85.039 225.34 null] +/D [2130 0 R /XYZ 85.039 225.34 null] >> endobj -2114 0 obj +2136 0 obj << -/D [2108 0 R /XYZ 85.039 180.134 null] +/D [2130 0 R /XYZ 85.039 180.134 null] >> endobj -2115 0 obj +2137 0 obj << -/D [2108 0 R /XYZ 85.039 134.929 null] +/D [2130 0 R /XYZ 85.039 134.929 null] >> endobj -2107 0 obj +2129 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F107 1525 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F107 1542 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2120 0 obj +2141 0 obj << /Length 1028 /Filter /FlateDecode @@ -11340,85 +11582,85 @@ xÚ¥W[o îBÅÑx3^^cþw}}óáz<I ?ß,Þ™ÙíåÅåùxçIËw\\}2_àÁã÷‹÷£«ÅèÛ(–X@om'Ñ,›e7º»A%¿½@”æóàQKvÁfÈ¡œ·ÁíèßðüIøË¤ÆŸ†,Ç ©wW°q<1újÖ?ÌÀ*ý%CövÌÁºá3n¶îµ[Ï›·Óù˜8‹¦Ì$žGÙÜ`ù’$Ð;ÜM £ÅW°ÚÄ ­4hf¨mw„Ö´!‚ûÚ€´&$ðTs;~[s|EU¸ÍJ¬l –=)EC‰Y•­ úE;±>ˆBI²mí£‚öbaÙ3†‰ÝÅã†ßÕ.ûí9mèWÑ2­Ü«ƒƒ¨KJÄ ['ªF÷Ëo£ÉiÏJìÊ‘ÈNRÙÙ¨À˜éšaÎR™?=#9#kŒßKW‹\Y—´ë©Å -êÌv LA(i+…óCõRîšnMªjS»UÃ×-Úà*2&LezFv8Ȫª(æF +êÌv LA(i+…óCõRîšnMªjS»UÃ×-Úà*2&LezFv8Ȫª(æF endstream endobj -2119 0 obj +2140 0 obj << /Type /Page -/Contents 2120 0 R -/Resources 2118 0 R +/Contents 2141 0 R +/Resources 2139 0 R /MediaBox [0 0 612 792] -/Parent 2116 0 R +/Parent 2128 0 R >> endobj -2121 0 obj +2142 0 obj << -/D [2119 0 R /XYZ 84.039 766.262 null] +/D [2140 0 R /XYZ 84.039 766.262 null] >> endobj -2122 0 obj +2143 0 obj << -/D [2119 0 R /XYZ 85.039 726.958 null] +/D [2140 0 R /XYZ 85.039 726.958 null] >> endobj -2123 0 obj +2144 0 obj << -/D [2119 0 R /XYZ 85.039 621.977 null] +/D [2140 0 R /XYZ 85.039 621.977 null] >> endobj -2124 0 obj +2145 0 obj << -/D [2119 0 R /XYZ 85.039 576.772 null] +/D [2140 0 R /XYZ 85.039 576.772 null] >> endobj -2125 0 obj +2146 0 obj << -/D [2119 0 R /XYZ 85.039 531.566 null] +/D [2140 0 R /XYZ 85.039 531.566 null] >> endobj -2126 0 obj +2147 0 obj << -/D [2119 0 R /XYZ 85.039 486.361 null] +/D [2140 0 R /XYZ 85.039 486.361 null] >> endobj -2127 0 obj +2148 0 obj << -/D [2119 0 R /XYZ 85.039 441.156 null] +/D [2140 0 R /XYZ 85.039 441.156 null] >> endobj -2128 0 obj +2149 0 obj << -/D [2119 0 R /XYZ 85.039 395.95 null] +/D [2140 0 R /XYZ 85.039 395.95 null] >> endobj -2129 0 obj +2150 0 obj << -/D [2119 0 R /XYZ 85.039 350.745 null] +/D [2140 0 R /XYZ 85.039 350.745 null] >> endobj -2130 0 obj +2151 0 obj << -/D [2119 0 R /XYZ 85.039 305.539 null] +/D [2140 0 R /XYZ 85.039 305.539 null] >> endobj -2131 0 obj +2152 0 obj << -/D [2119 0 R /XYZ 85.039 260.334 null] +/D [2140 0 R /XYZ 85.039 260.334 null] >> endobj -2132 0 obj +2153 0 obj << -/D [2119 0 R /XYZ 85.039 191.218 null] +/D [2140 0 R /XYZ 85.039 191.218 null] >> endobj -2118 0 obj +2139 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2135 0 obj +2156 0 obj << /Length 2007 /Filter /FlateDecode @@ -11432,20 +11674,20 @@ xÚ¥Xë£F Ö7ݱ想‚E·§A+n¦cd»ªï¹¼‰Jê}jb¬OÆ^™˜Œ*k¯¨$È•=í‰{ô\-d[^ç<࢞ê$E½ýé‡5QCÐ1nú~b=ÚOðX •±Ã›…áC9RYåÔs dMU²äÕñt%ÎÕú‡—(xûáûŸ–ާ¿\ý¼„þñriY–¾y{ÅZ1ólû¬}ZÖÈQM‰sS˜IQ Á¿x3þ{ †Û\@?v ‚]R/ñû^âû—E¬!^¸gýáÖx ¾J¸>1¤d Ð ¨x Ktr”wÙpíÑLð.‹–nˆïæù±Ëàqh2Vœ¹Ï_þ‘SŽý0Ìs¢`2u×~@x²tw’ï˜rº£ï£ka:\£Æ÷*‰ÀÕPàBi–Ì®jL––ØÝ›%²Õ(E¢ÆûïÂÑGu 7jìàȧÃJ©põ-W4•JŠâ1çó¨ò£ªÙÀS­Ž1vÇL|§رÄùê8¹¶òõ³á5èNC¶’3d Iö͈v¢†Àá{Ÿzÿ«K³®¶ôläŸGpdø†Ò,¾ÿðƒ(‚ϳˆ+϶½©ÔGÃõb¼½Ý©æã®¨-Ÿ¥…Ríë Õí›,ìÜ'Ö ™êE¶ÿŸf˜˜YÌY^f9}Ι<Dg¦0³>J祾gàI7çú"}xÐ]b\EŸMjˆŽzˆùÔ ä zñ‚Æãí±iTËÆ—ï™:_nnæòòÅ‹; C$ Ÿ¦JÜrlTµˆªfw†Á» úëwõ¯³»á*|PK‘èce”ò¡ƒ<¨ -¦†‹»†e¢úŽ130zÍÛ‰æmœÜ=¡—×|9™hNªò)̸œ•GùÅÚÛ‰vüz}B;.±æÿL4ßCCÍZ«ã¡þ»æ+{hÌÈQŒDwñÜ9q÷X<ì“d{Üí$ëPßýO}ƒÅ"N%Þý9ýF@WÌG:ÆY¦âyþmaîlÇ Uñ¾fÿ‚¾Ï>ã=e/ŒÏm¸Üð¶rkg½ÓË<ô7ØÇL/.Mß5jÈF!ZÑÏ%ÿq   +¦†‹»†e¢úŽ130zÍÛ‰æmœÜ=¡—×|9™hNªò)̸œ•GùÅÚÛ‰vüz}B;.±æÿL4ßCCÍZ«ã¡þ»æ+{hÌÈQŒDwñÜ9q÷X<ì“d{Üí$ëPßýO}ƒÅ"N%Þý9ýF@WÌG:ÆY¦âyþmaîlÇ Uñ¾fÿ‚¾Ï>ã=e/ŒÏm¸Üð¶rkg½ÓË<ô7ØÇL/.Mß5jÈF!ZÑÏ%ÿq   endstream endobj -2134 0 obj +2155 0 obj << /Type /Page -/Contents 2135 0 R -/Resources 2133 0 R +/Contents 2156 0 R +/Resources 2154 0 R /MediaBox [0 0 612 792] -/Parent 2116 0 R -/Annots [ 2117 0 R ] +/Parent 2128 0 R +/Annots [ 2138 0 R ] >> endobj -2117 0 obj +2138 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11453,28 +11695,28 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/wiki_images/ddd_example.png)>> >> endobj -2136 0 obj +2157 0 obj << -/D [2134 0 R /XYZ 84.039 766.262 null] +/D [2155 0 R /XYZ 84.039 766.262 null] >> endobj -978 0 obj +990 0 obj << -/D [2134 0 R /XYZ 85.039 724.966 null] +/D [2155 0 R /XYZ 85.039 724.966 null] >> endobj -982 0 obj +994 0 obj << -/D [2134 0 R /XYZ 85.039 560.191 null] +/D [2155 0 R /XYZ 85.039 560.191 null] >> endobj -2133 0 obj +2154 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F77 1343 0 R /F101 1502 0 R /F107 1525 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R /F101 1518 0 R /F107 1542 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2139 0 obj +2160 0 obj << /Length 982 /Filter /FlateDecode @@ -11484,79 +11726,73 @@ xÚ½VMs `å!ÑÔTžŸpîvŠÖ¢¯ßa:àÖÅ1Ù}ø –P°Bÿ‡üÔÿ+?ú4Z«Jð™¡.Wu½–ƒ` Ç{÷í©{x(Â8=‰°n}Áû±0á…D,Œ³ ŒÂ%"ÚOw$ÜLåƒq»­ë¦«iƾ RÐç=Áro'ûáe²KV{AìÂTƒ·§{t8ÝM–Qz0`!I!˜H,O×èËŠÀNEDÕëÁ Üw° -MèŒ(?ýæ lXÚ6tU[èFuøùÂÍWÍp˜°Ê… +MèŒ(?ýæ lXÚ6tU[èFuøùÂÍWÍp˜°Ê… endstream endobj -2138 0 obj +2159 0 obj << /Type /Page -/Contents 2139 0 R -/Resources 2137 0 R +/Contents 2160 0 R +/Resources 2158 0 R /MediaBox [0 0 612 792] -/Parent 2116 0 R +/Parent 2128 0 R >> endobj -2140 0 obj +2161 0 obj << -/D [2138 0 R /XYZ 84.039 766.262 null] +/D [2159 0 R /XYZ 84.039 766.262 null] >> endobj -986 0 obj +998 0 obj << -/D [2138 0 R /XYZ 85.039 494.978 null] +/D [2159 0 R /XYZ 85.039 494.978 null] >> endobj -2137 0 obj +2158 0 obj << -/Font << /F75 1282 0 R /F101 1502 0 R /F72 1221 0 R /F48 1171 0 R >> +/Font << /F75 1294 0 R /F101 1518 0 R /F72 1233 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2143 0 obj +2164 0 obj << /Length 1834 /Filter /FlateDecode >> stream -xÚµËrÛ6ðž¯Pr1Õ‰ð>šöà$u›2éÄ=%=P$$aJ*–ÝNÿ½»Ø%%Jtm§Sp_Ø€]ˆÙz&f?><¾¹~öê*ög¾p£È—³ëÕ,‘®ÒY -×O‚Ùu1ûì¼Ýd»VÕó…/…Í»þ™¸B7Nb¹Äl¦nâ1ÃõûŸˆ,Lf©›F~ÄTÒs!‰ê'U+GNF“ØÉè{¥æ¾tö[wºP¥®TCÈv“µ„Ùë²$ØF•;‚µ–™›íN—Vk¢*Ug-㶦_Y­p¥/Bø¹VËÍM¡^Â4 œÆl™Ò¬Nhõ®a­{iÍNåÚ -cZƒ^@»=ÏMeDv·Ý/t„/¢kÆH˜âeyÇŸÆ4ÛÕf]gÛ­®Ö= Ë[+×B<ó"7„€.<ˆƒÏžÿâûrLõy!…p~mpÕ b#aÒlamÕ´ôUdmÆw»žÔÐX«]­ò!|Þ™®>0-nÐÍYÙv‹@DÎû!5“[Àø{elè+ó˜$ Ê³öDÕa‰±Äµ!ñ êRÙ°$n%v ˜Šl!†9õÃÄñeÔƒTE³Îú p.ºªÑëJÎ7Y}A]5­Ê -ú°9„lÌ5—Òi6¦n™ØÔ„¿ÐU{a=•:K•Ñr±S™Ö&&°`vùáÓ{B¿¥¡Vtº¶ÛÐKH«Q²©ƒ¾Ò3xrd|¡ -M÷çš7J¿`X±¬ÔéO£Ã1ÂÙI ¶†>Ÿ8‰=ÍÈ%f«[° =ŽÆ`E)'X”€_›®l h;F6ÙÖævÚŠt¸¬TÞKL­Ys°›-HÝ•ªmÖ -OâÝkãÉ’àè…Bÿݶ -×Ëèu3+ -àAŠî†0 -÷b8!FºiœK¡eÁCÒõÒ`œVYœ€óÆ~ÌwŽü»—xäûd°ÞÚ»iðho¸Ÿ· Zw€½zû³4³[<LS'kHÂ83¢Ø•°‹ÀXÂŽ?ƒ}B4¦DçÓŒdž+Eüu«X)÷­cã@ˆäiŒ€-áˆqá ?œpv¸Qõžâ°3p$ó²2¼ë±$¨ÔÓ¶¨½å£ƒ•çÛô`ôÂóû=3Øü/ÔÁÈNNÝÓsu¤[ôÁ¼$kèä‚Ép’JÚu8‚Ù4 ¿ÂbyO\¿Æg㓉 öÉÊ@6…ÿEà/ž¢¸â¡AæjZjô¿H½OW?|@äÓB±H¼•U¶zýØgª‹¹UT -ò>H×jˆXç9O4³pyã}È+fÂeô]h.j[T#†ö -]£ÛÀ ÏU-§9p’>·pè]©sûÀµ#=‹f£Wí  '„ẁ˪Wgür¦«‚zåÓ÷±TB“—Bt¥ø>iî 1¢úáúÙ? +xÚµËrÛ6ðž¯Pr1Õ‰¾ÀGÓœ¤nÓC&¸§¤Š„$LI‚åòÛé¿w»¤D‰®ítªƒ +ƒ&œ`a ~mû¢# QìÙ¦¥Éí0µ%!épÙȬ#=•˜³–`7[¦/ä Zo%žÄ»WÆ“%ÁÑ+‰þ»í$n1è¦7 +zBXšÙö°wv¸´Yy?pkûŠŸ«¬KGYè +"8IiÑþÃuªŒ˜Sã +dÄ—ùføO“KÓ·“Ó“ßwlß”k~JÞ¤¥Òáæå Tÿx“—3ÙôåÜøŠO^òò’[sEåO È­ ´fÖʘ½]wt%™<pß<°±¢Ç™i4ÝÜ÷šBg×ä6ÐãsUNË)œà£Æ®U*3o\;ÂѳjwjÓòQxߎ¸´pMÊ/gªÊ©W>}K4y DWØ¾ç‘æPjN¨~¸~ö endstream endobj -2142 0 obj +2163 0 obj << /Type /Page -/Contents 2143 0 R -/Resources 2141 0 R +/Contents 2164 0 R +/Resources 2162 0 R /MediaBox [0 0 612 792] -/Parent 2116 0 R +/Parent 2128 0 R >> endobj -2144 0 obj +2165 0 obj << -/D [2142 0 R /XYZ 84.039 766.262 null] +/D [2163 0 R /XYZ 84.039 766.262 null] >> endobj -990 0 obj +1002 0 obj << -/D [2142 0 R /XYZ 85.039 724.966 null] +/D [2163 0 R /XYZ 85.039 724.966 null] >> endobj -2141 0 obj +2162 0 obj << -/Font << /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R /F77 1343 0 R >> +/Font << /F72 1233 0 R /F48 1183 0 R /F101 1518 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2153 0 obj +2174 0 obj << /Length 2420 /Filter /FlateDecode @@ -11566,20 +11802,20 @@ xÚ¥Y ^òî j+¾¬ÂÄém¥$¬ešBµ¢¼ªîÝúÆŠT4uß5Õ£'’@Öå©èeSC#ü6Ißñ È”!—…‚ Ñ(eç^œÎ~"R©|òŒ¡€’|¼á`,k¦=æÑí³ìpÈl¬Ðßk˜×ÂXø@aßlECIš±iÎ1€Þÿlî¬Å=>¸äc@>Rq⢅m¤ù 7f¼‹7ÓhѰ_ èªäMÇ!J<R+ìNµÑûbúøòàœG£ì˜’èÒ-ôk¤2$„ÝSÕZ'gð¸j—–¡2šÎÍw Äa«’¥[ÅÝæ:­ï¤® r“~é]Â-+-u'1âØ#E÷˜šnøàC%÷jbËÏéîæ -Ø<€ˆãPù,F/:És‰@DòpŒ¿/Îjd”!_w +Ø<€ˆãPù,F/:És‰@DòpŒ¿/Îjd”!_w endstream endobj -2152 0 obj +2173 0 obj << /Type /Page -/Contents 2153 0 R -/Resources 2151 0 R +/Contents 2174 0 R +/Resources 2172 0 R /MediaBox [0 0 612 792] -/Parent 2116 0 R -/Annots [ 2145 0 R 2155 0 R 2146 0 R 2156 0 R 2147 0 R 2148 0 R 2149 0 R 2150 0 R ] +/Parent 2178 0 R +/Annots [ 2166 0 R 2176 0 R 2167 0 R 2177 0 R 2168 0 R 2169 0 R 2170 0 R 2171 0 R ] >> endobj -2145 0 obj +2166 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11587,7 +11823,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://svn.code.sf.net/p/sdcc/code/trunk/sdcc/device/include/mcs51/compiler.h)>> >> endobj -2155 0 obj +2176 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11595,7 +11831,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://svn.code.sf.net/p/sdcc/code/trunk/sdcc/device/include/mcs51/compiler.h)>> >> endobj -2146 0 obj +2167 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11603,7 +11839,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://svn.code.sf.net/p/sdcc/code/trunk/sdcc/device/include/mcs51/cc2510fx.h)>> >> endobj -2156 0 obj +2177 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11611,7 +11847,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://svn.code.sf.net/p/sdcc/code/trunk/sdcc/device/include/mcs51/cc2510fx.h)>> >> endobj -2147 0 obj +2168 0 obj << /Type /Annot /Subtype /Link @@ -11620,7 +11856,7 @@ endobj /A << /S /GoTo /D (subsubsection.3.8.1.1) >> >> endobj -2148 0 obj +2169 0 obj << /Type /Annot /Subtype /Link @@ -11629,7 +11865,7 @@ endobj /A << /S /GoTo /D (chapter.6) >> >> endobj -2149 0 obj +2170 0 obj << /Type /Annot /Subtype /Link @@ -11638,7 +11874,7 @@ endobj /A << /S /GoTo /D (section.1.5) >> >> endobj -2150 0 obj +2171 0 obj << /Type /Annot /Subtype /Link @@ -11647,28 +11883,28 @@ endobj /A << /S /GoTo /D (section.1.5) >> >> endobj -2154 0 obj +2175 0 obj << -/D [2152 0 R /XYZ 84.039 766.262 null] +/D [2173 0 R /XYZ 84.039 766.262 null] >> endobj -994 0 obj +1006 0 obj << -/D [2152 0 R /XYZ 85.039 657.305 null] +/D [2173 0 R /XYZ 85.039 657.305 null] >> endobj -998 0 obj +1010 0 obj << -/D [2152 0 R /XYZ 85.039 194.939 null] +/D [2173 0 R /XYZ 85.039 194.939 null] >> endobj -2151 0 obj +2172 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F72 1221 0 R /F101 1502 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F72 1233 0 R /F101 1518 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2168 0 obj +2190 0 obj << /Length 2147 /Filter /FlateDecode @@ -11681,37 +11917,37 @@ xÚ½ ˆnAž L£ ”m(M9«ªÆØ‡Ñçdýõu”0„ cžGæÓßÂØm—1}1„ZÆìZ82æl£ËÁİã¥AÂCÙuRZ¥¥Åاr ·Óõt§ýh!Ø0hÙ>þÛî ¡-»Žh9Ûè¢ExÞ°ã%aÕÉQŽO”„[#¤ï@‚ C–eã¿í³*aÀ²*áÈ•³‹.WP„äÃ6œ”ð``GÁJR¨X½/’ÅåÌ÷!‹7q˜Ç$_÷05ÜAªk¡>Ö…hÎé::;ÍÒÃUÏò -¢Ô +¢Ô endstream endobj -2167 0 obj +2189 0 obj << /Type /Page -/Contents 2168 0 R -/Resources 2166 0 R +/Contents 2190 0 R +/Resources 2188 0 R /MediaBox [0 0 612 792] -/Parent 2170 0 R +/Parent 2178 0 R >> endobj -2169 0 obj +2191 0 obj << -/D [2167 0 R /XYZ 84.039 766.262 null] +/D [2189 0 R /XYZ 84.039 766.262 null] >> endobj -1002 0 obj +1014 0 obj << -/D [2167 0 R /XYZ 85.039 360.981 null] +/D [2189 0 R /XYZ 85.039 360.981 null] >> endobj -2166 0 obj +2188 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2197 0 obj +2218 0 obj << -/Length 2347 +/Length 2346 /Filter /FlateDecode >> stream @@ -11721,20 +11957,20 @@ T …ÄDÄmç"„LäàYâE꼩eÌ“²a‰"\úÍ`Æö²//D…·} x ï§õt«jV›fÕ7?xP *eª²ÛÊm`+u/êß÷WÒ‚ƒ°õhU!À2ä3UÃZ¤qtcBôuÌúäf6dž!«Ëq™„~Å– w­ý—ÚE‚¯D}ßçW¢’ 7Õý½G3&£Àw¿Þ®‰£=/%ˆôïÁ=P1)x™š¯;P1ÁBFQ‡@ZÁ\·­ØÑw‡5fž2¬é¸ÈvH{XYPëÎØ°ÌÃ[3|Ø. Â8Cõ1 e˜.²,ë4Ž0¤‡L9ê„Æ„…ÀǤÿD¸è¡eè ;f~¨ˆ]aQÚÒŽŒ5 -ÓCîŸ8ßäÞ¥Á¿­ ÑÚ܇Á_Á—G°;Ôº.º +ÓCîŸ8ßäÞ¥Á¿­ ÑÚ܇Á_Á—G°;Ôº.º endstream endobj -2196 0 obj +2217 0 obj << /Type /Page -/Contents 2197 0 R -/Resources 2195 0 R +/Contents 2218 0 R +/Resources 2216 0 R /MediaBox [0 0 612 792] -/Parent 2170 0 R -/Annots [ 2157 0 R 2158 0 R 2199 0 R 2159 0 R 2200 0 R 2160 0 R 2201 0 R 2161 0 R 2202 0 R 2162 0 R 2203 0 R 2163 0 R 2204 0 R 2164 0 R 2205 0 R 2165 0 R 2206 0 R 2171 0 R 2207 0 R 2172 0 R 2208 0 R 2173 0 R 2209 0 R 2174 0 R 2210 0 R 2175 0 R 2211 0 R 2176 0 R 2212 0 R 2177 0 R 2213 0 R 2178 0 R 2214 0 R ] +/Parent 2178 0 R +/Annots [ 2179 0 R 2180 0 R 2220 0 R 2181 0 R 2221 0 R 2182 0 R 2222 0 R 2183 0 R 2223 0 R 2184 0 R 2224 0 R 2185 0 R 2225 0 R 2186 0 R 2226 0 R 2187 0 R 2227 0 R 2192 0 R 2228 0 R 2193 0 R 2229 0 R 2194 0 R 2230 0 R 2195 0 R 2231 0 R 2196 0 R 2232 0 R 2197 0 R 2233 0 R 2198 0 R 2234 0 R 2199 0 R 2235 0 R ] >> endobj -2157 0 obj +2179 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11742,7 +11978,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/doc/sdccman.pdf)>> >> endobj -2158 0 obj +2180 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11750,7 +11986,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://svn.code.sf.net/p/sdcc/code/trunk/sdcc/ChangeLog)>> >> endobj -2199 0 obj +2220 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11758,7 +11994,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://svn.code.sf.net/p/sdcc/code/trunk/sdcc/ChangeLog)>> >> endobj -2159 0 obj +2181 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11766,7 +12002,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://svn.code.sf.net/p/sdcc/code/trunk/sdcc/sdas/doc/asmlnk.txt)>> >> endobj -2200 0 obj +2221 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11774,7 +12010,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://svn.code.sf.net/p/sdcc/code/trunk/sdcc/sdas/doc/asmlnk.txt)>> >> endobj -2160 0 obj +2182 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11782,7 +12018,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/wiki/index.php/Proposed_Test_Suite_Design)>> >> endobj -2201 0 obj +2222 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11790,7 +12026,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/wiki/index.php/Proposed_Test_Suite_Design)>> >> endobj -2161 0 obj +2183 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11798,7 +12034,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://svn.code.sf.net/p/sdcc/code/trunk/sdcc/doc/)>> >> endobj -2202 0 obj +2223 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11806,7 +12042,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://svn.code.sf.net/p/sdcc/code/trunk/sdcc/doc/)>> >> endobj -2162 0 obj +2184 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11814,7 +12050,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://svn.code.sf.net/p/sdcc/code/trunk/sdcc/debugger/README)>> >> endobj -2203 0 obj +2224 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11822,7 +12058,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://svn.code.sf.net/p/sdcc/code/trunk/sdcc/debugger/README)>> >> endobj -2163 0 obj +2185 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11830,7 +12066,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://svn.code.sf.net/p/sdcc/code/trunk/sdcc/sim/ucsim/doc/index.html)>> >> endobj -2204 0 obj +2225 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11838,7 +12074,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://svn.code.sf.net/p/sdcc/code/trunk/sdcc/sim/ucsim/doc/index.html)>> >> endobj -2164 0 obj +2186 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11846,7 +12082,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://svn.code.sf.net/p/sdcc/code/trunk/sdcc/src/pic16/NOTES)>> >> endobj -2205 0 obj +2226 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11854,7 +12090,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://svn.code.sf.net/p/sdcc/code/trunk/sdcc/src/pic16/NOTES)>> >> endobj -2165 0 obj +2187 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11862,7 +12098,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/wiki/index.php/CDB_File_Format)>> >> endobj -2206 0 obj +2227 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11870,7 +12106,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/wiki/index.php/CDB_File_Format)>> >> endobj -2171 0 obj +2192 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11878,7 +12114,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/wiki/)>> >> endobj -2207 0 obj +2228 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11886,7 +12122,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/wiki/)>> >> endobj -2172 0 obj +2193 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11894,7 +12130,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(https://lists.sourceforge.net/mailman/listinfo/sdcc-user)>> >> endobj -2208 0 obj +2229 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11902,7 +12138,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(https://lists.sourceforge.net/mailman/listinfo/sdcc-user)>> >> endobj -2173 0 obj +2194 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11910,7 +12146,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(https://lists.sourceforge.net/mailman/listinfo/sdcc-devel)>> >> endobj -2209 0 obj +2230 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11918,7 +12154,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(https://lists.sourceforge.net/mailman/listinfo/sdcc-devel)>> >> endobj -2174 0 obj +2195 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11926,7 +12162,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/p/sdcc/discussion/1865)>> >> endobj -2210 0 obj +2231 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11934,7 +12170,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/p/sdcc/discussion/1865)>> >> endobj -2175 0 obj +2196 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11942,7 +12178,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/p/sdcc/discussion/1864)>> >> endobj -2211 0 obj +2232 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11950,7 +12186,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/p/sdcc/discussion/1864)>> >> endobj -2176 0 obj +2197 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11958,7 +12194,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/p/sdcc/_list/tickets)>> >> endobj -2212 0 obj +2233 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11966,7 +12202,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/p/sdcc/_list/tickets)>> >> endobj -2177 0 obj +2198 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11974,7 +12210,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/export/rss2_keepsake.php?group_id=599)>> >> endobj -2213 0 obj +2234 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11982,7 +12218,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/export/rss2_keepsake.php?group_id=599)>> >> endobj -2178 0 obj +2199 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11990,7 +12226,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/search/?group_id=599)>> >> endobj -2214 0 obj +2235 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -11998,28 +12234,28 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/search/?group_id=599)>> >> endobj -2198 0 obj +2219 0 obj << -/D [2196 0 R /XYZ 84.039 766.262 null] +/D [2217 0 R /XYZ 84.039 766.262 null] >> endobj -1006 0 obj +1018 0 obj << -/D [2196 0 R /XYZ 85.039 379.711 null] +/D [2217 0 R /XYZ 85.039 379.711 null] >> endobj -1010 0 obj +1022 0 obj << -/D [2196 0 R /XYZ 85.039 108.464 null] +/D [2217 0 R /XYZ 85.039 108.464 null] >> endobj -2195 0 obj +2216 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F77 1343 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2227 0 obj +2248 0 obj << /Length 2849 /Filter /FlateDecode @@ -12033,20 +12269,20 @@ nÄ ¶JXúÃ1^Cº¾ i³×ô{¢o¢ëuzÖš[NuÕó"/˜0p­Ý&ª–y±•ßdHME¿. ˆ(®¡Ž~u¬¾†:–C1$¬ç`냋ìWª“°X¨žÊÑ79â±¼øöÒks_²«ûGcWÌï¬ðÏLr(Kõãõ¸ëæ¦JºyÉRÅ“æ§û-­]1kž;ð,ϪâñµR×ÂsûŸùó˜éö_ Ñž‹¯wIŸñÃ3vv÷—"\³ú®Ùâ‡)r),*OÛI] ívÒé ;ŽcÝòÍ“WŸõ†´ åî…ðlZmz¶Žaúݘó+Û?ÍmérXã†mÿ$”xX&)-r1²{¨3P@ÕJÏ ¾Œ£"A»dyš±áÊ[Ätíª©vË—¼àY¬¦v樔ˆ¨XѪoý06Ïlù80¹§Ÿ¡<YÖéPóÅŽë - Ø–—aÈ×6îÄ + Ø–—aÈ×6îÄ endstream endobj -2226 0 obj +2247 0 obj << /Type /Page -/Contents 2227 0 R -/Resources 2225 0 R +/Contents 2248 0 R +/Resources 2246 0 R /MediaBox [0 0 612 792] -/Parent 2170 0 R -/Annots [ 2179 0 R 2229 0 R 2180 0 R 2230 0 R 2181 0 R 2182 0 R 2183 0 R 2231 0 R 2184 0 R 2232 0 R 2185 0 R 2186 0 R 2187 0 R 2188 0 R 2233 0 R 2189 0 R 2190 0 R 2191 0 R 2192 0 R 2193 0 R 2194 0 R 2215 0 R 2234 0 R 2216 0 R 2217 0 R 2235 0 R 2218 0 R 2236 0 R ] +/Parent 2178 0 R +/Annots [ 2200 0 R 2250 0 R 2201 0 R 2251 0 R 2202 0 R 2203 0 R 2204 0 R 2252 0 R 2205 0 R 2253 0 R 2206 0 R 2207 0 R 2208 0 R 2209 0 R 2254 0 R 2210 0 R 2211 0 R 2212 0 R 2213 0 R 2214 0 R 2215 0 R 2236 0 R 2255 0 R 2237 0 R 2238 0 R 2256 0 R 2239 0 R 2257 0 R ] >> endobj -2179 0 obj +2200 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12054,7 +12290,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.dattalo.com/gnupic/gpsim.html)>> >> endobj -2229 0 obj +2250 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12062,7 +12298,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.dattalo.com/gnupic/gpsim.html)>> >> endobj -2180 0 obj +2201 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12070,7 +12306,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/projects/gputils)>> >> endobj -2230 0 obj +2251 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12078,7 +12314,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/projects/gputils)>> >> endobj -2181 0 obj +2202 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12086,7 +12322,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://freshmeat.net/projects/flp5/)>> >> endobj -2182 0 obj +2203 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12094,7 +12330,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/projects/ec2drv)>> >> endobj -2183 0 obj +2204 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12102,7 +12338,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://directory.fsf.org/GNU/indent.html)>> >> endobj -2231 0 obj +2252 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12110,7 +12346,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://directory.fsf.org/GNU/indent.html)>> >> endobj -2184 0 obj +2205 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12118,7 +12354,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/projects/srecord)>> >> endobj -2232 0 obj +2253 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12126,7 +12362,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/projects/srecord)>> >> endobj -2185 0 obj +2206 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12134,7 +12370,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/projects/cmon51)>> >> endobj -2186 0 obj +2207 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12142,7 +12378,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.doxygen.org)>> >> endobj -2187 0 obj +2208 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12150,7 +12386,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.kdevelop.org)>> >> endobj -2188 0 obj +2209 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12158,7 +12394,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pjrc.com/tech/8051/paulmon2.html)>> >> endobj -2233 0 obj +2254 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12166,7 +12402,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pjrc.com/tech/8051/paulmon2.html)>> >> endobj -2189 0 obj +2210 0 obj << /Type /Annot /Subtype /Link @@ -12175,7 +12411,7 @@ endobj /A << /S /GoTo /D (subsection.3.3.4) >> >> endobj -2190 0 obj +2211 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12183,7 +12419,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.splint.org)>> >> endobj -2191 0 obj +2212 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12191,7 +12427,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.gnu.org/software/ddd/)>> >> endobj -2192 0 obj +2213 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12199,7 +12435,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.8052.com/users/disasm/)>> >> endobj -2193 0 obj +2214 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12207,7 +12443,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.cmake.org)>> >> endobj -2194 0 obj +2215 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12215,7 +12451,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.cmake.org/Wiki/CmakeSdcc)>> >> endobj -2215 0 obj +2236 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12223,7 +12459,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://refcards.com/refcards/c/index.html)>> >> endobj -2234 0 obj +2255 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12231,7 +12467,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://refcards.com/refcards/c/index.html)>> >> endobj -2216 0 obj +2237 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12239,7 +12475,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.c-faq.com)>> >> endobj -2217 0 obj +2238 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12247,7 +12483,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.open-std.org/jtc1/sc22/wg14/www/standards.html#9899)>> >> endobj -2235 0 obj +2256 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12255,7 +12491,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.open-std.org/jtc1/sc22/wg14/www/standards.html#9899)>> >> endobj -2218 0 obj +2239 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12263,7 +12499,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1021.pdf)>> >> endobj -2236 0 obj +2257 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12271,28 +12507,28 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1021.pdf)>> >> endobj -2228 0 obj +2249 0 obj << -/D [2226 0 R /XYZ 84.039 766.262 null] +/D [2247 0 R /XYZ 84.039 766.262 null] >> endobj -1014 0 obj +1026 0 obj << -/D [2226 0 R /XYZ 85.039 329.499 null] +/D [2247 0 R /XYZ 85.039 329.499 null] >> endobj -1018 0 obj +1030 0 obj << -/D [2226 0 R /XYZ 85.039 154.534 null] +/D [2247 0 R /XYZ 85.039 154.534 null] >> endobj -2225 0 obj +2246 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2240 0 obj +2261 0 obj << /Length 2519 /Filter /FlateDecode @@ -12310,20 +12546,20 @@ xÚ­Y[s €øB&[ª¶²†ÍS(F·ŽV!”VÅB å‘¡½BSÜê=K¿©4·ìÅŒîLÈ  ÉNP-]Š[Žë#¾bÓ‹MôU F™¬Ëµ¡F¡ŠŒ+©P5Y§½2þBç&Çœ_·?>4›¢}ÛJ à:@TÏ=îߘІü©L…P9P%°Ð/úWýl'ÌŽnÅ,—×fþ®ÐP–"€Mt@ƒyS‰îS†8§{QfæüX -‹Íª®þ{•Åœ%{¿ã™¸VXÜÕnâºõnUr¶G{Ù›C’¨vÛEfè¶æ¢§LHq€(4|° Qbz^‚ý}Íþ•ñÈ” +‹Íª®þ{•Åœ%{¿ã™¸VXÜÕnâºõnUr¶G{Ù›C’¨vÛEfè¶æ¢§LHq€(4|° Qbz^PÙ¾fÿ–È• endstream endobj -2239 0 obj +2260 0 obj << /Type /Page -/Contents 2240 0 R -/Resources 2238 0 R +/Contents 2261 0 R +/Resources 2259 0 R /MediaBox [0 0 612 792] -/Parent 2170 0 R -/Annots [ 2219 0 R 2220 0 R 2221 0 R 2242 0 R 2222 0 R 2243 0 R 2223 0 R 2244 0 R 2224 0 R 2245 0 R 2237 0 R ] +/Parent 2178 0 R +/Annots [ 2240 0 R 2241 0 R 2242 0 R 2263 0 R 2243 0 R 2264 0 R 2244 0 R 2265 0 R 2245 0 R 2266 0 R 2258 0 R ] >> endobj -2219 0 obj +2240 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12331,7 +12567,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://pdfserv.maxim-ic.com/en/an/AN3346.pdf)>> >> endobj -2220 0 obj +2241 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12339,7 +12575,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://pdfserv.maxim-ic.com/en/an/AN3477.pdf)>> >> endobj -2221 0 obj +2242 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12347,7 +12583,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.silabs.com/public/documents/tpub_doc/anote/Microcontrollers/en/an198.pdf)>> >> endobj -2242 0 obj +2263 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12355,7 +12591,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.silabs.com/public/documents/tpub_doc/anote/Microcontrollers/en/an198.pdf)>> >> endobj -2222 0 obj +2243 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12363,7 +12599,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ramtron.com/doc/Products/Microcontroller/Support_Tools.asp)>> >> endobj -2243 0 obj +2264 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12371,7 +12607,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ramtron.com/doc/Products/Microcontroller/Support_Tools.asp)>> >> endobj -2223 0 obj +2244 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12379,7 +12615,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ramtron.com/doc/Products/Microcontroller/Support_Tools.asp)>> >> endobj -2244 0 obj +2265 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12387,7 +12623,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ramtron.com/doc/Products/Microcontroller/Support_Tools.asp)>> >> endobj -2224 0 obj +2245 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12395,7 +12631,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://focus.ti.com/general/docs/lit/getliterature.tsp?literatureNumber=sbaa109&fileType=pdf)>> >> endobj -2245 0 obj +2266 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12403,39 +12639,39 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://focus.ti.com/general/docs/lit/getliterature.tsp?literatureNumber=sbaa109&fileType=pdf)>> >> endobj -2237 0 obj +2258 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [246.164 234.021 252.341 246.785] -/A << /S /GoTo /D (Hfootnote.23) >> +/A << /S /GoTo /D (Hfootnote.24) >> >> endobj -2241 0 obj +2262 0 obj << -/D [2239 0 R /XYZ 84.039 766.262 null] +/D [2260 0 R /XYZ 84.039 766.262 null] >> endobj -1022 0 obj +1034 0 obj << -/D [2239 0 R /XYZ 85.039 513.409 null] +/D [2260 0 R /XYZ 85.039 513.409 null] >> endobj -2246 0 obj +2267 0 obj << -/D [2239 0 R /XYZ 99.386 55.835 null] +/D [2260 0 R /XYZ 99.386 55.835 null] >> endobj -2238 0 obj +2259 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F101 1518 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2253 0 obj +2274 0 obj << -/Length 2681 +/Length 2680 /Filter /FlateDecode >> stream @@ -12446,20 +12682,20 @@ xÚ•Ë’ ÊZ ¨ËB’cßpG–›Ä…LjŽífÑ©@‡1º$Jy{SN7¡ðã}´à@ý[œO6ï½3FÚòµL"sýàniÑÆ” ƒ$“®¹Z0,˜¸ËÁS¯Êêx]±`¯+¿ËÒL§6S®œ˜f¨—ƒ4;¶33\I;¾þÊ…¤Ô‹ãèï¬SÌ3µú:ÿÑÿÁÿܾªÎ6\{Fü†Šid‹jÆ™/ C‹~ ü'÷vŸïÔÞªx4µKß`úxXËÙC´CânVus³œ«;u,+9waúIžÝj#¾«Õ«ê°*c¯ Ú£Þ¯·5s¾ñáŽap¶ƒ ÔÜÁÏ…,Ü 2Ï¾Ê -“œ»˜Ø¾mçXP<˜î%6°Sl‡ë¾îju·q·¯µ;»äg7š'>ôÛ?üžQ$~œGÿë9ã‹ïã(?~õÉ"(|¦Ë7‹ +“œ»˜Ø¾mçXP<˜î%6°Sl‡ë¾îju·q·¯µ;»äg7š'>ôÛ?üžQ$~œGÿë9ã‹ïã(?~õÉ"(|¦Ë7‹ endstream endobj -2252 0 obj +2273 0 obj << /Type /Page -/Contents 2253 0 R -/Resources 2251 0 R +/Contents 2274 0 R +/Resources 2272 0 R /MediaBox [0 0 612 792] -/Parent 2170 0 R -/Annots [ 2247 0 R 2255 0 R 2248 0 R 2249 0 R ] +/Parent 2178 0 R +/Annots [ 2268 0 R 2276 0 R 2269 0 R 2270 0 R ] >> endobj -2247 0 obj +2268 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12467,7 +12703,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/projects/sdcc)>> >> endobj -2255 0 obj +2276 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12475,7 +12711,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/projects/sdcc)>> >> endobj -2248 0 obj +2269 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12483,67 +12719,67 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/p/sdcc/bugs/)>> >> endobj -2249 0 obj +2270 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [261.819 109.011 267.996 121.775] -/A << /S /GoTo /D (Hfootnote.24) >> +/A << /S /GoTo /D (Hfootnote.25) >> >> endobj -2254 0 obj +2275 0 obj << -/D [2252 0 R /XYZ 84.039 766.262 null] +/D [2273 0 R /XYZ 84.039 766.262 null] >> endobj -1026 0 obj +1038 0 obj << -/D [2252 0 R /XYZ 85.039 724.966 null] +/D [2273 0 R /XYZ 85.039 724.966 null] >> endobj -1030 0 obj +1042 0 obj << -/D [2252 0 R /XYZ 85.039 425.175 null] +/D [2273 0 R /XYZ 85.039 425.175 null] >> endobj -2256 0 obj +2277 0 obj << -/D [2252 0 R /XYZ 85.039 309.26 null] +/D [2273 0 R /XYZ 85.039 309.26 null] >> endobj -2257 0 obj +2278 0 obj << -/D [2252 0 R /XYZ 85.039 289.335 null] +/D [2273 0 R /XYZ 85.039 289.335 null] >> endobj -2258 0 obj +2279 0 obj << -/D [2252 0 R /XYZ 85.039 269.409 null] +/D [2273 0 R /XYZ 85.039 269.409 null] >> endobj -2259 0 obj +2280 0 obj << -/D [2252 0 R /XYZ 85.039 249.484 null] +/D [2273 0 R /XYZ 85.039 249.484 null] >> endobj -2260 0 obj +2281 0 obj << -/D [2252 0 R /XYZ 85.039 229.559 null] +/D [2273 0 R /XYZ 85.039 229.559 null] >> endobj -2261 0 obj +2282 0 obj << -/D [2252 0 R /XYZ 99.386 91.604 null] +/D [2273 0 R /XYZ 99.386 91.604 null] >> endobj -2251 0 obj +2272 0 obj << -/Font << /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R /F107 1525 0 R /F77 1343 0 R >> +/Font << /F72 1233 0 R /F48 1183 0 R /F101 1518 0 R /F107 1542 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2274 0 obj +2295 0 obj << /Length 2990 /Filter /FlateDecode @@ -12556,20 +12792,20 @@ xÚYY è.N`u÷Ïׯ%=¬Lfe<dv¶,(çÆÙÃÖæèM“tð{ñd®«È©– d¾F¼6ßµû@¥rÓøI¾£ÏÉ1ª#±k«ŠUÎm–ÛCºm™nw‹NÈŠQ‡¢H¼«ÌÂgІ€ÚžøËi,¤ HR™â8ý½L½â_3<(.”^çf¨·pÒ0;n¢èºwúâ=¦pׂ7?бá[ð -Æþ×tPl@Ž9¯Š¢ìÁtFêÄrKÆsv¼ò%éÄÊ,›ÞãÖ0„“<•õ/¿<„œ'®ÃxiðÐhñ±Ì‚Q*÷x8>{eßEO¿È}ƒT€,< ‰òˆ='8äž,óøÉ©¬d’D×ttç³ÅbA² · æ{õln2¡®“säÁÝŸh–áTN1OÁ×R- ãnJ_\iønè%×lð!Eÿ·z¶Ö +Æþ×tPl@Ž9¯Š¢ìÁtFêÄrKÆsv¼ò%éÄÊ,›ÞãÖ0„“<•õ/¿<„œ'®ÃxiðÐhñ±Ì‚Q*÷x8>{eßEO¿È}ƒT€,< ‰òˆ='8äž,óøÉ©¬d’D×ttç³ÅbA² · æ{õln2¡®“säÁÝŸh–áTN1OÁ×R- ãnJ_\iønè%×lð!Eÿ·z¶Ö endstream endobj -2273 0 obj +2294 0 obj << /Type /Page -/Contents 2274 0 R -/Resources 2272 0 R +/Contents 2295 0 R +/Resources 2293 0 R /MediaBox [0 0 612 792] -/Parent 2170 0 R -/Annots [ 2250 0 R 2262 0 R 2263 0 R 2276 0 R 2264 0 R 2265 0 R 2266 0 R 2267 0 R 2277 0 R 2268 0 R 2278 0 R 2269 0 R 2270 0 R 2279 0 R 2271 0 R ] +/Parent 2302 0 R +/Annots [ 2271 0 R 2283 0 R 2284 0 R 2297 0 R 2285 0 R 2286 0 R 2287 0 R 2288 0 R 2298 0 R 2289 0 R 2299 0 R 2290 0 R 2291 0 R 2300 0 R 2292 0 R ] >> endobj -2250 0 obj +2271 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12577,7 +12813,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/p/sdcc/feature-requests/)>> >> endobj -2262 0 obj +2283 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12585,7 +12821,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/p/sdcc/patches/)>> >> endobj -2263 0 obj +2284 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12593,7 +12829,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/p/sdcc/mailman/sdcc-user/)>> >> endobj -2276 0 obj +2297 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12601,16 +12837,16 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/p/sdcc/mailman/sdcc-user/)>> >> endobj -2264 0 obj +2285 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [144.317 494.74 150.494 506.881] -/A << /S /GoTo /D (Hfootnote.25) >> +/A << /S /GoTo /D (Hfootnote.26) >> >> endobj -2265 0 obj +2286 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12618,7 +12854,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/p/sdcc/discussion/)>> >> endobj -2266 0 obj +2287 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12626,7 +12862,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://svn.code.sf.net/p/sdcc/code/trunk/sdcc/ChangeLog)>> >> endobj -2267 0 obj +2288 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12634,7 +12870,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/p/sdcc/code/8805/tree/)>> >> endobj -2277 0 obj +2298 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12642,7 +12878,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/p/sdcc/code/8805/tree/)>> >> endobj -2268 0 obj +2289 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12650,7 +12886,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/snap.php)>> >> endobj -2278 0 obj +2299 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12658,7 +12894,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/snap.php)>> >> endobj -2269 0 obj +2290 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12666,7 +12902,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/snap.php#Source)>> >> endobj -2270 0 obj +2291 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12674,7 +12910,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/wiki/)>> >> endobj -2279 0 obj +2300 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12682,7 +12918,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/wiki/)>> >> endobj -2271 0 obj +2292 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12690,58 +12926,58 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/snap.php)>> >> endobj -2275 0 obj +2296 0 obj << -/D [2273 0 R /XYZ 84.039 766.262 null] +/D [2294 0 R /XYZ 84.039 766.262 null] >> endobj -1034 0 obj +1046 0 obj << -/D [2273 0 R /XYZ 85.039 724.966 null] +/D [2294 0 R /XYZ 85.039 724.966 null] >> endobj -1038 0 obj +1050 0 obj << -/D [2273 0 R /XYZ 85.039 663.556 null] +/D [2294 0 R /XYZ 85.039 663.556 null] >> endobj -1042 0 obj +1054 0 obj << -/D [2273 0 R /XYZ 85.039 547.208 null] +/D [2294 0 R /XYZ 85.039 547.208 null] >> endobj -1046 0 obj +1058 0 obj << -/D [2273 0 R /XYZ 85.039 443.557 null] +/D [2294 0 R /XYZ 85.039 443.557 null] >> endobj -1050 0 obj +1062 0 obj << -/D [2273 0 R /XYZ 85.039 379.494 null] +/D [2294 0 R /XYZ 85.039 379.494 null] >> endobj -1054 0 obj +1066 0 obj << -/D [2273 0 R /XYZ 85.039 299.693 null] +/D [2294 0 R /XYZ 85.039 299.693 null] >> endobj -1058 0 obj +1070 0 obj << -/D [2273 0 R /XYZ 85.039 184.027 null] +/D [2294 0 R /XYZ 85.039 184.027 null] >> endobj -2280 0 obj +2301 0 obj << -/D [2273 0 R /XYZ 99.386 65.649 null] +/D [2294 0 R /XYZ 99.386 65.649 null] >> endobj -2272 0 obj +2293 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R /F107 1525 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F101 1518 0 R /F107 1542 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2293 0 obj +2315 0 obj << /Length 2984 /Filter /FlateDecode @@ -12760,20 +12996,20 @@ w "—¢wëô¨òÎÁ ê†úeN$'el¦¿ÌÁÖë¢:&ˆ[B0h¦é›æÏ~½ORšýá~½ØÄoü~ŸWÚι­’:µíßµäeFjÒ´†”inãz“.{/kˆ¿»ùH'Š¡¦}RëS-mÇ&@TX$U£ª¯Õ ¿h‚göŒ‹x müçÍÓÜ@vëR9××n]é -Uð®|êÖ‹#w*$w^x?³OÒ‡©Q R´ûÂÔå(‡ž½ôì¬ûÄÔ”¦»ËÙ€0:»Lê&·X=Õîë¾5——΋ÿ߯š¦,€ +Uð®|êÖ‹#w*$w^x?³OÒ‡©Q R´ûÂÔå(‡ž½ôì¬ûÄÔ”¦»ËÙ€0:»Lê&·X=Õîë¾5——΋ÿ߯š¦,€ endstream endobj -2292 0 obj +2314 0 obj << /Type /Page -/Contents 2293 0 R -/Resources 2291 0 R +/Contents 2315 0 R +/Resources 2313 0 R /MediaBox [0 0 612 792] -/Parent 2310 0 R -/Annots [ 2281 0 R 2282 0 R 2295 0 R 2283 0 R 2284 0 R 2285 0 R 2286 0 R 2287 0 R 2288 0 R 2299 0 R 2289 0 R 2290 0 R 2301 0 R ] +/Parent 2302 0 R +/Annots [ 2303 0 R 2304 0 R 2317 0 R 2305 0 R 2306 0 R 2307 0 R 2308 0 R 2309 0 R 2310 0 R 2321 0 R 2311 0 R 2312 0 R 2323 0 R ] >> endobj -2281 0 obj +2303 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12781,7 +13017,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdccokr.dl9sec.de/)>> >> endobj -2282 0 obj +2304 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12789,7 +13025,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pjrc.com/tech/8051/)>> >> endobj -2295 0 obj +2317 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12797,16 +13033,16 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.pjrc.com/tech/8051/)>> >> endobj -2283 0 obj +2305 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [193.93 528.339 200.107 541.103] -/A << /S /GoTo /D (Hfootnote.26) >> +/A << /S /GoTo /D (Hfootnote.27) >> >> endobj -2284 0 obj +2306 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12814,7 +13050,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(opencores.org)>> >> endobj -2285 0 obj +2307 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12822,7 +13058,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.oregano.at/ip/ip01.htm)>> >> endobj -2286 0 obj +2308 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12830,7 +13066,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/projects/fpgac/)>> >> endobj -2287 0 obj +2309 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12838,7 +13074,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/)>> >> endobj -2288 0 obj +2310 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12846,7 +13082,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://en.wikipedia.org/wiki/Netiquette)>> >> endobj -2299 0 obj +2321 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12854,7 +13090,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://en.wikipedia.org/wiki/Netiquette)>> >> endobj -2289 0 obj +2311 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12862,7 +13098,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/p/sdcc/feature-requests/)>> >> endobj -2290 0 obj +2312 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12870,7 +13106,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.laptop.org)>> >> endobj -2301 0 obj +2323 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -12878,88 +13114,88 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.laptop.org)>> >> endobj -2294 0 obj +2316 0 obj << -/D [2292 0 R /XYZ 84.039 766.262 null] +/D [2314 0 R /XYZ 84.039 766.262 null] >> endobj -1062 0 obj +1074 0 obj << -/D [2292 0 R /XYZ 85.039 649.335 null] +/D [2314 0 R /XYZ 85.039 649.335 null] >> endobj -1066 0 obj +1078 0 obj << -/D [2292 0 R /XYZ 85.039 570.157 null] +/D [2314 0 R /XYZ 85.039 570.157 null] >> endobj -2296 0 obj +2318 0 obj << -/D [2292 0 R /XYZ 85.039 525.35 null] +/D [2314 0 R /XYZ 85.039 525.35 null] >> endobj -2297 0 obj +2319 0 obj << -/D [2292 0 R /XYZ 85.039 505.424 null] +/D [2314 0 R /XYZ 85.039 505.424 null] >> endobj -2298 0 obj +2320 0 obj << -/D [2292 0 R /XYZ 85.039 450.007 null] +/D [2314 0 R /XYZ 85.039 450.007 null] >> endobj -2300 0 obj +2322 0 obj << -/D [2292 0 R /XYZ 85.039 357.977 null] +/D [2314 0 R /XYZ 85.039 357.977 null] >> endobj -2302 0 obj +2324 0 obj << -/D [2292 0 R /XYZ 85.039 314.515 null] +/D [2314 0 R /XYZ 85.039 314.515 null] >> endobj -2303 0 obj +2325 0 obj << -/D [2292 0 R /XYZ 85.039 294.216 null] +/D [2314 0 R /XYZ 85.039 294.216 null] >> endobj -2304 0 obj +2326 0 obj << -/D [2292 0 R /XYZ 85.039 274.291 null] +/D [2314 0 R /XYZ 85.039 274.291 null] >> endobj -2305 0 obj +2327 0 obj << -/D [2292 0 R /XYZ 85.039 254.366 null] +/D [2314 0 R /XYZ 85.039 254.366 null] >> endobj -2306 0 obj +2328 0 obj << -/D [2292 0 R /XYZ 85.039 234.441 null] +/D [2314 0 R /XYZ 85.039 234.441 null] >> endobj -2307 0 obj +2329 0 obj << -/D [2292 0 R /XYZ 85.039 214.515 null] +/D [2314 0 R /XYZ 85.039 214.515 null] >> endobj -2308 0 obj +2330 0 obj << -/D [2292 0 R /XYZ 85.039 194.59 null] +/D [2314 0 R /XYZ 85.039 194.59 null] >> endobj -2309 0 obj +2331 0 obj << -/D [2292 0 R /XYZ 99.386 65.29 null] +/D [2314 0 R /XYZ 99.386 65.29 null] >> endobj -2291 0 obj +2313 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F77 1343 0 R /F108 1526 0 R /F107 1525 0 R /F72 1221 0 R /F127 1834 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F77 1355 0 R /F108 1543 0 R /F107 1542 0 R /F72 1233 0 R /F127 1852 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2313 0 obj +2334 0 obj << /Length 924 /Filter /FlateDecode @@ -12970,50 +13206,50 @@ xÚ­VKs Hša‹As…h1 €âAWô“hÅW6 ÙF3-¢”ά"Æ }bÚ·|¶AZÌæq ê¦uð(»æÁ=UüæÄÿç b¬éU¬áÝä0j¾lçvJ|Ž‘B:4µ³ þÇú¶+t–~&E Ñ—'({²û'z–CíoM -ç½'×çS9"æä +ç½'×çS9"æä endstream endobj -2312 0 obj +2333 0 obj << /Type /Page -/Contents 2313 0 R -/Resources 2311 0 R +/Contents 2334 0 R +/Resources 2332 0 R /MediaBox [0 0 612 792] -/Parent 2310 0 R +/Parent 2302 0 R >> endobj -2314 0 obj +2335 0 obj << -/D [2312 0 R /XYZ 84.039 766.262 null] +/D [2333 0 R /XYZ 84.039 766.262 null] >> endobj -1070 0 obj +1082 0 obj << -/D [2312 0 R /XYZ 85.039 724.966 null] +/D [2333 0 R /XYZ 85.039 724.966 null] >> endobj -1074 0 obj +1086 0 obj << -/D [2312 0 R /XYZ 85.039 550.322 null] +/D [2333 0 R /XYZ 85.039 550.322 null] >> endobj -1078 0 obj +1090 0 obj << -/D [2312 0 R /XYZ 85.039 493.693 null] +/D [2333 0 R /XYZ 85.039 493.693 null] >> endobj -1082 0 obj +1094 0 obj << -/D [2312 0 R /XYZ 85.039 215.362 null] +/D [2333 0 R /XYZ 85.039 215.362 null] >> endobj -2311 0 obj +2332 0 obj << -/Font << /F72 1221 0 R /F48 1171 0 R /F77 1343 0 R /F101 1502 0 R >> +/Font << /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2317 0 obj +2338 0 obj << /Length 1523 /Filter /FlateDecode @@ -13024,40 +13260,40 @@ x ¬üi¬t3è°Qa-ÖÕZ=¶Õ]ƒ@Äv½ÒkboÈ6PF¶ VNÙéëœlga×îEéAŠ®D´¨½u8wÝMlí]5Û‘WäLUŽ,s8Ñᑽ–Bã ³ÙÔE¥2Wüª•ÚV&” íkWB4DÕ†õÇ3z;qF+Jbº@¶Wpú¡¹Ð.û6ß[Ó×4bëûàcžÙOD‘÷Ñ÷‚’L7­X À¼‡¦Bcj¶Gðéc‡tIæ J•4áŸF£:BãXGfªAI·"í¯Ö‘D=>ütêí•,®³ÍïÌ£¾2å%&ʹ°ºÚ—)¬ÀO?³k endstream endobj -2316 0 obj +2337 0 obj << /Type /Page -/Contents 2317 0 R -/Resources 2315 0 R +/Contents 2338 0 R +/Resources 2336 0 R /MediaBox [0 0 612 792] -/Parent 2310 0 R +/Parent 2302 0 R >> endobj -2318 0 obj +2339 0 obj << -/D [2316 0 R /XYZ 84.039 766.262 null] +/D [2337 0 R /XYZ 84.039 766.262 null] >> endobj -1086 0 obj +1098 0 obj << -/D [2316 0 R /XYZ 85.039 651.516 null] +/D [2337 0 R /XYZ 85.039 651.516 null] >> endobj -1090 0 obj +1102 0 obj << -/D [2316 0 R /XYZ 85.039 421.938 null] +/D [2337 0 R /XYZ 85.039 421.938 null] >> endobj -2315 0 obj +2336 0 obj << -/Font << /F75 1282 0 R /F101 1502 0 R /F72 1221 0 R /F48 1171 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F101 1518 0 R /F72 1233 0 R /F48 1183 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2321 0 obj +2342 0 obj << /Length 1850 /Filter /FlateDecode @@ -13073,47 +13309,47 @@ btWw icß <,•­Ðãäô…ÚPÏ£õ¾œE6]ýJ‘…¡ÚÑÌyߊÃh|ü„åî)Ç»ˆ…åDî^‰O4'L ƒéEGõ>ì* ƒ•3_ý‡‰‚nÉFb ˆóJª8ä '&C­q¬›L6X×@ÚôlÝý†lNàI¡ÔQís¨r1Øþ"{úÿR¹#vÌJ„8§I;£´ŠDV_K÷ £hPô¦:iÃ…Cë)§~_kvußlŽk3’®ž“¥O -§2oñ§Á9”ØÈ +ò¸‘£°P¿æÆ?âLáãDMÿûnÿg­ØÝƒrRi<èØ…˲4Ëa×ïÎy|Oé?ËG<Åç‘>îÁ”Á³ç>ËÇ;˜Oô,ÿ`>ñ³|‚=>OuÇÂ÷­Hy’o96{’bræÝzñ/j†ËE +§2oñ§Á9”ØÈ +ò¸‘£°P¿æÆ?âLáãDMÿûnÿg­ØÝƒrRi<èØ…˲4Ëa×ïÎy|Oé?ËG<Åç‘>îÁ”Á³ç>ËÇ;˜Oô,ÿ`>ñ³|‚=>OuÇÂ÷­Hy’o96{’ÎäÌ»õâ_j—ËF endstream endobj -2320 0 obj +2341 0 obj << /Type /Page -/Contents 2321 0 R -/Resources 2319 0 R +/Contents 2342 0 R +/Resources 2340 0 R /MediaBox [0 0 612 792] -/Parent 2310 0 R +/Parent 2302 0 R >> endobj -2322 0 obj +2343 0 obj << -/D [2320 0 R /XYZ 84.039 766.262 null] +/D [2341 0 R /XYZ 84.039 766.262 null] >> endobj -1094 0 obj +1106 0 obj << -/D [2320 0 R /XYZ 85.039 630.655 null] +/D [2341 0 R /XYZ 85.039 630.655 null] >> endobj -1098 0 obj +1110 0 obj << -/D [2320 0 R /XYZ 85.039 360.725 null] +/D [2341 0 R /XYZ 85.039 360.725 null] >> endobj -1102 0 obj +1114 0 obj << -/D [2320 0 R /XYZ 85.039 226.083 null] +/D [2341 0 R /XYZ 85.039 226.083 null] >> endobj -2319 0 obj +2340 0 obj << -/Font << /F75 1282 0 R /F101 1502 0 R /F48 1171 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F101 1518 0 R /F48 1183 0 R /F72 1233 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2325 0 obj +2346 0 obj << -/Length 1167 +/Length 1168 /Filter /FlateDecode >> stream @@ -13122,32 +13358,32 @@ R'# s̆Ó7œ˜†4àQCö ¡€)¦öŒ ¹®TØZƒ–Ê«².¦"úH6†K§¶³eŸ†§’€¾3O=° „™Ì$ôSë@ã$µ*ú W×h‚Âûn]ö¬5óFo =©^‰kkÖðt©ÃÓD%Ý×¼U3T<¼éxk¬èxO2i¤>T+…0D -›ú*aÿÒ*Pv»‡NVôh‡ ûêC‹ÿ „ƒþ_`JÕöæa×.p9ƒmºå¬›èÜ6µ(JuË÷bŽZq,¤»ýj¼ÿƒ³œîÄ„ ŸÆƒúªVˆ1¡®²Ù_ˆ_0 +›ú*aÿÒ*Pv»‡NVôh‡ ûêC‹ÿ „ƒþ_`JÕöæa×.p9ƒmºå¬›èÜ6µ(JuË÷bŽZq,¤»ýj¼ÿƒ³œîÄ„ ŸÆƒúªVˆq0B]e³¿ endstream endobj -2324 0 obj +2345 0 obj << /Type /Page -/Contents 2325 0 R -/Resources 2323 0 R +/Contents 2346 0 R +/Resources 2344 0 R /MediaBox [0 0 612 792] -/Parent 2310 0 R +/Parent 2302 0 R >> endobj -2326 0 obj +2347 0 obj << -/D [2324 0 R /XYZ 84.039 766.262 null] +/D [2345 0 R /XYZ 84.039 766.262 null] >> endobj -2323 0 obj +2344 0 obj << -/Font << /F75 1282 0 R /F101 1502 0 R /F48 1171 0 R >> +/Font << /F75 1294 0 R /F101 1518 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2329 0 obj +2350 0 obj << -/Length 1256 +/Length 1255 /Filter /FlateDecode >> stream @@ -13155,45 +13391,45 @@ x -½¨x´¢,"m<<õ¢A´¨î“ BIpÛ²]™½ù%\Ë‚k"õ]kƦlôͬæoxÑæwø}Óð¥¾Ô¢…ªÕ1ùÆbæ‚/—xÎ1«º\ÕÉfêå+D®~¥°\Ó–ZΦÊù4Jï”?*ZèТ ÆbkBƒßÒ¹*?$~HŠg–ã›ï)uR!…+æ­Å¨™ÜáGU6Xäü@_ +ò½BA÷|ÝzxÊ(ÄÜñHLCø(ÐoxS4bUÈðŠé:©‘ϦÜ"„L±Þyñâ$¼‡.ï ¿¼ÞSŸ^ik¿Ã…= ˜}·ØèÔÝ4¯õÝtj»®ÓΤÇBuÜ ¶As"â„qß âA+¨-™e‹e÷sÕÿðºfSñT$9~¤IÑR5V¬ù¡3¬­jPÞáSõ XBï×Ú Èz]M95OËU!þâÍH»[e$ á^ÕJo§I5©I_KpÉy¶·%t¶ìEó›2*¨cú1 à -&Ÿ{/ÁcÀ—ÕÊVµò~Óøq0!Fæp4”r8Ù(\’ˆÆ÷;£ºUœ‹…œla˜Õ!/tìﺺ„ù«’xÚÛE:Éz:ñ⾕8^¤°Ð _E²0+1œÓåþpN‡sI­ÏbF³ÔJh£Tÿ$pDW¦ WÏi@ +&Ÿ{/ÁcÀ—ÕÊVµò~Óøq0!Fæp4”r8Ù(\’ˆÆ÷;£ºUœ‹…œla˜Õ!/tìﺺ„ù«’xÚÛE:Éz:ñ⾕8^¤°Ð _E²0+1œÓåþpN‡sI­ÏbF³ÔJh£Tÿ$pDW¦ WÏi@ endstream endobj -2328 0 obj +2349 0 obj << /Type /Page -/Contents 2329 0 R -/Resources 2327 0 R +/Contents 2350 0 R +/Resources 2348 0 R /MediaBox [0 0 612 792] -/Parent 2310 0 R +/Parent 2352 0 R >> endobj -2330 0 obj +2351 0 obj << -/D [2328 0 R /XYZ 84.039 766.262 null] +/D [2349 0 R /XYZ 84.039 766.262 null] >> endobj -1106 0 obj +1118 0 obj << -/D [2328 0 R /XYZ 85.039 724.966 null] +/D [2349 0 R /XYZ 85.039 724.966 null] >> endobj -1110 0 obj +1122 0 obj << -/D [2328 0 R /XYZ 85.039 381.268 null] +/D [2349 0 R /XYZ 85.039 381.268 null] >> endobj -1114 0 obj +1126 0 obj << -/D [2328 0 R /XYZ 85.039 155.128 null] +/D [2349 0 R /XYZ 85.039 155.128 null] >> endobj -2327 0 obj +2348 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R /F114 1658 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F101 1518 0 R /F114 1676 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2334 0 obj +2356 0 obj << /Length 1841 /Filter /FlateDecode @@ -13208,50 +13444,50 @@ xÚ­Xmo ‚–4HQÆÚ¯›²Êjä‡Ý`Á—¼À'BÜ"jË+µZ{HüøË-bA$ç],àêL F8Oº ½ãRÄó#qÈÿ]k« b„ŸÛf†PÎÙ/‡¬h¶·È·¯ye3ÑŽÚ”¶ÜrÙ$6'Ïõ`nòõÆAa¹…å/ó–wŒ¤ 5Ûbª’-éºÝ“2 ô¶,Ö§¶—EV”¨zSVd³ë‹0 z-eç×sûíÂ?ßÖåX÷Cû]¼×]¬·øR‚CV|–Z'''€p‚gQ6(t(Òr·+ ›Aqû¹³U––ë"ÿÍ}L@°þïbôu¹¥äíŒÀ޼‡¬©÷ ì!öy›gÛ©A¼‹÷±T2m!(2|ŠGß8ûZî›|VÒhZ®(±b€ÈJ댭ÙßÅÛñ°§ÉÅ<£€%)è÷šk ÎZ'dÀbÑ–}‰6°ŽíÛ(9 -ñl £—RP +ñl £—RP endstream endobj -2333 0 obj +2355 0 obj << /Type /Page -/Contents 2334 0 R -/Resources 2332 0 R +/Contents 2356 0 R +/Resources 2354 0 R /MediaBox [0 0 612 792] -/Parent 2337 0 R -/Annots [ 2331 0 R ] +/Parent 2352 0 R +/Annots [ 2353 0 R ] >> endobj -2331 0 obj +2353 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [290.419 676.358 296.596 688.749] -/A << /S /GoTo /D (Hfootnote.27) >> +/A << /S /GoTo /D (Hfootnote.28) >> >> endobj -2335 0 obj +2357 0 obj << -/D [2333 0 R /XYZ 84.039 766.262 null] +/D [2355 0 R /XYZ 84.039 766.262 null] >> endobj -1118 0 obj +1130 0 obj << -/D [2333 0 R /XYZ 85.039 650.455 null] +/D [2355 0 R /XYZ 85.039 650.455 null] >> endobj -2336 0 obj +2358 0 obj << -/D [2333 0 R /XYZ 99.386 74.244 null] +/D [2355 0 R /XYZ 99.386 74.244 null] >> endobj -2332 0 obj +2354 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F77 1343 0 R /F101 1502 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F77 1355 0 R /F101 1518 0 R /F72 1233 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2340 0 obj +2361 0 obj << /Length 1820 /Filter /FlateDecode @@ -13261,93 +13497,91 @@ x ÓgÄ 'T®©t1´u¡¡¡Ï[k´»—_¯³<ÛnA[$î7yzW[²Rãwµ q"¸¢Ýh¶µ”5²OñHõðÆÇÞ†“Ù™ë2ßå&3+ÃR3?l4niw¿®Ê¹Ö ¸Ð[]ØnÄ‚0‘pÿlÖD]® s›/ -'u]ÎérÐÔ£)wM×ܼJçë :!“ölŒKp68B0_E!òmrê^:™óÙä/kL˽ +'u]ÎérÐÔ£)wM×ܼJçë :!“ölŒKp68B0_E!òmrº¦w2ç³É_k]˾ endstream endobj -2339 0 obj +2360 0 obj << /Type /Page -/Contents 2340 0 R -/Resources 2338 0 R +/Contents 2361 0 R +/Resources 2359 0 R /MediaBox [0 0 612 792] -/Parent 2337 0 R +/Parent 2352 0 R >> endobj -2341 0 obj +2362 0 obj << -/D [2339 0 R /XYZ 84.039 766.262 null] +/D [2360 0 R /XYZ 84.039 766.262 null] >> endobj -1122 0 obj +1134 0 obj << -/D [2339 0 R /XYZ 85.039 635.457 null] +/D [2360 0 R /XYZ 85.039 635.457 null] >> endobj -1126 0 obj +1138 0 obj << -/D [2339 0 R /XYZ 85.039 112.688 null] +/D [2360 0 R /XYZ 85.039 112.688 null] >> endobj -2338 0 obj +2359 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F77 1343 0 R /F101 1502 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F77 1355 0 R /F101 1518 0 R /F72 1233 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2344 0 obj +2365 0 obj << -/Length 2678 +/Length 2676 /Filter /FlateDecode >> stream -xÚ½ÙrÛÈñ]_ÁW *;ƒÞT*^­¼–×¶‹©Te½8$‘ -htÛw´4LÉUÓÎÆÒ¯ò.”Ïq9ëÎO…Y‡NSä˜.†^ÍœB~8ÁÜ.úí€ÕNùVcYØÚå"9œj‘æHy]üF¤|‚F&1 -1FïqóÒÃt…ÈŠ2{(áÄù -áµÿÈ[§:ü£‡fjýQ]'8ÚÒì£-?×ußêr }2!lÛ¬Ù|p·ñŸb:­Öû:«Šœ¨5­†ƒ¸¯2j!ìA÷½®¨ñ,”âB14€(€M©ÍX’x"žÑ+0Œ.¶ÕKÇÄ Âòbèä»B:èÚ’l)ßÍ8G,T…Æ6xž>¹6!6Cs<øžM£È™ÎvÒ©»ãc‰Éš™Ø(ê®oCИâ½^c`ø¾8)s¸™u]±­qŒÀ&횢-f++!)˜nŸµ—„Tý'‹£&gªäRA­Ö kú>(&b§c@ä¡Y"žS «í·Ç1O½ ž<Ofã„i[,¹Ö -W­ ÍÎÒîÉH¶LŸf§“ ™§òéÒœ”Wb½¸‡æÃü,ÿM’ÖŠsÚ˜Äqc0íß»çô»S¦ZðnW”EÓøÇ2˜ä-,£ô¼àh®ýpÆðxä:I²1ê¨Ýô³Õ¥‚¯²yNmìÊT@Å}õJâ•ö—´áyÔOBç<ÒÒðiÉ© -yhÁüC)þ²ët^d‡*¶±e?6ÿwص `í/aZçÔ…¿yK&·±ˆocw&J5;]r5»¥« -Ó³ªʽ½> -Yö?èkøá‚3hš`·Æ1 ptN3:Kã¤÷LnJ)ÜÄsëÙÜ[ŸŒ\OŒé‹•mìH–nÒmO<XÐZ -öù¹t_Ù·Õ³²OÞÕá÷kDµñO -¬yi—-tÃ`d[þ·jŽ¡P>¡¦ï¹A0ºŠæ¹í¡éÇ_0ý2 +xÚ½ÙrÜÆñ_±/ª€U\x7äT*4MY”%‘7•ªX~ +ב³ìüT˜uè4EŽébèÕÌa(ä‰óÌí¢ßÐXí”OaÅ1–…­M.’=ÁCÍ#Ò¼ 2c ‹ßˆ”CШÓ!F!ƨñ=n^z˜® +ÜWµö¤û^WÔxæGJq¡@À¦Ôæ ,I<OèFÛê¥câay1tòM¡ötiI¶”ïæœ# ªB c<OŸ\ƒ«¡Î9|σ¦QäLg}Щ»ãc‰Éš‰Ø(ê®oCИâ½^b`ø¾8)s¸™u]±®qŒÀ&횢-f++!)˜nŸµ—„Tý'‹£&gªäRA­Ö kú>)&b§c@ä¡Y"žR «í·Ç1O½ ž<Ofã„i[,¹Ö +W{­ ÍÎÒîÉH¶LŸf§“ ™çòéÒœ”Wb½¸‡æÃü,ÿM’ÖŠsÚ˜Äqc0íß»+úÝ)S­ +Ù\Q»1Pq_½Ñûx¥ý9mxõ“й´4|Z²pjͭΕ%zç„ôôZ•L ã¦û€šÁ¨KPS÷±åRd„ÎíÐêɶQ¦w‰Èy£ e":¡#€fÈÝîhMm*æŠQ‘5dþ£^a©ØÒÁèÞÒõçá‘Q%§A¤¢shjPû:Æ}«ò~h™ì{Ý[aŠÚJY5ÃéìÈ…ñ1/¬=[ÄQ9THLFN§’·šÆðO 4yùØ´ †ÁΠy{AS™N¿¤ v…@ÔF¡Œ¢8`x|·C[˜Êº-̈X'Ñ$öÑhc +Î?<ã9k-t°dKëqéÈÄŒ¤°:‹13kB‰µÑ +=åÖ]óªÓS­îYÛ}ü‰ŒýÀÕ$v +J¸–¼»ù32[_-'^ì$4¹ï\Ùߪfj¤ˆÜ èøõŒTW¹ññ/ËñB=A*{Œü\ºÀ/ìÛêYYŒÞÕá÷kDµñXóÒ:-[è†ÁȶüoÕC¡|FMßsƒ`t;ÍsÛCÓ¿`úy endstream endobj -2343 0 obj +2364 0 obj << /Type /Page -/Contents 2344 0 R -/Resources 2342 0 R +/Contents 2365 0 R +/Resources 2363 0 R /MediaBox [0 0 612 792] -/Parent 2337 0 R +/Parent 2352 0 R >> endobj -2345 0 obj +2366 0 obj << -/D [2343 0 R /XYZ 84.039 766.262 null] +/D [2364 0 R /XYZ 84.039 766.262 null] >> endobj -1130 0 obj +1142 0 obj << -/D [2343 0 R /XYZ 85.039 724.966 null] +/D [2364 0 R /XYZ 85.039 724.966 null] >> endobj -1134 0 obj +1146 0 obj << -/D [2343 0 R /XYZ 85.039 667.791 null] +/D [2364 0 R /XYZ 85.039 667.791 null] >> endobj -1138 0 obj +1150 0 obj << -/D [2343 0 R /XYZ 85.039 441.416 null] +/D [2364 0 R /XYZ 85.039 441.416 null] >> endobj -2342 0 obj +2363 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F101 1518 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2348 0 obj +2369 0 obj << /Length 1797 /Filter /FlateDecode @@ -13359,30 +13593,30 @@ g# dÓ¢5¢øËXOóê¦Æî€+S·ãƒ *=¸ŒØ†wÐOýÀjarŠðÒpû ÛÁû‡¶Ž§lI£ÿk†U Dpÿ­e_,¼¯–Ãyôíjúö½râ;D½/;7ªÿ?gOŠü¿=¼±Æ=Zñ: ƒ(*Ü£ÊÖXv¸áóðh0À¥ÈÝD -Çв`Ó4¾åù–›‰Ž¿˜?l5Qê_:ùá…´fžNוyˆÞš6‰˜ªn­H-´ªØìjû¾4-¡(üR@‡ÂåÎR–%¬UvGE“vãcÌÔ*­¶vÅ=š´ÁýFÇ3Œ†KTyžµ—ï*7·[:#T¢ó±Wïèã×÷Ò’ ´¸GŽy&\«—ð0ƒèœ+’ MáÄq +Çв`Ó4¾åù–›‰Ž¿˜?l5Qê_:ùá…´fžNוyˆÞš6‰˜ªn­H-´ªØìjû¾4-¡(üR@‡ÂåÎR–%¬UvGE“vãcÌÔ*­¶vÅ=š´ÁýFÇ3Œ†KTyžµ—ï*7·[:#T¢ó±Wïèã×÷Ò’ ´¸GŽy&\«—ð0ƒèœ+’ MáÄq endstream endobj -2347 0 obj +2368 0 obj << /Type /Page -/Contents 2348 0 R -/Resources 2346 0 R +/Contents 2369 0 R +/Resources 2367 0 R /MediaBox [0 0 612 792] -/Parent 2337 0 R +/Parent 2352 0 R >> endobj -2349 0 obj +2370 0 obj << -/D [2347 0 R /XYZ 84.039 766.262 null] +/D [2368 0 R /XYZ 84.039 766.262 null] >> endobj -2346 0 obj +2367 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F77 1343 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F77 1355 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2352 0 obj +2373 0 obj << /Length 3381 /Filter /FlateDecode @@ -13407,61 +13641,66 @@ Yl .뤳[D5‚N•­T19¹mª¬jK­½ˆño¬4ü®Úà‚'ñ3 \uѪ\ò(S÷ RÃk2Œ*?õgvü &¡»l¦š[{K_ š\¼%(z|ò㾨 -Bþí”üûëë4ƒEMŠäHêÉãÞϱhñžüíKЕÇHn‡Ÿ†÷>öŸ”=î7hÃÕYþ:î-ÈÔ“&þ;>b)××MÞWg±©¾úÊbV¹üp’zè£ÞÜ¢µ/bj‡‹­¸–žÎðìFRõùÓÙG¬h÷9+²eõàqSÉ“®ªiöìåäžž.¥G$s_@u_Wñì +Bþí”üûëë4ƒEMŠäHêÉãÞϱhñžüíKЕÇHn‡Ÿ†÷>öŸ”=î7hÃÕYþ:î-ÈÔ“&þ;>b)××MÞWg±©¾úÊbV¹üp’zè£ÞÜ¢µ/bj‡‹­¸–žÎðìFRõùÓÙG¬h÷9+²eõàqSÉ“®ªiöìåäžž.¥G$s_@u_Wñì endstream endobj -2351 0 obj +2372 0 obj << /Type /Page -/Contents 2352 0 R -/Resources 2350 0 R +/Contents 2373 0 R +/Resources 2371 0 R /MediaBox [0 0 612 792] -/Parent 2337 0 R +/Parent 2352 0 R >> endobj -2353 0 obj +2374 0 obj << -/D [2351 0 R /XYZ 84.039 766.262 null] +/D [2372 0 R /XYZ 84.039 766.262 null] >> endobj -1142 0 obj +1154 0 obj << -/D [2351 0 R /XYZ 85.039 565.649 null] +/D [2372 0 R /XYZ 85.039 565.649 null] >> endobj -1146 0 obj +1158 0 obj << -/D [2351 0 R /XYZ 85.039 330.431 null] +/D [2372 0 R /XYZ 85.039 330.431 null] >> endobj -2350 0 obj +2371 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F77 1343 0 R /F101 1502 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F77 1355 0 R /F101 1518 0 R /F72 1233 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2359 0 obj +2380 0 obj << /Length 1613 /Filter /FlateDecode >> stream -xÚ¥ÙrÛ6ð]_Á·€3EðÙN§ã*Nì4‰S[>$DÁ"ƼBPv”¯ï.”DÅI;í‹´Xì}‚¾³q|çÕä·ådör;™—%Aâ,ïœ4öü0sæQâÅqà,×Ζz¡çNãÄg×çK7 ÙÙõ«óåòòÝ+wÄ>{yuMÀ•ùlyqnï¯ñ|µ8¿¹¹º¾q§Ielqqö~9P¤Vî͋ł0ËóÅÅ»ËÅÙ:¾@ g.眑f÷Óòõä|9ù<áàïðƒÅ7OæN^M>|ò5ܽv|/ÌRçÑPVN'žŸÅ -Ì,BHÓÜç°ì§aŠÃ¬' -›NT•<}+ +xÚ¥ÙrÛ6ð]_Á·3ðÙN§ã*Nì4‰S[>$DÁ"ƼBPv”¯ï.”DÅI;í‹´Xì}‚ÌÙ8Ìy5ùm9™½œÇNægI8Ë;'}fÎ<Jü8œåÚùà¦~è{Ó8aîõùÒËB÷ìúÕùryùî•7 +ì8Qz +7‡°bÃÐ}‰dbêÖro"ôHÓõ6sOˆJQ•¼–:ïÔŠb·«VAÕׯ ÝÆ!àÚ8…RŸûüw‘SͶ\“ž••¶Õƒ*’;j„ÂW5[ ánñ2©I¢}%Zí¯k:©·¥E*‹ÓÛ•î…)ÛrG¨•ì)ÈÛ¬%3 +ÝKËA“nc¬6rGáÌ!|0@e!òu–StÖÄþÑãP­thE×k‹ožê€Ó4±QÆ-Cú'ú%Zj,££rTCèKBäf( â™wRð„nE~¯êÍ3"ÿÈbfê¯J¸"[¯‡ "Œm +\™E© $Röfb#An +!-åÞ‰’ß.þ´·­Ì:“?c÷—²¬÷3â’¦Û`[ÝÔò´É×Û\~Ûð„1"·Çxä MÏœ Ûd\Ì"¨ÖÎÒ‘7xU¯e+á§¶´b`_KQjU_Ø[›kôÏ£ÁD(tÇü“M8z+¡ê=Ëh§=U`fBšæŒÃ²Ÿ†)³ž + ZpZ4å˜Í4ŠµÚºí@°zЩwÐ2T_8†÷âMŽ +eågl>ŽÐ[34CóÀ^ endstream endobj -2358 0 obj +2379 0 obj << /Type /Page -/Contents 2359 0 R -/Resources 2357 0 R +/Contents 2380 0 R +/Resources 2378 0 R /MediaBox [0 0 612 792] -/Parent 2337 0 R -/Annots [ 2354 0 R 2355 0 R 2361 0 R 2356 0 R 2362 0 R ] +/Parent 2384 0 R +/Annots [ 2375 0 R 2376 0 R 2382 0 R 2377 0 R 2383 0 R ] >> endobj -2354 0 obj +2375 0 obj << /Type /Annot /Subtype /Link @@ -13470,7 +13709,7 @@ endobj /A << /S /GoTo /D (subsection.8.1.15) >> >> endobj -2355 0 obj +2376 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -13478,7 +13717,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/wiki/index.php/SDCC_internals_and_porting)>> >> endobj -2361 0 obj +2382 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -13486,7 +13725,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/wiki/index.php/SDCC_internals_and_porting)>> >> endobj -2356 0 obj +2377 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -13494,7 +13733,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/mailarchive/message.php?msg_id=13954144)>> >> endobj -2362 0 obj +2383 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -13502,18 +13741,18 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/mailarchive/message.php?msg_id=13954144)>> >> endobj -2360 0 obj +2381 0 obj << -/D [2358 0 R /XYZ 84.039 766.262 null] +/D [2379 0 R /XYZ 84.039 766.262 null] >> endobj -2357 0 obj +2378 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F101 1502 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F101 1518 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2365 0 obj +2387 0 obj << /Length 2610 /Filter /FlateDecode @@ -13529,65 +13768,65 @@ N ‘  öq½e*·ÆÉ=Ë-*þ©ÚaÎðH×]Û«þÆÛ.„ Hƒƒd ÄŒµ¶/“ šƒ4¯õÄ ÔÈlçš¿Xi,-‰±d`ŸÉw‚‰ #4 Ä*ãá‚£ÔRz}à{*²2ÂÁ Q¸ºÁ/œ#Û±%DHf‡¸š&FèæÒ€±Wê†2u±´SJIÝE ®ÁW°aÉ&Å(qô4‡¼²ŽGGOgTáNM8P üçÜ5µ“`áqw¸b=:\žÌRïÜÓÛŒœ pÌýVê:±å$CêlÒ™š‚—«!G °A?òµh©7 -¢¬Z€^Z˜°Ub9ñ„³°š”J)¿ØOêE'3“¥2ï~ĸ³X÷c#g·ôšË#p|=“§Z1ódŠs _uñÌDW|¬–âfî…¯6l¨Ÿ!ñäS:%˜žùægU’k¾œJ¥ IäqV;…LŽŸ—½é¯œ=)~Öú ô0ý‘· CŸd€êq²Ïýœm„þbÕߎ¯þÇ¢ +¢¬Z€^Z˜°Ub9ñ„³°š”J)¿ØOêE'3“¥2ï~ĸ³X÷c#g·ôšË#p|=“§Z1ódŠs _uñÌDW|¬–âfî…¯6l¨Ÿ!ñäS:%˜žùægU’k¾œJ¥ IäqV;…LŽŸ—½é¯œ=)~Öú ô0ý‘· CŸd€êq²Ïýœm„ÁbÕߎ¯þØ¢ endstream endobj -2364 0 obj +2386 0 obj << /Type /Page -/Contents 2365 0 R -/Resources 2363 0 R +/Contents 2387 0 R +/Resources 2385 0 R /MediaBox [0 0 612 792] -/Parent 2372 0 R +/Parent 2384 0 R >> endobj -2366 0 obj +2388 0 obj << -/D [2364 0 R /XYZ 84.039 766.262 null] +/D [2386 0 R /XYZ 84.039 766.262 null] >> endobj -1150 0 obj +1162 0 obj << -/D [2364 0 R /XYZ 85.039 724.966 null] +/D [2386 0 R /XYZ 85.039 724.966 null] >> endobj -1154 0 obj +1166 0 obj << -/D [2364 0 R /XYZ 85.039 545.588 null] +/D [2386 0 R /XYZ 85.039 545.588 null] >> endobj -2367 0 obj +2389 0 obj << -/D [2364 0 R /XYZ 85.039 448.03 null] +/D [2386 0 R /XYZ 85.039 448.03 null] >> endobj -2368 0 obj +2390 0 obj << -/D [2364 0 R /XYZ 85.039 361.728 null] +/D [2386 0 R /XYZ 85.039 361.728 null] >> endobj -2369 0 obj +2391 0 obj << -/D [2364 0 R /XYZ 85.039 299.337 null] +/D [2386 0 R /XYZ 85.039 299.337 null] >> endobj -2370 0 obj +2392 0 obj << -/D [2364 0 R /XYZ 85.039 248.901 null] +/D [2386 0 R /XYZ 85.039 248.901 null] >> endobj -2371 0 obj +2393 0 obj << -/D [2364 0 R /XYZ 85.039 150.645 null] +/D [2386 0 R /XYZ 85.039 150.645 null] >> endobj -2363 0 obj +2385 0 obj << -/Font << /F72 1221 0 R /F77 1343 0 R /F123 1722 0 R /F48 1171 0 R >> +/Font << /F72 1233 0 R /F77 1355 0 R /F123 1737 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2375 0 obj +2396 0 obj << /Length 2804 /Filter /FlateDecode @@ -13605,40 +13844,40 @@ x ôNêÊ`ÜÐü²ï{âaà Ð¶<$ÞÔ¿îÇ€RINMë ‘c`8ÚhÞó¿LÊnp h—ä4y9¯û‘ÓÛÚvØ{Ø ‘Þ¦]WC‡¦‚ C\ -䇢ã·]0¥¯RB£ê|f F0£ŽåcGë¸8„HjÞ<š·½ émkûï¢\ á^úÝÿ?COb!ØÕÁ +䇢ã·]0¥¯RB£ê|f F0£ŽåcGë¸8„HjÞ<š·½ émkûï¢\ á^úÝÿ?COb!ØÕÁ endstream endobj -2374 0 obj +2395 0 obj << /Type /Page -/Contents 2375 0 R -/Resources 2373 0 R +/Contents 2396 0 R +/Resources 2394 0 R /MediaBox [0 0 612 792] -/Parent 2372 0 R +/Parent 2384 0 R >> endobj -2376 0 obj +2397 0 obj << -/D [2374 0 R /XYZ 84.039 766.262 null] +/D [2395 0 R /XYZ 84.039 766.262 null] >> endobj -2377 0 obj +2398 0 obj << -/D [2374 0 R /XYZ 85.039 664.567 null] +/D [2395 0 R /XYZ 85.039 664.567 null] >> endobj -2378 0 obj +2399 0 obj << -/D [2374 0 R /XYZ 85.039 567.201 null] +/D [2395 0 R /XYZ 85.039 567.201 null] >> endobj -2373 0 obj +2394 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F72 1233 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2381 0 obj +2402 0 obj << /Length 2341 /Filter /FlateDecode @@ -13650,30 +13889,30 @@ x „p‘‘^|J¶³ãAsÁŽ­ú™àñÐOÉ‘‹»û#ññ`AÏCáç§ŸŽæ§³¥Õ؇ 0膛AfÜÈön ,”<…<Lô‚óí`|ûKåsçOƒÛºØÔ¼oõœäÍ>>£fÔœÍ,8³í<’³ 9Ûi > òëx -ª­‘y‚êÎZ«Dr$uÛ q•!¨N!À ë¸:Hh•ióÙ +ª­‘y‚êÎZ«Dr$uÛ q•!¨N!À ë¸:Hh•ióÙ endstream endobj -2380 0 obj +2401 0 obj << /Type /Page -/Contents 2381 0 R -/Resources 2379 0 R +/Contents 2402 0 R +/Resources 2400 0 R /MediaBox [0 0 612 792] -/Parent 2372 0 R +/Parent 2384 0 R >> endobj -2382 0 obj +2403 0 obj << -/D [2380 0 R /XYZ 84.039 766.262 null] +/D [2401 0 R /XYZ 84.039 766.262 null] >> endobj -2379 0 obj +2400 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F127 1834 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F127 1852 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2385 0 obj +2406 0 obj << /Length 3202 /Filter /FlateDecode @@ -13692,37 +13931,37 @@ x }ÿÁS"Â(„C›ÉxØŽ íÞ 1‹5·  \ -ŽrÄàâ´©ø:Çì± K]÷ï{}Õ\7ÕÖ´m%K¬|øZ\ו-Ãí 7_OF›\VM…^ 6ü>¤R¹Ù*H$üíACf¿X’î85Ž8 }Ô$¡÷ô±¼^·<• .ï.‰ð­âáɱCßhp”§®o_Jì¥xÄP›ÁêÜWn ?ÿ¼¦rËÝÚ—ãÐ /Ô…wá‰ãð„nîqêoé +ŽrÄàâ´©ø:Çì± K]÷ï{}Õ\7ÕÖ´m%K¬|øZ\ו-Ãí 7_OF›\VM…^ 6ü>¤R¹Ù*H$üíACf¿X’î85Ž8 }Ô$¡÷ô±¼^·<• .ï.‰ð­âáɱCßhp”§®o_Jì¥xÄP›ÁêÜWn ?ÿ¼¦rËÝÚ—ãÐ /Ô…wá‰ãð„nîqêoé endstream endobj -2384 0 obj +2405 0 obj << /Type /Page -/Contents 2385 0 R -/Resources 2383 0 R +/Contents 2406 0 R +/Resources 2404 0 R /MediaBox [0 0 612 792] -/Parent 2372 0 R +/Parent 2384 0 R >> endobj -2386 0 obj +2407 0 obj << -/D [2384 0 R /XYZ 84.039 766.262 null] +/D [2405 0 R /XYZ 84.039 766.262 null] >> endobj -2387 0 obj +2408 0 obj << -/D [2384 0 R /XYZ 85.039 726.958 null] +/D [2405 0 R /XYZ 85.039 726.958 null] >> endobj -2383 0 obj +2404 0 obj << -/Font << /F75 1282 0 R /F72 1221 0 R /F48 1171 0 R /F101 1502 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F72 1233 0 R /F48 1183 0 R /F101 1518 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2390 0 obj +2411 0 obj << -/Length 1345 +/Length 1344 /Filter /FlateDecode >> stream @@ -13730,30 +13969,30 @@ x Šm—a·ÁêT£¯l å?¼CÝŹp{p|Iæ y'¬,ä’«gžêükž±ë¹‘)b&¹Pì܈zWt«aªØÄdÆ&c•Œ_ª­¤ÂoTˆ%%·Au3­5vá Âñí¨wòì»`,ë¨å¾i½º­¾Ø%^f!ÃɃÂeM/j0ƒ3N:Û¢Þ‡h¶¢×VÐ `8¢D Î+…±6\DóQú‡Ùh9žÏŠ…-=ðIêSúaJžŸŠK2_VÇ=Ù1W¸áp®u)3Hgþdòo²ry/‡ŸÑ<ŸîÂYùË0H.1­RÑñ7yKw׳¦µA0¸<W3|LËdåÉÍéûäSÌˉÎÉúpÍaí£Í¤—\nÂ1:a‹B&ÄDWÝœDº8n™¯X()–ñL®„")¥àJ­]ÿº 狜o\½Œa!èj›;œËåÛG޾o†IZŸÎuíïRŽv‚Åd+^%XÞø±»‘NDK±7:v”ú {uÂòSNßüˆq›×Ðλˆ( Žg£t4R°¹¡„•( ÂúJÒT(j˜G“õs¦Ðñ×’ <Û+ë[øx­´xÃÃÕŠêÀ²î Â -Ú‚Å}'yjZÙYUyÿéǵU¹Ùù…<URøAŠT34\tüÕïIéAc%`˜ÜB¢ˆa3'Ñ +Ú‚Å}'yjZÙYUyÿéǵU¹Ùù…<URøAŠT34\tüÕïIéAc%`˜ÜB¢ˆa3'Ñ endstream endobj -2389 0 obj +2410 0 obj << /Type /Page -/Contents 2390 0 R -/Resources 2388 0 R +/Contents 2411 0 R +/Resources 2409 0 R /MediaBox [0 0 612 792] -/Parent 2372 0 R +/Parent 2384 0 R >> endobj -2391 0 obj +2412 0 obj << -/D [2389 0 R /XYZ 84.039 766.262 null] +/D [2410 0 R /XYZ 84.039 766.262 null] >> endobj -2388 0 obj +2409 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2394 0 obj +2415 0 obj << /Length 960 /Filter /FlateDecode @@ -13764,30 +14003,30 @@ xÚ­Xms Є¾ýjýCØAãž„9·„†ý4¬š£¡è±^ŽÆúh¬–hXކ&h¤òyêÎ>À¦˜âuñÑym¶+WÔ0æeäήÎãìt%$'†„ƒÚ–HÍ7‘¨æiZlV}±YŠ j^ã½ Êõyƒc®®2Gׂ¦Œ9ð@òVÒÙÑ5gíOùf}É9Þ—$¨’E°A}ƒ:½åôœ‡ªwt«ê]m*¡e_’O ù§ -hÚ–-²‡&cŽt”—l¾ö†,UQ +hÚ–-²‡&cŽtÔ.Ù |í'†=UR endstream endobj -2393 0 obj +2414 0 obj << /Type /Page -/Contents 2394 0 R -/Resources 2392 0 R +/Contents 2415 0 R +/Resources 2413 0 R /MediaBox [0 0 612 792] -/Parent 2372 0 R +/Parent 2417 0 R >> endobj -2395 0 obj +2416 0 obj << -/D [2393 0 R /XYZ 84.039 766.262 null] +/D [2414 0 R /XYZ 84.039 766.262 null] >> endobj -2392 0 obj +2413 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2398 0 obj +2420 0 obj << /Length 980 /Filter /FlateDecode @@ -13797,35 +14036,35 @@ xÚµV]s …­_[øy™<;ð0‘ D1}yDpc*ø#¨É&¦‡t½¡ÓUIÉ¥ãÏþª–EYÿ=-Ù "Wg¯øøI#5@&!‰#+°™Ë@Q–Ç Nï!™çe}ÕÔž¢V¡Ë#â%§wqy¤ š¯Lë—§Áv§Áð%#³/öº0 7þ„5Q»tŽì%É.N¨<àH6«vôV„ìm™« øoWÀ×Ð|„Øw!,ó!1Þ("Ìv˜KewZÄ· ‹q›{ÁnÀ™ÁœOEú( -îöÖgRêvh¤JSJÕñzé+²Î–ÚLå=ÉŸ4ÞÖš ZÔiÙ,ʪã¬vsFêô±Þ–©ÿ§ªæ©h™¦ãÓ(^fùÃ7‰ì©C¨¿Aâý`8ü_Š0&ÎWÜl*§/‘`’ÙAJúög ˆÊFªŠuZË­wÃJ^$ç°'Ø)°[GV¤«*=“Í9ÍvbÛe§*¡Kí'ƒl¸aVéó(tÚÓN‡¾H…‡ÍÚ¯PλPäжÕÚ#—i¾×¶—ÿÚÈ»´C±3´ÅZ›ïÊÁó›ú¦Jc5Ð8pŠHÃ)\WàƒaÛâ#‹×X¦êZ ×£~FbÎÚ΋Œj 0÷QQQ½[Ù8M$'mTAôE7% +îöÖgRêvh¤JSJÕñzé+²Î–ÚLå=ÉŸ4ÞÖš ZÔiÙ,ʪã¬vsFêô±Þ–©ÿ§ªæ©h™¦ãÓ(^fùÃ7‰ì©C¨¿Aâý`8ü_Š0&ÎWÜl*§/‘`’ÙAJúög ˆÊFªŠuZË­wÃJ^$ç°'Ø)°[GV¤«*=“Í9ÍvbÛe§*¡Kí'ƒl¸aVéó(tÚÓN‡¾H…‡ÍÚ¯PλPäжÕÚ#—i¾×¶—ÿÚÈ»´C±3´ÅZ›ïÊÁó›ú¦Jc5Ð8pŠHÃ)\WàƒaÛâ#‹×X¦êZ ×£~FbÎÚ΋Œj 0÷QQQ½[Ù8M$'mTAôE7% endstream endobj -2397 0 obj +2419 0 obj << /Type /Page -/Contents 2398 0 R -/Resources 2396 0 R +/Contents 2420 0 R +/Resources 2418 0 R /MediaBox [0 0 612 792] -/Parent 2400 0 R +/Parent 2417 0 R >> endobj -2399 0 obj +2421 0 obj << -/D [2397 0 R /XYZ 84.039 766.262 null] +/D [2419 0 R /XYZ 84.039 766.262 null] >> endobj -1158 0 obj +1170 0 obj << -/D [2397 0 R /XYZ 85.039 533.434 null] +/D [2419 0 R /XYZ 85.039 533.434 null] >> endobj -2396 0 obj +2418 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F72 1221 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F72 1233 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2405 0 obj +2426 0 obj << /Length 876 /Filter /FlateDecode @@ -13834,20 +14073,20 @@ stream xÚ}UMoÜ6½ûWèE"š¤¾sKì¦@{)à ‘ï²¼¢p©r~﹨c>‰àX½˜NÎYѤJxm 㣫·3ZÑÇÕr^tﲃ±þ0º ¸¶‚JQÑÁF_T4÷wwѺ×΃`ÓM«2ÁgÏ“U\|ÊžÏquVçãUäà®Fo¡“ Ú˜âÏÏÑ/rTxvE$¯}\sü@²ÎˆÉ -Ö×â¢_ûÂhµá Ð-Êš ó +Ö×â¢_ûÂhµá Ð-Êš ó endstream endobj -2404 0 obj +2425 0 obj << /Type /Page -/Contents 2405 0 R -/Resources 2403 0 R +/Contents 2426 0 R +/Resources 2424 0 R /MediaBox [0 0 612 792] -/Parent 2400 0 R -/Annots [ 2401 0 R 2402 0 R ] +/Parent 2417 0 R +/Annots [ 2422 0 R 2423 0 R ] >> endobj -2401 0 obj +2422 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -13855,7 +14094,7 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sdcc.sourceforge.net/#Who)>> >> endobj -2402 0 obj +2423 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] @@ -13863,100 +14102,97 @@ endobj /Subtype/Link/A<</Type/Action/S/URI/URI(http://sourceforge.net/)>> >> endobj -2406 0 obj +2427 0 obj << -/D [2404 0 R /XYZ 84.039 766.262 null] +/D [2425 0 R /XYZ 84.039 766.262 null] >> endobj -1162 0 obj +1174 0 obj << -/D [2404 0 R /XYZ 85.039 724.966 null] +/D [2425 0 R /XYZ 85.039 724.966 null] >> endobj -2407 0 obj +2428 0 obj << -/D [2404 0 R /XYZ 85.039 379.511 null] +/D [2425 0 R /XYZ 85.039 379.511 null] >> endobj -2403 0 obj +2424 0 obj << -/Font << /F72 1221 0 R /F101 1502 0 R /F77 1343 0 R /F127 1834 0 R /F48 1171 0 R >> +/Font << /F72 1233 0 R /F101 1518 0 R /F77 1355 0 R /F127 1852 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2549 0 obj +2569 0 obj << -/Length 1148 +/Length 1141 /Filter /FlateDecode >> stream -xÚÍZKsÛ6¾ûWðHÎ -@ 9“f¦$“N}iÝö ä -ÆUYNÓ+4IöiÎtùiÐâZ“^5<–Ú ×_T {Ô©:;¼þü÷ÌzWʺ‰¿€¨TVK*FüÃù¬ƒ‹áÎ&m8 -‚÷ƒè8R²û4} #}tG%Íø`¶PdÖ÷CÝ©ž¢Žuú†ì+ñ·†_ºÈ›ZH2”|7lҹú •PA>ÙÃ.­O^e§LK!Ûºù[6S? fF§„¨9œV³agf‡èžÊ&p¨ðaHñÛFuÓ ‰DÃå(ÞbœsmbãÖÂ,mÁ³ ±)f«z1¢­f=Gƒrä^‚[#ZÉTïØ,ÌÑ´N•ÌôÑ`³åªûÐr´À²}qàÌW  _kø'*Íp‹S¾ÛqcÐÀ&=êä¸Dw׊pÑÞгý¡O­Míj’ - -.×£vh7µ<ÐFŸA²Y*#e —¿`õ#ÜóFLýc³½çoGᦇ«ƒ‡â5÷v]ÈͤBõœùÑâµ\ºn¶·I,º6[¸ó!v6»†ñ¦EýhÙL=NZÆÆ¤E³@èJŒ;5‡0ÖG,¤m Õ# Ö†Ú i ½ƹ{ܶ[o~!›©…šÁVBº¦ä½Û0-˜ã!;vÉ»`õÞýMòåró*¡«jQ-Ëÿà+5hî7 -ÚðH+cAãM£¥k^óš}arÖù…¬ãÃÜâØâ>ŽOdCw³nòq)2˜MgÑ0—¼¶ýˆÄn[–NP†T -ýÆooÐþyÆo -Vù +xÚÍZKsÛ6¾ûWðHÎ @‰¯™43}$™tšK«¶'˜„(´$À¤­ä×,UvìYR€ãœ¬ƒðíìãÛ]M€ƒ·øÞßW/ÞäI,ã¼ÈI°ZEãEdiã< +ãÊ(IÃ4 +M× )Fktù0hv +.šYŸ4óÙd x×ó–!)ÚOQ–†Îá(…žŽ­ÅýTµ²£¯\ó±¦ýFâ­fW6óÆ²ŒgZ¾ï0øÀÜ´.æZ(!/×\Ó+“7Á!U‚‹æLWò»Q=@8P‰Úá4ŠöíŠï²Û”)àðaèá×µl[ª4âñš‰À8aJ»æ­YH:Á3 ®¾\ËŽh­hÇP/¹ؤŽ’Àµæ`5ª6tT]ö®µOIuç æ­V} -,š³œW¾ræäkÿLÒ ·8»-Óõ¬¦Âƒ~µü +õtØÜ>„ýè +}ÔùDçüŸÏÿü²£•’—ßï÷%æž_9B¾ö½„‚óÝ´…>@ûW?|ýÞ‘Ë{W€ß7"ì¢â¼u—JâeºÐ"‹‹Ã¿I‘änѽºø†žO© endstream endobj -2548 0 obj +2568 0 obj << /Type /Page -/Contents 2549 0 R -/Resources 2547 0 R +/Contents 2569 0 R +/Resources 2567 0 R /MediaBox [0 0 612 792] -/Parent 2400 0 R -/Annots [ 2408 0 R 2409 0 R 2410 0 R 2411 0 R 2412 0 R 2413 0 R 2414 0 R 2415 0 R 2416 0 R 2417 0 R 2418 0 R 2419 0 R 2420 0 R 2421 0 R 2422 0 R 2423 0 R 2424 0 R 2425 0 R 2426 0 R 2427 0 R 2428 0 R 2429 0 R 2430 0 R 2431 0 R 2432 0 R 2433 0 R 2434 0 R 2435 0 R 2436 0 R 2437 0 R 2438 0 R 2439 0 R 2440 0 R 2441 0 R 2442 0 R 2443 0 R 2444 0 R 2445 0 R 2446 0 R 2447 0 R 2448 0 R 2449 0 R 2450 0 R 2451 0 R 2452 0 R 2453 0 R 2454 0 R 2455 0 R 2456 0 R 2457 0 R 2458 0 R 2459 0 R 2460 0 R 2461 0 R 2462 0 R 2463 0 R 2464 0 R 2465 0 R 2466 0 R 2467 0 R 2468 0 R 2469 0 R 2470 0 R 2471 0 R 2472 0 R 2473 0 R 2474 0 R 2475 0 R 2476 0 R 2477 0 R 2478 0 R 2479 0 R 2480 0 R 2481 0 R 2482 0 R 2483 0 R 2484 0 R 2485 0 R 2486 0 R 2487 0 R 2488 0 R 2489 0 R 2490 0 R 2491 0 R 2492 0 R 2493 0 R 2494 0 R 2495 0 R 2496 0 R 2497 0 R 2498 0 R 2499 0 R 2500 0 R 2501 0 R 2502 0 R 2503 0 R 2504 0 R 2505 0 R 2506 0 R 2507 0 R 2508 0 R 2509 0 R 2510 0 R 2511 0 R 2512 0 R 2513 0 R 2514 0 R 2515 0 R 2516 0 R 2517 0 R 2518 0 R 2519 0 R 2520 0 R 2521 0 R 2522 0 R 2523 0 R 2524 0 R 2525 0 R 2526 0 R 2527 0 R 2528 0 R 2529 0 R 2530 0 R 2531 0 R 2532 0 R 2533 0 R 2534 0 R 2535 0 R 2536 0 R 2537 0 R 2538 0 R 2539 0 R 2540 0 R 2541 0 R 2542 0 R 2543 0 R 2544 0 R 2545 0 R ] +/Parent 2417 0 R +/Annots [ 2429 0 R 2430 0 R 2431 0 R 2432 0 R 2433 0 R 2434 0 R 2435 0 R 2436 0 R 2437 0 R 2438 0 R 2439 0 R 2440 0 R 2441 0 R 2442 0 R 2443 0 R 2444 0 R 2445 0 R 2446 0 R 2447 0 R 2448 0 R 2449 0 R 2450 0 R 2451 0 R 2452 0 R 2453 0 R 2454 0 R 2455 0 R 2456 0 R 2457 0 R 2458 0 R 2459 0 R 2460 0 R 2461 0 R 2462 0 R 2463 0 R 2464 0 R 2465 0 R 2466 0 R 2467 0 R 2468 0 R 2469 0 R 2470 0 R 2471 0 R 2472 0 R 2473 0 R 2474 0 R 2475 0 R 2476 0 R 2477 0 R 2478 0 R 2479 0 R 2480 0 R 2481 0 R 2482 0 R 2483 0 R 2484 0 R 2485 0 R 2486 0 R 2487 0 R 2488 0 R 2489 0 R 2490 0 R 2491 0 R 2492 0 R 2493 0 R 2494 0 R 2495 0 R 2496 0 R 2497 0 R 2498 0 R 2499 0 R 2500 0 R 2501 0 R 2502 0 R 2503 0 R 2504 0 R 2505 0 R 2506 0 R 2507 0 R 2508 0 R 2509 0 R 2510 0 R 2511 0 R 2512 0 R 2513 0 R 2514 0 R 2515 0 R 2516 0 R 2517 0 R 2518 0 R 2519 0 R 2520 0 R 2521 0 R 2522 0 R 2523 0 R 2524 0 R 2525 0 R 2526 0 R 2527 0 R 2528 0 R 2529 0 R 2530 0 R 2531 0 R 2532 0 R 2533 0 R 2534 0 R 2535 0 R 2536 0 R 2537 0 R 2538 0 R 2539 0 R 2540 0 R 2541 0 R 2542 0 R 2543 0 R 2544 0 R 2545 0 R 2546 0 R 2547 0 R 2548 0 R 2549 0 R 2550 0 R 2551 0 R 2552 0 R 2553 0 R 2554 0 R 2555 0 R 2556 0 R 2557 0 R 2558 0 R 2559 0 R 2560 0 R 2561 0 R 2562 0 R 2563 0 R 2564 0 R 2565 0 R ] >> endobj -2408 0 obj +2429 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [123.226 605.528 135.181 615.715] -/A << /S /GoTo /D (page.35) >> +/A << /S /GoTo /D (page.36) >> >> endobj -2409 0 obj +2430 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [137.711 592.856 149.666 603.76] -/A << /S /GoTo /D (page.37) >> +/A << /S /GoTo /D (page.38) >> >> endobj -2410 0 obj +2431 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [152.655 592.856 169.591 603.76] -/A << /S /GoTo /D (page.116) >> +/A << /S /GoTo /D (page.117) >> >> endobj -2411 0 obj +2432 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [156.719 581.618 168.675 591.805] -/A << /S /GoTo /D (page.34) >> +/A << /S /GoTo /D (page.35) >> >> endobj -2412 0 obj +2433 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [167.33 569.663 179.285 579.849] -/A << /S /GoTo /D (page.33) >> +/A << /S /GoTo /D (page.34) >> >> endobj -2413 0 obj +2434 0 obj << /Type /Annot /Subtype /Link @@ -13965,16 +14201,16 @@ endobj /A << /S /GoTo /D (page.34) >> >> endobj -2414 0 obj +2435 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [143.44 545.752 155.395 555.939] -/A << /S /GoTo /D (page.34) >> +/A << /S /GoTo /D (page.35) >> >> endobj -2415 0 obj +2436 0 obj << /Type /Annot /Subtype /Link @@ -13983,16 +14219,16 @@ endobj /A << /S /GoTo /D (page.69) >> >> endobj -2416 0 obj +2437 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [166.373 533.797 178.329 543.984] -/A << /S /GoTo /D (page.36) >> +/A << /S /GoTo /D (page.37) >> >> endobj -2417 0 obj +2438 0 obj << /Type /Annot /Subtype /Link @@ -14001,16 +14237,16 @@ endobj /A << /S /GoTo /D (page.43) >> >> endobj -2418 0 obj +2439 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [169.691 521.842 181.646 532.029] -/A << /S /GoTo /D (page.37) >> +/A << /S /GoTo /D (page.38) >> >> endobj -2419 0 obj +2440 0 obj << /Type /Annot /Subtype /Link @@ -14019,16 +14255,16 @@ endobj /A << /S /GoTo /D (page.43) >> >> endobj -2420 0 obj +2441 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.012 509.17 175.968 520.074] -/A << /S /GoTo /D (page.35) >> +/A << /S /GoTo /D (page.36) >> >> endobj -2421 0 obj +2442 0 obj << /Type /Annot /Subtype /Link @@ -14037,7 +14273,7 @@ endobj /A << /S /GoTo /D (page.34) >> >> endobj -2422 0 obj +2443 0 obj << /Type /Annot /Subtype /Link @@ -14046,25 +14282,25 @@ endobj /A << /S /GoTo /D (page.36) >> >> endobj -2423 0 obj +2444 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [139.226 473.304 151.181 484.208] -/A << /S /GoTo /D (page.34) >> +/A << /S /GoTo /D (page.35) >> >> endobj -2424 0 obj +2445 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.162 462.066 176.117 472.253] -/A << /S /GoTo /D (page.36) >> +/A << /S /GoTo /D (page.37) >> >> endobj -2425 0 obj +2446 0 obj << /Type /Annot /Subtype /Link @@ -14073,7 +14309,7 @@ endobj /A << /S /GoTo /D (page.43) >> >> endobj -2426 0 obj +2447 0 obj << /Type /Annot /Subtype /Link @@ -14082,43 +14318,43 @@ endobj /A << /S /GoTo /D (page.30) >> >> endobj -2427 0 obj +2448 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [134.753 449.394 146.708 460.298] -/A << /S /GoTo /D (page.33) >> +/A << /S /GoTo /D (page.34) >> >> endobj -2428 0 obj +2449 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [149.697 449.394 161.652 460.298] -/A << /S /GoTo /D (page.34) >> +/A << /S /GoTo /D (page.35) >> >> endobj -2429 0 obj +2450 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.641 449.394 176.596 460.298] -/A << /S /GoTo /D (page.83) >> +/A << /S /GoTo /D (page.84) >> >> endobj -2430 0 obj +2451 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [179.585 449.394 191.54 460.298] -/A << /S /GoTo /D (page.95) >> +/A << /S /GoTo /D (page.96) >> >> endobj -2431 0 obj +2452 0 obj << /Type /Annot /Subtype /Link @@ -14127,43 +14363,43 @@ endobj /A << /S /GoTo /D (page.35) >> >> endobj -2432 0 obj +2453 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.74 425.483 144.695 436.387] -/A << /S /GoTo /D (page.38) >> +/A << /S /GoTo /D (page.39) >> >> endobj -2433 0 obj +2454 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [148.232 413.528 160.187 424.432] -/A << /S /GoTo /D (page.38) >> +/A << /S /GoTo /D (page.39) >> >> endobj -2434 0 obj +2455 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [146.568 401.573 158.523 412.477] -/A << /S /GoTo /D (page.38) >> +/A << /S /GoTo /D (page.39) >> >> endobj -2435 0 obj +2456 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [128.317 389.618 145.253 400.522] -/A << /S /GoTo /D (page.105) >> +/A << /S /GoTo /D (page.106) >> >> endobj -2436 0 obj +2457 0 obj << /Type /Annot /Subtype /Link @@ -14172,25 +14408,25 @@ endobj /A << /S /GoTo /D (page.36) >> >> endobj -2437 0 obj +2458 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [136.605 366.425 148.561 376.612] -/A << /S /GoTo /D (page.34) >> +/A << /S /GoTo /D (page.35) >> >> endobj -2438 0 obj +2459 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [174.941 353.752 186.896 364.656] -/A << /S /GoTo /D (page.33) >> +/A << /S /GoTo /D (page.34) >> >> endobj -2439 0 obj +2460 0 obj << /Type /Annot /Subtype /Link @@ -14199,7 +14435,7 @@ endobj /A << /S /GoTo /D (page.35) >> >> endobj -2440 0 obj +2461 0 obj << /Type /Annot /Subtype /Link @@ -14208,52 +14444,52 @@ endobj /A << /S /GoTo /D (page.35) >> >> endobj -2441 0 obj +2462 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [166.931 318.604 178.886 328.791] -/A << /S /GoTo /D (page.36) >> +/A << /S /GoTo /D (page.37) >> >> endobj -2442 0 obj +2463 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [150.443 305.932 162.398 316.836] -/A << /S /GoTo /D (page.34) >> +/A << /S /GoTo /D (page.35) >> >> endobj -2443 0 obj +2464 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [165.387 305.932 177.342 316.836] -/A << /S /GoTo /D (page.48) >> +/A << /S /GoTo /D (page.49) >> >> endobj -2444 0 obj +2465 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [180.331 305.932 192.286 316.836] -/A << /S /GoTo /D (page.56) >> +/A << /S /GoTo /D (page.57) >> >> endobj -2445 0 obj +2466 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [169.143 294.694 181.098 304.881] -/A << /S /GoTo /D (page.37) >> +/A << /S /GoTo /D (page.38) >> >> endobj -2446 0 obj +2467 0 obj << /Type /Annot /Subtype /Link @@ -14262,7 +14498,7 @@ endobj /A << /S /GoTo /D (page.43) >> >> endobj -2447 0 obj +2468 0 obj << /Type /Annot /Subtype /Link @@ -14271,7 +14507,7 @@ endobj /A << /S /GoTo /D (page.68) >> >> endobj -2448 0 obj +2469 0 obj << /Type /Annot /Subtype /Link @@ -14280,61 +14516,61 @@ endobj /A << /S /GoTo /D (page.35) >> >> endobj -2449 0 obj +2470 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [157.537 270.066 169.492 280.97] -/A << /S /GoTo /D (page.36) >> +/A << /S /GoTo /D (page.37) >> >> endobj -2450 0 obj +2471 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [177.9 258.111 189.855 269.015] -/A << /S /GoTo /D (page.33) >> +/A << /S /GoTo /D (page.34) >> >> endobj -2451 0 obj +2472 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [143.251 246.156 155.206 257.06] -/A << /S /GoTo /D (page.37) >> +/A << /S /GoTo /D (page.38) >> >> endobj -2452 0 obj +2473 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [143.619 234.201 155.574 245.105] -/A << /S /GoTo /D (page.37) >> +/A << /S /GoTo /D (page.38) >> >> endobj -2453 0 obj +2474 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [158.563 234.201 170.518 245.105] -/A << /S /GoTo /D (page.38) >> +/A << /S /GoTo /D (page.39) >> >> endobj -2454 0 obj +2475 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [173.507 234.201 185.462 245.105] -/A << /S /GoTo /D (page.57) >> +/A << /S /GoTo /D (page.58) >> >> endobj -2455 0 obj +2476 0 obj << /Type /Annot /Subtype /Link @@ -14343,16 +14579,16 @@ endobj /A << /S /GoTo /D (page.37) >> >> endobj -2456 0 obj +2477 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [171.484 222.963 183.44 233.15] -/A << /S /GoTo /D (page.38) >> +/A << /S /GoTo /D (page.39) >> >> endobj -2457 0 obj +2478 0 obj << /Type /Annot /Subtype /Link @@ -14361,7 +14597,7 @@ endobj /A << /S /GoTo /D (page.37) >> >> endobj -2458 0 obj +2479 0 obj << /Type /Annot /Subtype /Link @@ -14370,7 +14606,7 @@ endobj /A << /S /GoTo /D (page.36) >> >> endobj -2459 0 obj +2480 0 obj << /Type /Annot /Subtype /Link @@ -14379,25 +14615,25 @@ endobj /A << /S /GoTo /D (page.35) >> >> endobj -2460 0 obj +2481 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [167.599 174.425 179.554 185.329] -/A << /S /GoTo /D (page.38) >> +/A << /S /GoTo /D (page.39) >> >> endobj -2461 0 obj +2482 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [127.749 162.47 139.704 173.374] -/A << /S /GoTo /D (page.33) >> +/A << /S /GoTo /D (page.34) >> >> endobj -2462 0 obj +2483 0 obj << /Type /Annot /Subtype /Link @@ -14406,25 +14642,25 @@ endobj /A << /S /GoTo /D (page.35) >> >> endobj -2463 0 obj +2484 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [154.857 138.559 166.812 149.463] -/A << /S /GoTo /D (page.33) >> +/A << /S /GoTo /D (page.34) >> >> endobj -2464 0 obj +2485 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [170.916 127.322 182.871 137.508] -/A << /S /GoTo /D (page.37) >> +/A << /S /GoTo /D (page.38) >> >> endobj -2465 0 obj +2486 0 obj << /Type /Annot /Subtype /Link @@ -14433,7 +14669,7 @@ endobj /A << /S /GoTo /D (page.71) >> >> endobj -2466 0 obj +2487 0 obj << /Type /Annot /Subtype /Link @@ -14442,7 +14678,7 @@ endobj /A << /S /GoTo /D (page.33) >> >> endobj -2467 0 obj +2488 0 obj << /Type /Annot /Subtype /Link @@ -14451,7 +14687,7 @@ endobj /A << /S /GoTo /D (page.68) >> >> endobj -2468 0 obj +2489 0 obj << /Type /Annot /Subtype /Link @@ -14460,7 +14696,7 @@ endobj /A << /S /GoTo /D (page.33) >> >> endobj -2469 0 obj +2490 0 obj << /Type /Annot /Subtype /Link @@ -14469,7 +14705,7 @@ endobj /A << /S /GoTo /D (page.33) >> >> endobj -2470 0 obj +2491 0 obj << /Type /Annot /Subtype /Link @@ -14478,7 +14714,7 @@ endobj /A << /S /GoTo /D (page.33) >> >> endobj -2471 0 obj +2492 0 obj << /Type /Annot /Subtype /Link @@ -14487,7 +14723,7 @@ endobj /A << /S /GoTo /D (page.33) >> >> endobj -2472 0 obj +2493 0 obj << /Type /Annot /Subtype /Link @@ -14496,25 +14732,25 @@ endobj /A << /S /GoTo /D (page.33) >> >> endobj -2473 0 obj +2494 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [362.999 592.856 374.954 603.76] -/A << /S /GoTo /D (page.33) >> +/A << /S /GoTo /D (page.34) >> >> endobj -2474 0 obj +2495 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [367.582 580.901 379.537 591.805] -/A << /S /GoTo /D (page.33) >> +/A << /S /GoTo /D (page.34) >> >> endobj -2475 0 obj +2496 0 obj << /Type /Annot /Subtype /Link @@ -14523,7 +14759,7 @@ endobj /A << /S /GoTo /D (page.35) >> >> endobj -2476 0 obj +2497 0 obj << /Type /Annot /Subtype /Link @@ -14532,52 +14768,52 @@ endobj /A << /S /GoTo /D (page.35) >> >> endobj -2477 0 obj +2498 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [375.183 545.752 387.138 555.939] -/A << /S /GoTo /D (page.33) >> +/A << /S /GoTo /D (page.34) >> >> endobj -2478 0 obj +2499 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [382.356 533.08 394.311 543.984] -/A << /S /GoTo /D (page.33) >> +/A << /S /GoTo /D (page.34) >> >> endobj -2479 0 obj +2500 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [389.549 521.125 401.504 532.029] -/A << /S /GoTo /D (page.33) >> +/A << /S /GoTo /D (page.34) >> >> endobj -2480 0 obj +2501 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [374.625 509.887 386.58 520.074] -/A << /S /GoTo /D (page.36) >> +/A << /S /GoTo /D (page.37) >> >> endobj -2481 0 obj +2502 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [375.731 497.932 387.686 508.118] -/A << /S /GoTo /D (page.29) >> +/A << /S /GoTo /D (page.30) >> >> endobj -2482 0 obj +2503 0 obj << /Type /Annot /Subtype /Link @@ -14586,52 +14822,52 @@ endobj /A << /S /GoTo /D (page.37) >> >> endobj -2483 0 obj +2504 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [366.864 485.259 378.82 496.163] -/A << /S /GoTo /D (page.33) >> +/A << /S /GoTo /D (page.34) >> >> endobj -2484 0 obj +2505 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [381.808 485.259 393.764 496.163] -/A << /S /GoTo /D (page.54) >> +/A << /S /GoTo /D (page.55) >> >> endobj -2485 0 obj +2506 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [363.547 473.304 375.502 484.208] -/A << /S /GoTo /D (page.33) >> +/A << /S /GoTo /D (page.34) >> >> endobj -2486 0 obj +2507 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [378.491 473.304 395.427 484.208] -/A << /S /GoTo /D (page.115) >> +/A << /S /GoTo /D (page.116) >> >> endobj -2487 0 obj +2508 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [374.605 461.349 386.561 472.253] -/A << /S /GoTo /D (page.33) >> +/A << /S /GoTo /D (page.34) >> >> endobj -2488 0 obj +2509 0 obj << /Type /Annot /Subtype /Link @@ -14640,25 +14876,25 @@ endobj /A << /S /GoTo /D (page.23) >> >> endobj -2489 0 obj +2510 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [409.474 449.394 421.429 460.298] -/A << /S /GoTo /D (page.35) >> +/A << /S /GoTo /D (page.36) >> >> endobj -2490 0 obj +2511 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [369.634 438.156 381.589 448.343] -/A << /S /GoTo /D (page.34) >> +/A << /S /GoTo /D (page.35) >> >> endobj -2491 0 obj +2512 0 obj << /Type /Annot /Subtype /Link @@ -14667,61 +14903,61 @@ endobj /A << /S /GoTo /D (page.38) >> >> endobj -2492 0 obj +2513 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [399.522 438.156 411.477 448.343] -/A << /S /GoTo /D (page.46) >> +/A << /S /GoTo /D (page.47) >> >> endobj -2493 0 obj +2514 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [414.466 438.156 426.421 448.343] -/A << /S /GoTo /D (page.48) >> +/A << /S /GoTo /D (page.49) >> >> endobj -2494 0 obj +2515 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [429.41 438.156 441.365 448.343] -/A << /S /GoTo /D (page.56) >> +/A << /S /GoTo /D (page.57) >> >> endobj -2495 0 obj +2516 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [444.354 438.156 456.309 448.343] -/A << /S /GoTo /D (page.59) >> +/A << /S /GoTo /D (page.60) >> >> endobj -2496 0 obj +2517 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [459.298 438.156 471.253 448.343] -/A << /S /GoTo /D (page.61) >> +/A << /S /GoTo /D (page.62) >> >> endobj -2497 0 obj +2518 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [401.066 426.201 413.021 436.387] -/A << /S /GoTo /D (page.36) >> +/A << /S /GoTo /D (page.37) >> >> endobj -2498 0 obj +2519 0 obj << /Type /Annot /Subtype /Link @@ -14730,16 +14966,16 @@ endobj /A << /S /GoTo /D (page.43) >> >> endobj -2499 0 obj +2520 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [404.383 414.246 416.338 424.432] -/A << /S /GoTo /D (page.37) >> +/A << /S /GoTo /D (page.38) >> >> endobj -2500 0 obj +2521 0 obj << /Type /Annot /Subtype /Link @@ -14748,7 +14984,7 @@ endobj /A << /S /GoTo /D (page.10) >> >> endobj -2501 0 obj +2522 0 obj << /Type /Annot /Subtype /Link @@ -14757,7 +14993,7 @@ endobj /A << /S /GoTo /D (page.27) >> >> endobj -2502 0 obj +2523 0 obj << /Type /Annot /Subtype /Link @@ -14766,7 +15002,7 @@ endobj /A << /S /GoTo /D (page.10) >> >> endobj -2503 0 obj +2524 0 obj << /Type /Annot /Subtype /Link @@ -14775,7 +15011,7 @@ endobj /A << /S /GoTo /D (page.27) >> >> endobj -2504 0 obj +2525 0 obj << /Type /Annot /Subtype /Link @@ -14784,7 +15020,7 @@ endobj /A << /S /GoTo /D (page.10) >> >> endobj -2505 0 obj +2526 0 obj << /Type /Annot /Subtype /Link @@ -14793,16 +15029,16 @@ endobj /A << /S /GoTo /D (page.26) >> >> endobj -2506 0 obj +2527 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [387.906 378.38 399.861 388.567] -/A << /S /GoTo /D (page.35) >> +/A << /S /GoTo /D (page.36) >> >> endobj -2507 0 obj +2528 0 obj << /Type /Annot /Subtype /Link @@ -14811,7 +15047,7 @@ endobj /A << /S /GoTo /D (page.27) >> >> endobj -2508 0 obj +2529 0 obj << /Type /Annot /Subtype /Link @@ -14820,7 +15056,7 @@ endobj /A << /S /GoTo /D (page.10) >> >> endobj -2509 0 obj +2530 0 obj << /Type /Annot /Subtype /Link @@ -14829,485 +15065,475 @@ endobj /A << /S /GoTo /D (page.27) >> >> endobj -2510 0 obj +2531 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [371.298 342.515 383.253 352.701] -/A << /S /GoTo /D (page.35) >> +/A << /S /GoTo /D (page.36) >> >> endobj -2511 0 obj +2532 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [371.298 330.559 383.253 340.746] -/A << /S /GoTo /D (page.35) >> +/A << /S /GoTo /D (page.36) >> >> endobj -2512 0 obj +2533 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [371.298 318.604 383.253 328.791] -/A << /S /GoTo /D (page.35) >> +/A << /S /GoTo /D (page.36) >> >> endobj -2513 0 obj +2534 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [371.298 306.649 383.253 316.836] -/A << /S /GoTo /D (page.35) >> +/A << /S /GoTo /D (page.36) >> >> endobj -2514 0 obj +2535 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [379.029 294.694 386.003 304.881] -/A << /S /GoTo /D (page.8) >> +/Rect [371.298 294.694 383.253 304.881] +/A << /S /GoTo /D (page.36) >> >> endobj -2515 0 obj +2536 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [388.991 294.694 400.947 304.881] -/A << /S /GoTo /D (page.36) >> +/Rect [379.029 282.739 386.003 292.925] +/A << /S /GoTo /D (page.8) >> >> endobj -2516 0 obj +2537 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [403.935 294.694 415.891 304.881] -/A << /S /GoTo /D (page.78) >> +/Rect [388.991 282.739 400.947 292.925] +/A << /S /GoTo /D (page.36) >> >> endobj -2517 0 obj +2538 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [418.879 294.694 430.835 304.881] -/A << /S /GoTo /D (page.84) >> +/Rect [403.935 282.739 415.891 292.925] +/A << /S /GoTo /D (page.79) >> >> endobj -2518 0 obj +2539 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [433.823 294.694 445.778 304.881] +/Rect [418.879 282.739 430.835 292.925] /A << /S /GoTo /D (page.85) >> >> endobj -2519 0 obj +2540 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [369.644 282.739 381.599 292.925] -/A << /S /GoTo /D (page.35) >> +/Rect [433.823 282.739 445.778 292.925] +/A << /S /GoTo /D (page.87) >> >> endobj -2520 0 obj +2541 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [384.588 282.739 396.543 292.925] -/A << /S /GoTo /D (page.39) >> +/Rect [369.644 270.784 381.599 280.97] +/A << /S /GoTo /D (page.36) >> >> endobj -2521 0 obj +2542 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [338.093 270.784 350.048 280.97] -/A << /S /GoTo /D (page.35) >> +/Rect [384.588 270.784 396.543 280.97] +/A << /S /GoTo /D (page.39) >> >> endobj -2522 0 obj +2543 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [353.037 270.784 364.992 280.97] -/A << /S /GoTo /D (page.39) >> +/Rect [338.093 258.828 350.048 269.015] +/A << /S /GoTo /D (page.36) >> >> endobj -2523 0 obj +2544 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [359.522 258.828 371.477 269.015] -/A << /S /GoTo /D (page.35) >> +/Rect [353.037 258.828 364.992 269.015] +/A << /S /GoTo /D (page.39) >> >> endobj -2524 0 obj +2545 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [357.868 246.873 369.824 257.06] -/A << /S /GoTo /D (page.34) >> +/Rect [359.522 246.873 371.477 257.06] +/A << /S /GoTo /D (page.35) >> >> endobj -2525 0 obj +2546 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [399.681 234.918 411.636 245.105] -/A << /S /GoTo /D (page.43) >> +/Rect [357.868 234.918 369.824 245.105] +/A << /S /GoTo /D (page.34) >> >> endobj -2526 0 obj +2547 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [401.066 222.963 413.021 233.15] -/A << /S /GoTo /D (page.36) >> +/Rect [399.681 222.963 411.636 233.15] +/A << /S /GoTo /D (page.43) >> >> endobj -2527 0 obj +2548 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [404.383 211.008 416.338 221.194] +/Rect [401.066 211.008 413.021 221.194] /A << /S /GoTo /D (page.37) >> >> endobj -2528 0 obj +2549 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [419.327 211.008 431.282 221.194] -/A << /S /GoTo /D (page.43) >> +/Rect [404.383 199.053 416.338 209.239] +/A << /S /GoTo /D (page.38) >> >> endobj -2529 0 obj +2550 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [354.142 199.053 366.097 209.239] -/A << /S /GoTo /D (page.37) >> +/Rect [419.327 199.053 431.282 209.239] +/A << /S /GoTo /D (page.43) >> >> endobj -2530 0 obj +2551 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [369.086 199.053 381.041 209.239] +/Rect [354.142 187.097 366.097 197.284] /A << /S /GoTo /D (page.38) >> >> endobj -2531 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [384.03 199.053 395.985 209.239] -/A << /S /GoTo /D (page.40) >> ->> -endobj -2532 0 obj +2552 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [398.974 199.053 410.929 209.239] -/A << /S /GoTo /D (page.59) >> +/Rect [369.086 187.097 381.041 197.284] +/A << /S /GoTo /D (page.41) >> >> endobj -2533 0 obj +2553 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [406.047 187.097 418.002 197.284] -/A << /S /GoTo /D (page.36) >> +/Rect [384.03 187.097 395.985 197.284] +/A << /S /GoTo /D (page.60) >> >> endobj -2534 0 obj +2554 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [401.175 174.425 413.131 185.329] -/A << /S /GoTo /D (page.32) >> +/Rect [406.047 175.142 418.002 185.329] +/A << /S /GoTo /D (page.37) >> >> endobj -2535 0 obj +2555 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.016 163.187 343.971 173.374] -/A << /S /GoTo /D (page.32) >> +/Rect [401.175 162.47 413.131 173.374] +/A << /S /GoTo /D (page.33) >> >> endobj -2536 0 obj +2556 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [402.281 151.073 414.236 161.419] -/A << /S /GoTo /D (page.32) >> +/Rect [332.016 151.232 343.971 161.419] +/A << /S /GoTo /D (page.33) >> >> endobj -2537 0 obj +2557 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.458 139.277 343.413 149.463] -/A << /S /GoTo /D (page.32) >> +/Rect [402.281 139.117 414.236 149.463] +/A << /S /GoTo /D (page.33) >> >> endobj -2538 0 obj +2558 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [346.402 139.277 358.357 149.463] -/A << /S /GoTo /D (page.34) >> +/Rect [331.458 127.322 343.413 137.508] +/A << /S /GoTo /D (page.33) >> >> endobj -2539 0 obj +2559 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [357.081 126.604 369.036 137.508] -/A << /S /GoTo /D (page.32) >> +/Rect [346.402 127.322 358.357 137.508] +/A << /S /GoTo /D (page.34) >> >> endobj -2540 0 obj +2560 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [362.341 114.649 374.297 125.553] -/A << /S /GoTo /D (page.36) >> +/Rect [357.081 114.649 369.036 125.553] +/A << /S /GoTo /D (page.33) >> >> endobj -2541 0 obj +2561 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [334.227 103.411 346.182 113.598] -/A << /S /GoTo /D (page.32) >> +/Rect [362.341 102.694 374.297 113.598] +/A << /S /GoTo /D (page.37) >> >> endobj -2542 0 obj +2562 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [343.084 91.456 355.039 101.643] -/A << /S /GoTo /D (page.32) >> +/Rect [334.227 91.456 346.182 101.643] +/A << /S /GoTo /D (page.33) >> >> endobj -2543 0 obj +2563 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [330.91 79.501 342.865 89.688] -/A << /S /GoTo /D (page.34) >> +/Rect [343.084 79.501 355.039 89.688] +/A << /S /GoTo /D (page.33) >> >> endobj -2544 0 obj +2564 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [357.46 67.546 369.415 77.732] -/A << /S /GoTo /D (page.32) >> +/Rect [330.91 67.546 342.865 77.732] +/A << /S /GoTo /D (page.35) >> >> endobj -2545 0 obj +2565 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [331.278 55.591 343.234 65.777] -/A << /S /GoTo /D (page.35) >> +/Rect [357.46 55.591 369.415 65.777] +/A << /S /GoTo /D (page.33) >> >> endobj -2550 0 obj +2570 0 obj << -/D [2548 0 R /XYZ 84.039 766.262 null] +/D [2568 0 R /XYZ 84.039 766.262 null] >> endobj -2547 0 obj +2567 0 obj << -/Font << /F72 1221 0 R /F48 1171 0 R >> +/Font << /F72 1233 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2696 0 obj +2714 0 obj << -/Length 1621 +/Length 1603 /Filter /FlateDecode >> stream -xÚÅZQÓ8~ï¯Èc{¢ÁNâ4‘ÐImaÑ!–¶§;i!7ñ¶Q“8Ø Kyà·ŸÓ8-[Ø8®{ð -õ•Kßm† šã¥Ê! 9uˆzNÍ3’öCŠ~Ÿq•hN~”^{¬dýEsA”n<6õ±i²4£„R¾9/Ͻ^Ϩf¸8ûÔî™l=ΚŒdÿ·­-ÍîΔŒ¤ÚNÜ:Žÿè=½³Œý¾,ã[SäeœP{­[=ŽRé[S‘® -ÂpIû]ØÖS -Me®³¢ÃUÔ^Ý5ÍpþöoÅÄ?®Œ#¦…A3ítÉiZ•DöúqÌDkœä+ÍPgLwµžÖ+8Ÿ7VÜdï´û{×]6CFF -»G -¼"ªØ=‹î£Ë»=žÓ,ÃyÜSNÚ³Á^TbWyÛý×o -ÁÐÔÉU†DuApYµDËȧŠðòÔ]!zQKWʪŒ&ô%NÒ=‡Öí¶6`íÓîKš'}|»y[¯ -²VÒxµÌÎ{è……ﯯÄ;BâSm”‘[Ôp™hvtÄLãwŸl]ˆñÏR^lŒBlŠ¥H‡R–Ñ!¬÷/~4üœÐJ¶âŸë¥æ÷Ø‘¡jCɾOrÑŒå8å§•îJ¢ŠŠk¯ •äQZÅ{ʪªôà+m!­’û»ÎæÄ²Ð–kZÔ´mDêìï“îŠÅ+šG™O/&“ï^lYãú“öJNHó›/?Bd;ÐÝÿ&~Ê lÇñ´¡ŽÒ8¶7r+°]Ož·Â£ó™‹ÁÇåjL +xÚÅZ[›8~ϯà1¬jL@ªVš¤MµU§Óv²i¦ªxÀÔ†NÓ‡þö5Á$ÚÁg·3!¾sõwÎ1 +ü¤ÆNâlÛ€•èSz^£çŒäŒ†„sÊ)?žSJ³»¥…ªûŸßïÊû£çš +D—º +Âí¾I—Ï?ʬäM Æ-Êúô/Š1wd[‚1QõVn÷šž ~áFÍ­.V@ñ8¬­\%4Ü*«(êQgq0Ùá„‚¥ ±ÐU˜N÷C£•²;j?uR¯({pÙCоY­%<S¢ó¡¢ÍlH¹Ws +{Ê8‰Œ4éù|®ì&äÙ®™Áyí›<ï“bNgU‘óôœ:õ€ônàÔÐÖR¾'w„‘,”‡‹N–Ù;3ó® ;°ƒµ^ +Ï7A¶& UG¹›ŒÃ +a˜u!TjÓ=ö†4"ç endstream endobj -2695 0 obj +2713 0 obj << /Type /Page -/Contents 2696 0 R -/Resources 2694 0 R +/Contents 2714 0 R +/Resources 2712 0 R /MediaBox [0 0 612 792] -/Parent 2400 0 R -/Annots [ 2546 0 R 2551 0 R 2552 0 R 2553 0 R 2554 0 R 2555 0 R 2556 0 R 2557 0 R 2558 0 R 2559 0 R 2560 0 R 2561 0 R 2562 0 R 2563 0 R 2564 0 R 2565 0 R 2566 0 R 2567 0 R 2568 0 R 2569 0 R 2570 0 R 2571 0 R 2572 0 R 2573 0 R 2574 0 R 2575 0 R 2576 0 R 2577 0 R 2578 0 R 2579 0 R 2580 0 R 2581 0 R 2582 0 R 2583 0 R 2584 0 R 2585 0 R 2586 0 R 2587 0 R 2588 0 R 2589 0 R 2590 0 R 2591 0 R 2592 0 R 2593 0 R 2594 0 R 2595 0 R 2596 0 R 2597 0 R 2598 0 R 2599 0 R 2600 0 R 2601 0 R 2602 0 R 2603 0 R 2604 0 R 2605 0 R 2606 0 R 2607 0 R 2608 0 R 2609 0 R 2610 0 R 2611 0 R 2612 0 R 2613 0 R 2614 0 R 2615 0 R 2616 0 R 2617 0 R 2618 0 R 2619 0 R 2620 0 R 2621 0 R 2622 0 R 2623 0 R 2624 0 R 2625 0 R 2626 0 R 2627 0 R 2628 0 R 2629 0 R 2630 0 R 2631 0 R 2632 0 R 2633 0 R 2634 0 R 2635 0 R 2636 0 R 2637 0 R 2638 0 R 2639 0 R 2640 0 R 2641 0 R 2642 0 R 2643 0 R 2644 0 R 2645 0 R 2646 0 R 2647 0 R 2648 0 R 2649 0 R 2650 0 R 2651 0 R 2652 0 R 2653 0 R 2654 0 R 2655 0 R 2656 0 R 2657 0 R 2658 0 R 2659 0 R 2660 0 R 2661 0 R 2662 0 R 2663 0 R 2664 0 R 2665 0 R 2666 0 R 2667 0 R 2668 0 R 2669 0 R 2670 0 R 2671 0 R 2672 0 R 2673 0 R 2674 0 R 2675 0 R 2676 0 R 2677 0 R 2678 0 R 2679 0 R 2680 0 R 2681 0 R 2682 0 R 2683 0 R 2684 0 R 2685 0 R 2686 0 R 2687 0 R 2688 0 R 2689 0 R 2690 0 R 2691 0 R 2692 0 R ] +/Parent 2417 0 R +/Annots [ 2566 0 R 2571 0 R 2572 0 R 2573 0 R 2574 0 R 2575 0 R 2576 0 R 2577 0 R 2578 0 R 2579 0 R 2580 0 R 2581 0 R 2582 0 R 2583 0 R 2584 0 R 2585 0 R 2586 0 R 2587 0 R 2588 0 R 2589 0 R 2590 0 R 2591 0 R 2592 0 R 2593 0 R 2594 0 R 2595 0 R 2596 0 R 2597 0 R 2598 0 R 2599 0 R 2600 0 R 2601 0 R 2602 0 R 2603 0 R 2604 0 R 2605 0 R 2606 0 R 2607 0 R 2608 0 R 2609 0 R 2610 0 R 2611 0 R 2612 0 R 2613 0 R 2614 0 R 2615 0 R 2616 0 R 2617 0 R 2618 0 R 2619 0 R 2620 0 R 2621 0 R 2622 0 R 2623 0 R 2624 0 R 2625 0 R 2626 0 R 2627 0 R 2628 0 R 2629 0 R 2630 0 R 2631 0 R 2632 0 R 2633 0 R 2634 0 R 2635 0 R 2636 0 R 2637 0 R 2638 0 R 2639 0 R 2640 0 R 2641 0 R 2642 0 R 2643 0 R 2644 0 R 2645 0 R 2646 0 R 2647 0 R 2648 0 R 2649 0 R 2650 0 R 2651 0 R 2652 0 R 2653 0 R 2654 0 R 2655 0 R 2656 0 R 2657 0 R 2658 0 R 2659 0 R 2660 0 R 2661 0 R 2662 0 R 2663 0 R 2664 0 R 2665 0 R 2666 0 R 2667 0 R 2668 0 R 2669 0 R 2670 0 R 2671 0 R 2672 0 R 2673 0 R 2674 0 R 2675 0 R 2676 0 R 2677 0 R 2678 0 R 2679 0 R 2680 0 R 2681 0 R 2682 0 R 2683 0 R 2684 0 R 2685 0 R 2686 0 R 2687 0 R 2688 0 R 2689 0 R 2690 0 R 2691 0 R 2692 0 R 2693 0 R 2694 0 R 2695 0 R 2696 0 R 2697 0 R 2698 0 R 2699 0 R 2700 0 R 2701 0 R 2702 0 R 2703 0 R 2704 0 R 2705 0 R 2706 0 R 2707 0 R 2708 0 R 2709 0 R 2710 0 R ] >> endobj -2546 0 obj +2566 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [204.44 711.85 216.396 722.754] +/Rect [98.25 712.567 110.205 722.754] /A << /S /GoTo /D (page.35) >> >> endobj -2551 0 obj +2571 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [202.488 699.895 214.443 710.799] -/A << /S /GoTo /D (page.37) >> +/Rect [204.44 699.895 216.396 710.799] +/A << /S /GoTo /D (page.36) >> >> endobj -2552 0 obj +2572 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [275.493 687.94 287.449 698.844] -/A << /S /GoTo /D (page.32) >> +/Rect [202.488 687.94 214.443 698.844] +/A << /S /GoTo /D (page.37) >> >> endobj -2553 0 obj +2573 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [96.765 676.702 108.72 686.889] -/A << /S /GoTo /D (page.34) >> +/Rect [275.493 675.985 287.449 686.889] +/A << /S /GoTo /D (page.33) >> >> endobj -2554 0 obj +2574 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [104.516 664.747 116.471 674.933] -/A << /S /GoTo /D (page.32) >> +/Rect [96.765 664.747 108.72 674.933] +/A << /S /GoTo /D (page.34) >> >> endobj -2555 0 obj +2575 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [106.18 652.792 118.135 662.978] -/A << /S /GoTo /D (page.32) >> +/Rect [104.516 652.792 116.471 662.978] +/A << /S /GoTo /D (page.33) >> >> endobj -2556 0 obj +2576 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [104.516 640.836 116.471 651.023] -/A << /S /GoTo /D (page.32) >> +/Rect [106.18 640.836 118.135 651.023] +/A << /S /GoTo /D (page.33) >> >> endobj -2557 0 obj +2577 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [123.893 628.881 135.849 639.068] -/A << /S /GoTo /D (page.31) >> +/Rect [104.516 628.881 116.471 639.068] +/A << /S /GoTo /D (page.33) >> >> endobj -2558 0 obj +2578 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [123.893 616.926 135.849 627.113] -/A << /S /GoTo /D (page.31) >> +/A << /S /GoTo /D (page.32) >> >> endobj -2559 0 obj +2579 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [138.269 604.971 150.225 615.158] +/Rect [123.893 604.971 135.849 615.158] /A << /S /GoTo /D (page.32) >> >> endobj -2560 0 obj +2580 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.46 593.016 131.415 603.202] -/A << /S /GoTo /D (page.31) >> +/Rect [138.269 593.016 150.225 603.202] +/A << /S /GoTo /D (page.32) >> >> endobj -2561 0 obj +2581 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [126.105 581.061 138.06 591.247] -/A << /S /GoTo /D (page.31) >> +/Rect [119.46 581.061 131.415 591.247] +/A << /S /GoTo /D (page.32) >> >> endobj -2562 0 obj +2582 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [124.999 568.388 136.955 579.292] +/Rect [126.105 569.105 138.06 579.292] /A << /S /GoTo /D (page.32) >> >> endobj -2563 0 obj +2583 0 obj << /Type /Annot /Subtype /Link @@ -15316,7 +15542,7 @@ endobj /A << /S /GoTo /D (page.32) >> >> endobj -2564 0 obj +2584 0 obj << /Type /Annot /Subtype /Link @@ -15325,16 +15551,16 @@ endobj /A << /S /GoTo /D (page.32) >> >> endobj -2565 0 obj +2585 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [122.23 532.523 134.185 543.427] +/Rect [124.999 532.523 136.955 543.427] /A << /S /GoTo /D (page.32) >> >> endobj -2566 0 obj +2586 0 obj << /Type /Annot /Subtype /Link @@ -15343,97 +15569,97 @@ endobj /A << /S /GoTo /D (page.32) >> >> endobj -2567 0 obj +2587 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.373 509.33 125.328 519.516] -/A << /S /GoTo /D (page.31) >> +/Rect [122.23 508.612 134.185 519.516] +/A << /S /GoTo /D (page.32) >> >> endobj -2568 0 obj +2588 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [117.796 497.374 129.751 507.561] -/A << /S /GoTo /D (page.31) >> +/Rect [113.373 497.374 125.328 507.561] +/A << /S /GoTo /D (page.32) >> >> endobj -2569 0 obj +2589 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.931 485.419 125.886 495.606] -/A << /S /GoTo /D (page.31) >> +/Rect [117.796 485.419 129.751 495.606] +/A << /S /GoTo /D (page.32) >> >> endobj -2570 0 obj +2590 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [121.682 473.464 133.637 483.651] -/A << /S /GoTo /D (page.31) >> +/Rect [113.931 473.464 125.886 483.651] +/A << /S /GoTo /D (page.32) >> >> endobj -2571 0 obj +2591 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.47 461.509 131.425 471.696] +/Rect [121.682 461.509 133.637 471.696] /A << /S /GoTo /D (page.32) >> >> endobj -2572 0 obj +2592 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [123.893 449.554 135.848 459.74] -/A << /S /GoTo /D (page.31) >> +/Rect [119.47 449.554 131.425 459.74] +/A << /S /GoTo /D (page.32) >> >> endobj -2573 0 obj +2593 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [119.46 437.599 131.415 447.785] -/A << /S /GoTo /D (page.31) >> +/Rect [123.893 437.599 135.848 447.785] +/A << /S /GoTo /D (page.32) >> >> endobj -2574 0 obj +2594 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [114.479 425.643 126.434 435.83] -/A << /S /GoTo /D (page.31) >> +/Rect [119.46 425.643 131.415 435.83] +/A << /S /GoTo /D (page.32) >> >> endobj -2575 0 obj +2595 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.709 412.971 155.664 423.875] -/A << /S /GoTo /D (page.34) >> +/Rect [114.479 413.688 126.434 423.875] +/A << /S /GoTo /D (page.32) >> >> endobj -2576 0 obj +2596 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [183.788 401.016 195.743 411.92] -/A << /S /GoTo /D (page.32) >> +/Rect [143.709 401.016 155.664 411.92] +/A << /S /GoTo /D (page.34) >> >> endobj -2577 0 obj +2597 0 obj << /Type /Annot /Subtype /Link @@ -15442,7 +15668,7 @@ endobj /A << /S /GoTo /D (page.34) >> >> endobj -2578 0 obj +2598 0 obj << /Type /Annot /Subtype /Link @@ -15451,25 +15677,25 @@ endobj /A << /S /GoTo /D (page.34) >> >> endobj -2579 0 obj +2599 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [147.784 365.868 159.739 376.054] -/A << /S /GoTo /D (page.57) >> +/A << /S /GoTo /D (page.58) >> >> endobj -2580 0 obj +2600 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [162.728 365.868 174.683 376.054] -/A << /S /GoTo /D (page.86) >> +/A << /S /GoTo /D (page.88) >> >> endobj -2581 0 obj +2601 0 obj << /Type /Annot /Subtype /Link @@ -15478,25 +15704,25 @@ endobj /A << /S /GoTo /D (page.30) >> >> endobj -2582 0 obj +2602 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [144.815 353.912 156.77 364.099] -/A << /S /GoTo /D (page.95) >> +/A << /S /GoTo /D (page.96) >> >> endobj -2583 0 obj +2603 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [131.534 341.957 143.489 352.144] -/A << /S /GoTo /D (page.29) >> +/A << /S /GoTo /D (page.30) >> >> endobj -2584 0 obj +2604 0 obj << /Type /Annot /Subtype /Link @@ -15505,16 +15731,16 @@ endobj /A << /S /GoTo /D (page.30) >> >> endobj -2585 0 obj +2605 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [144.815 330.002 156.77 340.189] -/A << /S /GoTo /D (page.95) >> +/A << /S /GoTo /D (page.96) >> >> endobj -2586 0 obj +2606 0 obj << /Type /Annot /Subtype /Link @@ -15523,25 +15749,16 @@ endobj /A << /S /GoTo /D (page.30) >> >> endobj -2587 0 obj +2607 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [128.217 306.092 140.172 316.278] -/A << /S /GoTo /D (page.29) >> ->> -endobj -2588 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.161 306.092 155.116 316.278] /A << /S /GoTo /D (page.30) >> >> endobj -2589 0 obj +2608 0 obj << /Type /Annot /Subtype /Link @@ -15550,7 +15767,7 @@ endobj /A << /S /GoTo /D (page.31) >> >> endobj -2590 0 obj +2609 0 obj << /Type /Annot /Subtype /Link @@ -15559,70 +15776,70 @@ endobj /A << /S /GoTo /D (page.31) >> >> endobj -2591 0 obj +2610 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [124.899 270.226 136.854 280.413] -/A << /S /GoTo /D (page.29) >> +/A << /S /GoTo /D (page.30) >> >> endobj -2592 0 obj +2611 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [139.843 270.226 151.798 280.413] -/A << /S /GoTo /D (page.45) >> +/A << /S /GoTo /D (page.46) >> >> endobj -2593 0 obj +2612 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.64 257.554 144.595 268.458] -/A << /S /GoTo /D (page.29) >> +/A << /S /GoTo /D (page.30) >> >> endobj -2594 0 obj +2613 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [147.584 257.554 159.539 268.458] -/A << /S /GoTo /D (page.43) >> +/A << /S /GoTo /D (page.44) >> >> endobj -2595 0 obj +2614 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [162.528 257.554 174.483 268.458] -/A << /S /GoTo /D (page.45) >> +/A << /S /GoTo /D (page.46) >> >> endobj -2596 0 obj +2615 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [135.41 246.316 147.365 256.503] -/A << /S /GoTo /D (page.29) >> +/A << /S /GoTo /D (page.30) >> >> endobj -2597 0 obj +2616 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [150.354 246.316 162.309 256.503] -/A << /S /GoTo /D (page.43) >> +/A << /S /GoTo /D (page.44) >> >> endobj -2598 0 obj +2617 0 obj << /Type /Annot /Subtype /Link @@ -15631,61 +15848,61 @@ endobj /A << /S /GoTo /D (page.30) >> >> endobj -2599 0 obj +2618 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [125.995 222.406 137.95 232.592] -/A << /S /GoTo /D (page.29) >> +/A << /S /GoTo /D (page.30) >> >> endobj -2600 0 obj +2619 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [140.939 222.406 152.894 232.592] -/A << /S /GoTo /D (page.31) >> +/A << /S /GoTo /D (page.32) >> >> endobj -2601 0 obj +2620 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [125.447 210.45 137.402 220.637] -/A << /S /GoTo /D (page.29) >> +/A << /S /GoTo /D (page.30) >> >> endobj -2602 0 obj +2621 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [140.391 210.45 152.346 220.637] -/A << /S /GoTo /D (page.45) >> +/A << /S /GoTo /D (page.46) >> >> endobj -2603 0 obj +2622 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.092 197.778 144.047 208.682] -/A << /S /GoTo /D (page.29) >> +/A << /S /GoTo /D (page.30) >> >> endobj -2604 0 obj +2623 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [127.111 186.54 139.066 196.727] -/A << /S /GoTo /D (page.57) >> +/A << /S /GoTo /D (page.58) >> >> endobj -2605 0 obj +2624 0 obj << /Type /Annot /Subtype /Link @@ -15694,16 +15911,16 @@ endobj /A << /S /GoTo /D (page.10) >> >> endobj -2606 0 obj +2625 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [131.913 161.912 148.85 172.816] -/A << /S /GoTo /D (page.101) >> +/A << /S /GoTo /D (page.102) >> >> endobj -2607 0 obj +2626 0 obj << /Type /Annot /Subtype /Link @@ -15712,7 +15929,7 @@ endobj /A << /S /GoTo /D (page.7) >> >> endobj -2608 0 obj +2627 0 obj << /Type /Annot /Subtype /Link @@ -15721,79 +15938,79 @@ endobj /A << /S /GoTo /D (page.45) >> >> endobj -2609 0 obj +2628 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [185.043 128.039 196.999 138.943] -/A << /S /GoTo /D (page.46) >> +/A << /S /GoTo /D (page.48) >> >> endobj -2610 0 obj +2629 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [205.248 116.084 217.203 126.988] -/A << /S /GoTo /D (page.69) >> +/A << /S /GoTo /D (page.68) >> >> endobj -2611 0 obj +2630 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [146.578 104.846 158.533 115.033] -/A << /S /GoTo /D (page.44) >> +/A << /S /GoTo /D (page.45) >> >> endobj -2612 0 obj +2631 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [143.43 92.174 155.385 103.078] -/A << /S /GoTo /D (page.45) >> +/A << /S /GoTo /D (page.46) >> >> endobj -2613 0 obj +2632 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [158.374 92.174 170.329 103.078] -/A << /S /GoTo /D (page.52) >> +/A << /S /GoTo /D (page.53) >> >> endobj -2614 0 obj +2633 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [173.318 92.174 185.273 103.078] -/A << /S /GoTo /D (page.53) >> +/A << /S /GoTo /D (page.54) >> >> endobj -2615 0 obj +2634 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [176.456 80.219 193.392 91.123] -/A << /S /GoTo /D (page.119) >> +/A << /S /GoTo /D (page.120) >> >> endobj -2616 0 obj +2635 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [146.429 68.264 163.365 79.168] -/A << /S /GoTo /D (page.113) >> +/A << /S /GoTo /D (page.114) >> >> endobj -2617 0 obj +2636 0 obj << /Type /Annot /Subtype /Link @@ -15802,142 +16019,142 @@ endobj /A << /S /GoTo /D (page.30) >> >> endobj -2618 0 obj +2637 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [174.583 57.026 186.538 67.212] -/A << /S /GoTo /D (page.34) >> +/A << /S /GoTo /D (page.35) >> >> endobj -2619 0 obj +2638 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [189.527 57.026 201.482 67.212] -/A << /S /GoTo /D (page.94) >> +/A << /S /GoTo /D (page.95) >> >> endobj -2620 0 obj +2639 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [204.471 57.026 216.426 67.212] -/A << /S /GoTo /D (page.95) >> +/A << /S /GoTo /D (page.96) >> >> endobj -2621 0 obj +2640 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [159.589 44.353 176.525 55.257] -/A << /S /GoTo /D (page.104) >> +/A << /S /GoTo /D (page.105) >> >> endobj -2622 0 obj +2641 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [348.065 712.567 360.02 722.754] -/A << /S /GoTo /D (page.51) >> +/A << /S /GoTo /D (page.52) >> >> endobj -2623 0 obj +2642 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [363.009 712.567 374.964 722.754] -/A << /S /GoTo /D (page.53) >> +/A << /S /GoTo /D (page.54) >> >> endobj -2624 0 obj +2643 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [377.953 712.567 389.908 722.754] -/A << /S /GoTo /D (page.55) >> +/A << /S /GoTo /D (page.56) >> >> endobj -2625 0 obj +2644 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [426.371 700.612 438.326 710.799] -/A << /S /GoTo /D (page.54) >> +/A << /S /GoTo /D (page.55) >> >> endobj -2626 0 obj +2645 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [441.315 700.612 458.251 710.799] -/A << /S /GoTo /D (page.102) >> +/A << /S /GoTo /D (page.103) >> >> endobj -2627 0 obj +2646 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [392.069 687.94 404.024 698.844] -/A << /S /GoTo /D (page.29) >> +/A << /S /GoTo /D (page.30) >> >> endobj -2628 0 obj +2647 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [396.493 675.985 408.448 686.889] -/A << /S /GoTo /D (page.35) >> +/A << /S /GoTo /D (page.36) >> >> endobj -2629 0 obj +2648 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [399.252 664.747 411.208 674.933] -/A << /S /GoTo /D (page.51) >> +/A << /S /GoTo /D (page.52) >> >> endobj -2630 0 obj +2649 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [414.196 664.747 426.152 674.933] -/A << /S /GoTo /D (page.52) >> +/A << /S /GoTo /D (page.53) >> >> endobj -2631 0 obj +2650 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [429.14 664.747 441.096 674.933] -/A << /S /GoTo /D (page.69) >> +/A << /S /GoTo /D (page.68) >> >> endobj -2632 0 obj +2651 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [444.084 664.747 461.021 674.933] -/A << /S /GoTo /D (page.115) >> +/A << /S /GoTo /D (page.116) >> >> endobj -2633 0 obj +2652 0 obj << /Type /Annot /Subtype /Link @@ -15946,7 +16163,7 @@ endobj /A << /S /GoTo /D (page.69) >> >> endobj -2634 0 obj +2653 0 obj << /Type /Annot /Subtype /Link @@ -15955,97 +16172,97 @@ endobj /A << /S /GoTo /D (page.70) >> >> endobj -2635 0 obj +2654 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [393.155 628.881 405.111 639.068] -/A << /S /GoTo /D (page.29) >> +/A << /S /GoTo /D (page.30) >> >> endobj -2636 0 obj +2655 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [329.246 616.926 341.201 627.113] -/A << /S /GoTo /D (page.47) >> +/A << /S /GoTo /D (page.48) >> >> endobj -2637 0 obj +2656 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [339.208 604.971 351.164 615.158] -/A << /S /GoTo /D (page.41) >> +/A << /S /GoTo /D (page.42) >> >> endobj -2638 0 obj +2657 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [354.152 604.971 366.108 615.158] -/A << /S /GoTo /D (page.43) >> +/A << /S /GoTo /D (page.44) >> >> endobj -2639 0 obj +2658 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [369.096 604.971 381.052 615.158] -/A << /S /GoTo /D (page.45) >> +/A << /S /GoTo /D (page.46) >> >> endobj -2640 0 obj +2659 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [384.04 604.971 395.996 615.158] -/A << /S /GoTo /D (page.52) >> +/A << /S /GoTo /D (page.53) >> >> endobj -2641 0 obj +2660 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [349.171 593.016 361.126 603.202] -/A << /S /GoTo /D (page.48) >> +/A << /S /GoTo /D (page.49) >> >> endobj -2642 0 obj +2661 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [364.115 593.016 376.07 603.202] -/A << /S /GoTo /D (page.51) >> +/A << /S /GoTo /D (page.52) >> >> endobj -2643 0 obj +2662 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [424.837 570.381 436.792 581.285] -/A << /S /GoTo /D (page.69) >> +/A << /S /GoTo /D (page.68) >> >> endobj -2644 0 obj +2663 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [417.704 558.426 429.659 569.329] -/A << /S /GoTo /D (page.30) >> +/A << /S /GoTo /D (page.31) >> >> endobj -2645 0 obj +2664 0 obj << /Type /Annot /Subtype /Link @@ -16054,7 +16271,7 @@ endobj /A << /S /GoTo /D (page.66) >> >> endobj -2646 0 obj +2665 0 obj << /Type /Annot /Subtype /Link @@ -16063,52 +16280,52 @@ endobj /A << /S /GoTo /D (page.65) >> >> endobj -2647 0 obj +2666 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [372.692 523.277 389.629 533.464] -/A << /S /GoTo /D (page.125) >> +/A << /S /GoTo /D (page.126) >> >> endobj -2648 0 obj +2667 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [388.742 510.605 400.697 521.509] -/A << /S /GoTo /D (page.46) >> +/A << /S /GoTo /D (page.47) >> >> endobj -2649 0 obj +2668 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [332.573 499.367 344.528 509.554] -/A << /S /GoTo /D (page.36) >> +/A << /S /GoTo /D (page.37) >> >> endobj -2650 0 obj +2669 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [347.517 499.367 359.472 509.554] -/A << /S /GoTo /D (page.42) >> +/A << /S /GoTo /D (page.43) >> >> endobj -2651 0 obj +2670 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [362.461 499.367 379.398 509.554] -/A << /S /GoTo /D (page.101) >> +/A << /S /GoTo /D (page.102) >> >> endobj -2652 0 obj +2671 0 obj << /Type /Annot /Subtype /Link @@ -16117,52 +16334,43 @@ endobj /A << /S /GoTo /D (page.10) >> >> endobj -2653 0 obj +2672 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [357.48 487.412 369.435 497.598] -/A << /S /GoTo /D (page.41) >> +/A << /S /GoTo /D (page.42) >> >> endobj -2654 0 obj +2673 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [372.424 487.412 384.379 497.598] -/A << /S /GoTo /D (page.45) >> ->> -endobj -2655 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [387.368 487.412 399.323 497.598] /A << /S /GoTo /D (page.46) >> >> endobj -2656 0 obj +2674 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [367.721 475.457 384.658 485.643] -/A << /S /GoTo /D (page.112) >> +/A << /S /GoTo /D (page.113) >> >> endobj -2657 0 obj +2675 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [367.173 462.784 384.11 473.688] -/A << /S /GoTo /D (page.112) >> +/A << /S /GoTo /D (page.113) >> >> endobj -2658 0 obj +2676 0 obj << /Type /Annot /Subtype /Link @@ -16171,25 +16379,25 @@ endobj /A << /S /GoTo /D (page.10) >> >> endobj -2659 0 obj +2677 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [357.48 439.591 369.435 449.778] -/A << /S /GoTo /D (page.41) >> +/A << /S /GoTo /D (page.42) >> >> endobj -2660 0 obj +2678 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [383.662 426.919 395.617 437.823] -/A << /S /GoTo /D (page.45) >> +/A << /S /GoTo /D (page.46) >> >> endobj -2661 0 obj +2679 0 obj << /Type /Annot /Subtype /Link @@ -16198,16 +16406,16 @@ endobj /A << /S /GoTo /D (page.9) >> >> endobj -2662 0 obj +2680 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [377.674 403.008 394.61 413.912] -/A << /S /GoTo /D (page.105) >> +/A << /S /GoTo /D (page.106) >> >> endobj -2663 0 obj +2681 0 obj << /Type /Annot /Subtype /Link @@ -16216,88 +16424,88 @@ endobj /A << /S /GoTo /D (page.18) >> >> endobj -2664 0 obj +2682 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [381.45 379.098 398.386 390.002] -/A << /S /GoTo /D (page.113) >> +/A << /S /GoTo /D (page.114) >> >> endobj -2665 0 obj +2683 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [349.829 357.554 366.765 368.084] -/A << /S /GoTo /D (page.104) >> +/A << /S /GoTo /D (page.105) >> >> endobj -2666 0 obj +2684 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [391.203 345.942 408.139 356.129] -/A << /S /GoTo /D (page.104) >> +/A << /S /GoTo /D (page.105) >> >> endobj -2667 0 obj +2685 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [362.172 333.27 374.127 344.174] -/A << /S /GoTo /D (page.41) >> +/A << /S /GoTo /D (page.42) >> >> endobj -2668 0 obj +2686 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [365.221 321.315 382.157 332.219] -/A << /S /GoTo /D (page.106) >> +/A << /S /GoTo /D (page.107) >> >> endobj -2669 0 obj +2687 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [361.893 310.077 373.848 320.263] -/A << /S /GoTo /D (page.30) >> +/A << /S /GoTo /D (page.31) >> >> endobj -2670 0 obj +2688 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [347.956 298.122 364.892 308.308] -/A << /S /GoTo /D (page.103) >> +/A << /S /GoTo /D (page.104) >> >> endobj -2671 0 obj +2689 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [340.862 286.166 352.818 296.353] -/A << /S /GoTo /D (page.35) >> +/A << /S /GoTo /D (page.36) >> >> endobj -2672 0 obj +2690 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [355.806 286.166 367.761 296.353] -/A << /S /GoTo /D (page.36) >> +/A << /S /GoTo /D (page.37) >> >> endobj -2673 0 obj +2691 0 obj << /Type /Annot /Subtype /Link @@ -16306,7 +16514,7 @@ endobj /A << /S /GoTo /D (page.41) >> >> endobj -2674 0 obj +2692 0 obj << /Type /Annot /Subtype /Link @@ -16315,115 +16523,115 @@ endobj /A << /S /GoTo /D (page.65) >> >> endobj -2675 0 obj +2693 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [393.425 249.584 405.38 260.488] -/A << /S /GoTo /D (page.76) >> +/A << /S /GoTo /D (page.78) >> >> endobj -2676 0 obj +2694 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [418.361 237.629 430.316 248.532] -/A << /S /GoTo /D (page.31) >> +/A << /S /GoTo /D (page.32) >> >> endobj -2677 0 obj +2695 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [384.867 213.718 401.804 224.622] -/A << /S /GoTo /D (page.105) >> +/A << /S /GoTo /D (page.106) >> >> endobj -2678 0 obj +2696 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [403.118 201.763 420.055 212.667] -/A << /S /GoTo /D (page.106) >> +/A << /S /GoTo /D (page.107) >> >> endobj -2679 0 obj +2697 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [372.274 190.525 389.211 200.712] -/A << /S /GoTo /D (page.103) >> +/A << /S /GoTo /D (page.104) >> >> endobj -2680 0 obj +2698 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [392.079 177.853 409.016 188.757] -/A << /S /GoTo /D (page.103) >> +/A << /S /GoTo /D (page.104) >> >> endobj -2681 0 obj +2699 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [412.005 177.853 428.941 188.757] -/A << /S /GoTo /D (page.106) >> +/A << /S /GoTo /D (page.107) >> >> endobj -2682 0 obj +2700 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [374.237 166.615 391.174 176.801] -/A << /S /GoTo /D (page.103) >> +/A << /S /GoTo /D (page.104) >> >> endobj -2683 0 obj +2701 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [411.297 154.66 428.234 164.846] -/A << /S /GoTo /D (page.106) >> +/A << /S /GoTo /D (page.107) >> >> endobj -2684 0 obj +2702 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [379.338 142.704 396.274 152.891] -/A << /S /GoTo /D (page.103) >> +/A << /S /GoTo /D (page.104) >> >> endobj -2685 0 obj +2703 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [376.379 130.749 393.315 140.936] -/A << /S /GoTo /D (page.103) >> +/A << /S /GoTo /D (page.104) >> >> endobj -2686 0 obj +2704 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [359.692 118.794 376.628 128.981] -/A << /S /GoTo /D (page.103) >> +/A << /S /GoTo /D (page.104) >> >> endobj -2687 0 obj +2705 0 obj << /Type /Annot /Subtype /Link @@ -16432,34 +16640,34 @@ endobj /A << /S /GoTo /D (page.9) >> >> endobj -2688 0 obj +2706 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [396.493 94.166 413.429 105.07] -/A << /S /GoTo /D (page.119) >> +/A << /S /GoTo /D (page.120) >> >> endobj -2689 0 obj +2707 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [418.072 82.211 430.027 93.115] -/A << /S /GoTo /D (page.41) >> +/A << /S /GoTo /D (page.42) >> >> endobj -2690 0 obj +2708 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [433.016 82.211 449.952 93.115] -/A << /S /GoTo /D (page.101) >> +/A << /S /GoTo /D (page.102) >> >> endobj -2691 0 obj +2709 0 obj << /Type /Annot /Subtype /Link @@ -16468,121 +16676,122 @@ endobj /A << /S /GoTo /D (page.36) >> >> endobj -2692 0 obj +2710 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [393.574 58.301 410.511 69.205] -/A << /S /GoTo /D (page.109) >> +/A << /S /GoTo /D (page.110) >> >> endobj -2697 0 obj +2715 0 obj << -/D [2695 0 R /XYZ 84.039 766.262 null] +/D [2713 0 R /XYZ 84.039 766.262 null] >> endobj -2694 0 obj +2712 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R /F77 1343 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R /F77 1355 0 R >> /ProcSet [ /PDF /Text ] >> endobj -2869 0 obj +2888 0 obj << -/Length 1890 +/Length 1883 /Filter /FlateDecode >> stream -xÚÕZmoÛ6þî_!`Àc•K½P–€aÀ;©» ÍšM12IT))ÿý¨7¿ÅE[°/‰dIwÇãÝsZ írðf>x}1†š7òÓÑæ÷š GÀò´±íŒ 4µ¹¯ÝžÍÞO¦ÿ ¿Ìßi¶ G†aˆow ¦óÁ·Añ;ÐŒ -žL&[Æ#‹¡ Îò èd<ÏUõE‰µ'ù:f>©D"!h, ‹¥ÀÊ¢˜½l©bhé²T5‹[‡ÿÉÞ̘¤§Ý' -dÖ± --H(Õ|ûnwU2k#£?–ëŠ.8âTÞ­Uæ|àKgÊŽ{"׺‹ŠÆïQ‡4Œõü°Û±õ‚s»c^ÔÞþ +xÚÕZmoÛ6þî_!`Àc•K½P–€aÀj;‰;£ÍšM12½•’Òøßz³lÇE[°/‰d[wÇ»{îOÊÕàÝrðör gäXº¥,Ž€á(cÓA¨+KW¹»˜˜Îþ~]¾WLŽ4MãÏî1˜-ßùç@Ñ }4¶Æ +w_âòïÞ+`d8¶ò½øe ˜Ðòk_¹ü> +…ÀÒ¢è½ì¨bhá±”5‹cµ.ÿƒË½è!I8V»Ok˜*Ü0‚ÒÚaW›òº&M0¢~§ýZCÎn—Óù'‘ +5Ûî{—>òDÖ1uDå8ºÙè®-§œf¬ý5#ÃB¯#î×ܯ]m‹Y¹,_…cɘÒ~ð.o®~mŒ‘sDâW®Ìk¡ @[Öâ +&ó0Iy(­Yoº6aw¼”X5YGQ®Q›ÀøFÝ饑½’”e;¼ç¯m°Ov*?eaÚ‹¥RRéc]¾n$Ó‰¯]Ù ¸R.=ãqŒn»PnTy8*Ë¢óøhךî0VÐe´íŒ×nÀñ™]ñº(s½š¶žÚqÖ[”®ö7M»‘tA% endstream endobj -2868 0 obj +2887 0 obj << /Type /Page -/Contents 2869 0 R -/Resources 2867 0 R +/Contents 2888 0 R +/Resources 2886 0 R /MediaBox [0 0 612 792] -/Parent 2400 0 R -/Annots [ 2693 0 R 2698 0 R 2699 0 R 2700 0 R 2701 0 R 2702 0 R 2703 0 R 2704 0 R 2705 0 R 2706 0 R 2707 0 R 2708 0 R 2709 0 R 2710 0 R 2711 0 R 2712 0 R 2713 0 R 2714 0 R 2715 0 R 2716 0 R 2717 0 R 2718 0 R 2719 0 R 2720 0 R 2721 0 R 2722 0 R 2723 0 R 2724 0 R 2725 0 R 2726 0 R 2727 0 R 2728 0 R 2729 0 R 2730 0 R 2731 0 R 2732 0 R 2733 0 R 2734 0 R 2735 0 R 2736 0 R 2737 0 R 2738 0 R 2739 0 R 2740 0 R 2741 0 R 2742 0 R 2743 0 R 2744 0 R 2745 0 R 2746 0 R 2747 0 R 2748 0 R 2749 0 R 2750 0 R 2751 0 R 2752 0 R 2753 0 R 2754 0 R 2755 0 R 2756 0 R 2757 0 R 2758 0 R 2759 0 R 2760 0 R 2761 0 R 2762 0 R 2763 0 R 2764 0 R 2765 0 R 2766 0 R 2767 0 R 2768 0 R 2769 0 R 2770 0 R 2771 0 R 2772 0 R 2773 0 R 2774 0 R 2775 0 R 2776 0 R 2777 0 R 2778 0 R 2779 0 R 2780 0 R 2781 0 R 2782 0 R 2783 0 R 2784 0 R 2785 0 R 2786 0 R 2787 0 R 2788 0 R 2789 0 R 2790 0 R 2791 0 R 2792 0 R 2793 0 R 2794 0 R 2795 0 R 2796 0 R 2797 0 R 2798 0 R 2799 0 R 2800 0 R 2801 0 R 2802 0 R 2803 0 R 2804 0 R 2805 0 R 2806 0 R 2807 0 R 2808 0 R 2809 0 R 2810 0 R 2811 0 R 2812 0 R 2813 0 R 2814 0 R 2815 0 R 2816 0 R 2817 0 R 2818 0 R 2819 0 R 2820 0 R 2821 0 R 2822 0 R 2823 0 R 2824 0 R 2825 0 R 2826 0 R 2827 0 R 2828 0 R 2829 0 R 2830 0 R 2831 0 R 2832 0 R 2833 0 R 2834 0 R 2835 0 R 2836 0 R 2837 0 R 2838 0 R 2839 0 R 2840 0 R 2841 0 R 2842 0 R 2843 0 R 2844 0 R 2845 0 R 2846 0 R 2847 0 R 2848 0 R 2849 0 R 2850 0 R 2851 0 R 2852 0 R 2853 0 R 2854 0 R 2855 0 R 2856 0 R 2857 0 R 2858 0 R 2859 0 R 2860 0 R 2861 0 R 2862 0 R ] +/Parent 2417 0 R +/Annots [ 2711 0 R 2716 0 R 2717 0 R 2718 0 R 2719 0 R 2720 0 R 2721 0 R 2722 0 R 2723 0 R 2724 0 R 2725 0 R 2726 0 R 2727 0 R 2728 0 R 2729 0 R 2730 0 R 2731 0 R 2732 0 R 2733 0 R 2734 0 R 2735 0 R 2736 0 R 2737 0 R 2738 0 R 2739 0 R 2740 0 R 2741 0 R 2742 0 R 2743 0 R 2744 0 R 2745 0 R 2746 0 R 2747 0 R 2748 0 R 2749 0 R 2750 0 R 2751 0 R 2752 0 R 2753 0 R 2754 0 R 2755 0 R 2756 0 R 2757 0 R 2758 0 R 2759 0 R 2760 0 R 2761 0 R 2762 0 R 2763 0 R 2764 0 R 2765 0 R 2766 0 R 2767 0 R 2768 0 R 2769 0 R 2770 0 R 2771 0 R 2772 0 R 2773 0 R 2774 0 R 2775 0 R 2776 0 R 2777 0 R 2778 0 R 2779 0 R 2780 0 R 2781 0 R 2782 0 R 2783 0 R 2784 0 R 2785 0 R 2786 0 R 2787 0 R 2788 0 R 2789 0 R 2790 0 R 2791 0 R 2792 0 R 2793 0 R 2794 0 R 2795 0 R 2796 0 R 2797 0 R 2798 0 R 2799 0 R 2800 0 R 2801 0 R 2802 0 R 2803 0 R 2804 0 R 2805 0 R 2806 0 R 2807 0 R 2808 0 R 2809 0 R 2810 0 R 2811 0 R 2812 0 R 2813 0 R 2814 0 R 2815 0 R 2816 0 R 2817 0 R 2818 0 R 2819 0 R 2820 0 R 2821 0 R 2822 0 R 2823 0 R 2824 0 R 2825 0 R 2826 0 R 2827 0 R 2828 0 R 2829 0 R 2830 0 R 2831 0 R 2832 0 R 2833 0 R 2834 0 R 2835 0 R 2836 0 R 2837 0 R 2838 0 R 2839 0 R 2840 0 R 2841 0 R 2842 0 R 2843 0 R 2844 0 R 2845 0 R 2846 0 R 2847 0 R 2848 0 R 2849 0 R 2850 0 R 2851 0 R 2852 0 R 2853 0 R 2854 0 R 2855 0 R 2856 0 R 2857 0 R 2858 0 R 2859 0 R 2860 0 R 2861 0 R 2862 0 R 2863 0 R 2864 0 R 2865 0 R 2866 0 R 2867 0 R 2868 0 R 2869 0 R 2870 0 R 2871 0 R 2872 0 R 2873 0 R 2874 0 R 2875 0 R 2876 0 R 2877 0 R 2878 0 R 2879 0 R 2880 0 R 2881 0 R ] >> endobj -2693 0 obj +2711 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [116.69 712.567 128.645 722.754] -/A << /S /GoTo /D (page.50) >> +/A << /S /GoTo /D (page.51) >> >> endobj -2698 0 obj +2716 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [126.653 700.612 138.608 710.799] -/A << /S /GoTo /D (page.50) >> +/A << /S /GoTo /D (page.51) >> >> endobj -2699 0 obj +2717 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [181.487 687.94 193.442 698.844] -/A << /S /GoTo /D (page.34) >> +/A << /S /GoTo /D (page.35) >> >> endobj -2700 0 obj +2718 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [196.431 687.94 213.367 698.844] -/A << /S /GoTo /D (page.117) >> +/A << /S /GoTo /D (page.118) >> >> endobj -2701 0 obj +2719 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [103.968 667.945 120.905 678.132] -/A << /S /GoTo /D (page.103) >> +/A << /S /GoTo /D (page.104) >> >> endobj -2702 0 obj +2720 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.56 655.646 181.497 666.177] -/A << /S /GoTo /D (page.103) >> +/A << /S /GoTo /D (page.104) >> >> endobj -2703 0 obj +2721 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [230.114 643.317 242.069 654.221] -/A << /S /GoTo /D (page.43) >> +/A << /S /GoTo /D (page.44) >> >> endobj -2704 0 obj +2722 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [265.541 631.362 277.496 642.266] -/A << /S /GoTo /D (page.36) >> +/A << /S /GoTo /D (page.37) >> >> endobj -2705 0 obj +2723 0 obj << /Type /Annot /Subtype /Link @@ -16591,52 +16800,52 @@ endobj /A << /S /GoTo /D (page.40) >> >> endobj -2706 0 obj +2724 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [295.429 631.362 307.384 642.266] -/A << /S /GoTo /D (page.42) >> +/A << /S /GoTo /D (page.43) >> >> endobj -2707 0 obj +2725 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [156.601 619.407 168.556 630.311] -/A << /S /GoTo /D (page.98) >> +/A << /S /GoTo /D (page.99) >> >> endobj -2708 0 obj +2726 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [171.545 619.407 188.481 630.311] -/A << /S /GoTo /D (page.103) >> +/A << /S /GoTo /D (page.104) >> >> endobj -2709 0 obj +2727 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [180.052 608.169 196.988 618.356] -/A << /S /GoTo /D (page.108) >> +/A << /S /GoTo /D (page.109) >> >> endobj -2710 0 obj +2728 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [199.977 608.169 216.914 618.356] -/A << /S /GoTo /D (page.122) >> +/A << /S /GoTo /D (page.123) >> >> endobj -2711 0 obj +2729 0 obj << /Type /Annot /Subtype /Link @@ -16645,34 +16854,34 @@ endobj /A << /S /GoTo /D (page.30) >> >> endobj -2712 0 obj +2730 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [142.653 595.497 154.608 606.401] -/A << /S /GoTo /D (page.95) >> +/A << /S /GoTo /D (page.96) >> >> endobj -2713 0 obj +2731 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [122.23 584.259 134.185 594.446] -/A << /S /GoTo /D (page.63) >> +/A << /S /GoTo /D (page.64) >> >> endobj -2714 0 obj +2732 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [215.339 571.586 227.295 582.49] -/A << /S /GoTo /D (page.63) >> +/A << /S /GoTo /D (page.64) >> >> endobj -2715 0 obj +2733 0 obj << /Type /Annot /Subtype /Link @@ -16681,16 +16890,16 @@ endobj /A << /S /GoTo /D (page.16) >> >> endobj -2716 0 obj +2734 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [123.096 548.393 135.051 558.58] -/A << /S /GoTo /D (page.47) >> +/A << /S /GoTo /D (page.48) >> >> endobj -2717 0 obj +2735 0 obj << /Type /Annot /Subtype /Link @@ -16699,16 +16908,16 @@ endobj /A << /S /GoTo /D (page.22) >> >> endobj -2718 0 obj +2736 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [165.397 536.438 182.334 546.625] -/A << /S /GoTo /D (page.102) >> +/A << /S /GoTo /D (page.103) >> >> endobj -2719 0 obj +2737 0 obj << /Type /Annot /Subtype /Link @@ -16717,25 +16926,34 @@ endobj /A << /S /GoTo /D (page.26) >> >> endobj -2720 0 obj +2738 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [194.727 523.766 206.683 534.67] +/A << /S /GoTo /D (page.27) >> +>> +endobj +2739 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [128.068 512.528 145.004 522.715] -/A << /S /GoTo /D (page.105) >> +/A << /S /GoTo /D (page.106) >> >> endobj -2721 0 obj +2740 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [238.164 499.855 255.1 510.759] -/A << /S /GoTo /D (page.103) >> +/A << /S /GoTo /D (page.104) >> >> endobj -2722 0 obj +2741 0 obj << /Type /Annot /Subtype /Link @@ -16744,70 +16962,79 @@ endobj /A << /S /GoTo /D (page.65) >> >> endobj -2723 0 obj +2742 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [129.433 488.618 141.388 498.804] -/A << /S /GoTo /D (page.69) >> +/A << /S /GoTo /D (page.68) >> >> endobj -2724 0 obj +2743 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [144.377 488.618 161.313 498.804] -/A << /S /GoTo /D (page.113) >> +/A << /S /GoTo /D (page.114) >> >> endobj -2725 0 obj +2744 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [163.196 476.662 175.151 486.849] +/A << /S /GoTo /D (page.68) >> +>> +endobj +2745 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [178.14 476.662 190.095 486.849] /A << /S /GoTo /D (page.69) >> >> endobj -2726 0 obj +2746 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [116.701 464.707 128.656 474.894] -/A << /S /GoTo /D (page.37) >> +/A << /S /GoTo /D (page.38) >> >> endobj -2727 0 obj +2747 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [176.466 440.797 188.421 450.984] -/A << /S /GoTo /D (page.37) >> +/A << /S /GoTo /D (page.38) >> >> endobj -2728 0 obj +2748 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [195.265 428.124 207.22 439.028] -/A << /S /GoTo /D (page.37) >> +/A << /S /GoTo /D (page.38) >> >> endobj -2729 0 obj +2749 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [169.821 416.887 181.776 427.073] -/A << /S /GoTo /D (page.37) >> +/A << /S /GoTo /D (page.38) >> >> endobj -2730 0 obj +2750 0 obj << /Type /Annot /Subtype /Link @@ -16816,7 +17043,7 @@ endobj /A << /S /GoTo /D (page.38) >> >> endobj -2731 0 obj +2751 0 obj << /Type /Annot /Subtype /Link @@ -16825,7 +17052,7 @@ endobj /A << /S /GoTo /D (page.38) >> >> endobj -2732 0 obj +2752 0 obj << /Type /Annot /Subtype /Link @@ -16834,79 +17061,79 @@ endobj /A << /S /GoTo /D (page.38) >> >> endobj -2733 0 obj +2753 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [179.793 368.349 191.749 379.253] -/A << /S /GoTo /D (page.59) >> +/A << /S /GoTo /D (page.60) >> >> endobj -2734 0 obj +2754 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [116.701 357.111 128.656 367.297] -/A << /S /GoTo /D (page.71) >> +/A << /S /GoTo /D (page.70) >> >> endobj -2735 0 obj +2755 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [133.308 345.156 145.263 355.342] -/A << /S /GoTo /D (page.31) >> +/A << /S /GoTo /D (page.32) >> >> endobj -2736 0 obj +2756 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [133.308 333.2 145.263 343.387] -/A << /S /GoTo /D (page.31) >> +/A << /S /GoTo /D (page.32) >> >> endobj -2737 0 obj +2757 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [148.252 333.2 160.207 343.387] -/A << /S /GoTo /D (page.71) >> +/A << /S /GoTo /D (page.70) >> >> endobj -2738 0 obj +2758 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [163.196 333.2 180.133 343.387] -/A << /S /GoTo /D (page.104) >> +/A << /S /GoTo /D (page.105) >> >> endobj -2739 0 obj +2759 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [133.308 321.245 150.245 331.432] -/A << /S /GoTo /D (page.104) >> +/A << /S /GoTo /D (page.105) >> >> endobj -2740 0 obj +2760 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [237.058 308.573 249.013 319.477] -/A << /S /GoTo /D (page.58) >> +/A << /S /GoTo /D (page.59) >> >> endobj -2741 0 obj +2761 0 obj << /Type /Annot /Subtype /Link @@ -16915,61 +17142,61 @@ endobj /A << /S /GoTo /D (page.37) >> >> endobj -2742 0 obj +2762 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [115.584 276.623 127.54 286.809] -/A << /S /GoTo /D (page.98) >> +/A << /S /GoTo /D (page.99) >> >> endobj -2743 0 obj +2763 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [129.423 264.668 141.378 274.854] -/A << /S /GoTo /D (page.51) >> +/A << /S /GoTo /D (page.52) >> >> endobj -2744 0 obj +2764 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [144.367 264.668 156.322 274.854] -/A << /S /GoTo /D (page.53) >> +/A << /S /GoTo /D (page.54) >> >> endobj -2745 0 obj +2765 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [159.311 264.668 171.266 274.854] -/A << /S /GoTo /D (page.56) >> +/A << /S /GoTo /D (page.57) >> >> endobj -2746 0 obj +2766 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [134.404 252.712 151.34 262.899] -/A << /S /GoTo /D (page.101) >> +/A << /S /GoTo /D (page.102) >> >> endobj -2747 0 obj +2767 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [154.329 252.712 171.266 262.899] -/A << /S /GoTo /D (page.113) >> +/A << /S /GoTo /D (page.114) >> >> endobj -2748 0 obj +2768 0 obj << /Type /Annot /Subtype /Link @@ -16978,25 +17205,25 @@ endobj /A << /S /GoTo /D (page.39) >> >> endobj -2749 0 obj +2769 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [128.317 228.085 145.253 238.989] -/A << /S /GoTo /D (page.107) >> +/A << /S /GoTo /D (page.108) >> >> endobj -2750 0 obj +2770 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [180.879 216.503 192.834 227.034] -/A << /S /GoTo /D (page.59) >> +/A << /S /GoTo /D (page.60) >> >> endobj -2751 0 obj +2771 0 obj << /Type /Annot /Subtype /Link @@ -17005,43 +17232,43 @@ endobj /A << /S /GoTo /D (page.40) >> >> endobj -2752 0 obj +2772 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [217.561 195.418 229.516 206.322] -/A << /S /GoTo /D (page.52) >> +/A << /S /GoTo /D (page.53) >> >> endobj -2753 0 obj +2773 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [150.164 183.462 167.101 194.366] -/A << /S /GoTo /D (page.106) >> +/A << /S /GoTo /D (page.107) >> >> endobj -2754 0 obj +2774 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [110.613 171.507 122.568 182.411] -/A << /S /GoTo /D (page.41) >> +/A << /S /GoTo /D (page.42) >> >> endobj -2755 0 obj +2775 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [216.874 159.552 228.829 170.456] -/A << /S /GoTo /D (page.59) >> +/A << /S /GoTo /D (page.60) >> >> endobj -2756 0 obj +2776 0 obj << /Type /Annot /Subtype /Link @@ -17050,34 +17277,43 @@ endobj /A << /S /GoTo /D (page.26) >> >> endobj -2757 0 obj +2777 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [192.535 147.597 204.491 158.501] -/A << /S /GoTo /D (page.48) >> +/A << /S /GoTo /D (page.27) >> >> endobj -2758 0 obj +2778 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [207.479 147.597 219.434 158.501] -/A << /S /GoTo /D (page.56) >> +/A << /S /GoTo /D (page.49) >> >> endobj -2759 0 obj +2779 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [222.423 147.597 234.378 158.501] -/A << /S /GoTo /D (page.58) >> +/A << /S /GoTo /D (page.57) >> >> endobj -2760 0 obj +2780 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [237.367 147.597 249.322 158.501] +/A << /S /GoTo /D (page.59) >> +>> +endobj +2781 0 obj << /Type /Annot /Subtype /Link @@ -17086,7 +17322,7 @@ endobj /A << /S /GoTo /D (page.22) >> >> endobj -2761 0 obj +2782 0 obj << /Type /Annot /Subtype /Link @@ -17095,43 +17331,43 @@ endobj /A << /S /GoTo /D (page.22) >> >> endobj -2762 0 obj +2783 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [159.031 111.731 170.986 122.635] -/A << /S /GoTo /D (page.34) >> +/A << /S /GoTo /D (page.35) >> >> endobj -2763 0 obj +2784 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [173.975 111.731 185.93 122.635] -/A << /S /GoTo /D (page.54) >> +/A << /S /GoTo /D (page.55) >> >> endobj -2764 0 obj +2785 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.152 99.776 176.107 110.68] -/A << /S /GoTo /D (page.46) >> +/A << /S /GoTo /D (page.47) >> >> endobj -2765 0 obj +2786 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [179.096 99.776 191.051 110.68] -/A << /S /GoTo /D (page.47) >> +/A << /S /GoTo /D (page.48) >> >> endobj -2766 0 obj +2787 0 obj << /Type /Annot /Subtype /Link @@ -17140,7 +17376,7 @@ endobj /A << /S /GoTo /D (page.69) >> >> endobj -2767 0 obj +2788 0 obj << /Type /Annot /Subtype /Link @@ -17149,16 +17385,16 @@ endobj /A << /S /GoTo /D (page.70) >> >> endobj -2768 0 obj +2789 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [152.546 87.821 164.501 98.725] -/A << /S /GoTo /D (page.42) >> +/A << /S /GoTo /D (page.43) >> >> endobj -2769 0 obj +2790 0 obj << /Type /Annot /Subtype /Link @@ -17167,88 +17403,88 @@ endobj /A << /S /GoTo /D (page.69) >> >> endobj -2770 0 obj +2791 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [160.137 63.911 172.092 74.815] -/A << /S /GoTo /D (page.34) >> +/A << /S /GoTo /D (page.35) >> >> endobj -2771 0 obj +2792 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [175.081 63.911 187.036 74.815] -/A << /S /GoTo /D (page.54) >> +/A << /S /GoTo /D (page.55) >> >> endobj -2772 0 obj +2793 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [190.025 63.911 201.98 74.815] -/A << /S /GoTo /D (page.60) >> +/A << /S /GoTo /D (page.61) >> >> endobj -2773 0 obj +2794 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [398.317 700.612 410.272 710.799] -/A << /S /GoTo /D (page.38) >> +/A << /S /GoTo /D (page.39) >> >> endobj -2774 0 obj +2795 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [398.875 688.657 410.83 698.844] -/A << /S /GoTo /D (page.38) >> +/A << /S /GoTo /D (page.39) >> >> endobj -2775 0 obj +2796 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [450.719 675.985 462.674 686.889] -/A << /S /GoTo /D (page.32) >> +/A << /S /GoTo /D (page.33) >> >> endobj -2776 0 obj +2797 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [336.997 664.03 348.952 674.933] -/A << /S /GoTo /D (page.95) >> +/A << /S /GoTo /D (page.96) >> >> endobj -2777 0 obj +2798 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [381.689 652.074 393.644 662.978] -/A << /S /GoTo /D (page.69) >> +/A << /S /GoTo /D (page.68) >> >> endobj -2778 0 obj +2799 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [358.008 640.119 369.963 651.023] -/A << /S /GoTo /D (page.57) >> +/A << /S /GoTo /D (page.58) >> >> endobj -2779 0 obj +2800 0 obj << /Type /Annot /Subtype /Link @@ -17257,7 +17493,7 @@ endobj /A << /S /GoTo /D (page.9) >> >> endobj -2780 0 obj +2801 0 obj << /Type /Annot /Subtype /Link @@ -17266,16 +17502,16 @@ endobj /A << /S /GoTo /D (page.8) >> >> endobj -2781 0 obj +2802 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [378.591 616.926 390.546 627.113] -/A << /S /GoTo /D (page.59) >> +/A << /S /GoTo /D (page.60) >> >> endobj -2782 0 obj +2803 0 obj << /Type /Annot /Subtype /Link @@ -17284,43 +17520,43 @@ endobj /A << /S /GoTo /D (page.9) >> >> endobj -2783 0 obj +2804 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [407.84 592.299 424.777 603.202] -/A << /S /GoTo /D (page.103) >> +/A << /S /GoTo /D (page.104) >> >> endobj -2784 0 obj +2805 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [392.348 580.343 404.304 591.247] -/A << /S /GoTo /D (page.77) >> +/A << /S /GoTo /D (page.79) >> >> endobj -2785 0 obj +2806 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [407.292 580.343 424.229 591.247] -/A << /S /GoTo /D (page.103) >> +/A << /S /GoTo /D (page.104) >> >> endobj -2786 0 obj +2807 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.854 559.709 357.809 569.896] -/A << /S /GoTo /D (page.31) >> +/A << /S /GoTo /D (page.32) >> >> endobj -2787 0 obj +2808 0 obj << /Type /Annot /Subtype /Link @@ -17329,52 +17565,52 @@ endobj /A << /S /GoTo /D (page.37) >> >> endobj -2788 0 obj +2809 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [375.742 559.709 387.697 569.896] -/A << /S /GoTo /D (page.43) >> +/A << /S /GoTo /D (page.44) >> >> endobj -2789 0 obj +2810 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [390.686 559.709 402.641 569.896] -/A << /S /GoTo /D (page.49) >> +/A << /S /GoTo /D (page.50) >> >> endobj -2790 0 obj +2811 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [405.629 559.709 417.585 569.896] -/A << /S /GoTo /D (page.74) >> +/A << /S /GoTo /D (page.76) >> >> endobj -2791 0 obj +2812 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [376.289 547.036 388.244 557.94] -/A << /S /GoTo /D (page.49) >> +/A << /S /GoTo /D (page.50) >> >> endobj -2792 0 obj +2813 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [391.233 547.036 403.188 557.94] -/A << /S /GoTo /D (page.51) >> +/A << /S /GoTo /D (page.52) >> >> endobj -2793 0 obj +2814 0 obj << /Type /Annot /Subtype /Link @@ -17383,205 +17619,205 @@ endobj /A << /S /GoTo /D (page.37) >> >> endobj -2794 0 obj +2815 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [406.715 511.545 418.67 522.075] -/A << /S /GoTo /D (page.43) >> +/A << /S /GoTo /D (page.44) >> >> endobj -2795 0 obj +2816 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [369.913 499.933 381.868 510.12] -/A << /S /GoTo /D (page.41) >> +/A << /S /GoTo /D (page.42) >> >> endobj -2796 0 obj +2817 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [384.857 499.933 401.793 510.12] -/A << /S /GoTo /D (page.101) >> +/A << /S /GoTo /D (page.102) >> >> endobj -2797 0 obj +2818 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [404.782 499.933 421.719 510.12] -/A << /S /GoTo /D (page.102) >> +/A << /S /GoTo /D (page.103) >> >> endobj -2798 0 obj +2819 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [377.106 487.261 389.061 498.165] -/A << /S /GoTo /D (page.58) >> +/A << /S /GoTo /D (page.59) >> >> endobj -2799 0 obj +2820 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [396.752 475.305 413.689 486.209] -/A << /S /GoTo /D (page.114) >> +/A << /S /GoTo /D (page.115) >> >> endobj -2800 0 obj +2821 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [399.821 463.35 416.757 474.254] -/A << /S /GoTo /D (page.114) >> +/A << /S /GoTo /D (page.115) >> >> endobj -2801 0 obj +2822 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [422.217 441.999 434.172 452.902] -/A << /S /GoTo /D (page.43) >> +/A << /S /GoTo /D (page.44) >> >> endobj -2802 0 obj +2823 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [420.831 430.417 432.786 440.947] -/A << /S /GoTo /D (page.94) >> +/A << /S /GoTo /D (page.95) >> >> endobj -2803 0 obj +2824 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [345.854 418.805 357.809 428.992] -/A << /S /GoTo /D (page.38) >> +/A << /S /GoTo /D (page.39) >> >> endobj -2804 0 obj +2825 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [360.797 418.805 377.734 428.992] -/A << /S /GoTo /D (page.119) >> +/A << /S /GoTo /D (page.120) >> >> endobj -2805 0 obj +2826 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [380.723 418.805 397.659 428.992] -/A << /S /GoTo /D (page.122) >> +/A << /S /GoTo /D (page.123) >> >> endobj -2806 0 obj +2827 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [500.521 406.133 512.476 417.037] -/A << /S /GoTo /D (page.36) >> +/A << /S /GoTo /D (page.37) >> >> endobj -2807 0 obj +2828 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [515.348 406.133 527.303 417.037] -/A << /S /GoTo /D (page.40) >> +/A << /S /GoTo /D (page.41) >> >> endobj -2808 0 obj +2829 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [530.175 406.133 542.13 417.037] -/A << /S /GoTo /D (page.42) >> +/A << /S /GoTo /D (page.43) >> >> endobj -2809 0 obj +2830 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [338.651 394.895 350.606 405.082] -/A << /S /GoTo /D (page.35) >> +/A << /S /GoTo /D (page.36) >> >> endobj -2810 0 obj +2831 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [353.595 394.895 370.531 405.082] -/A << /S /GoTo /D (page.104) >> +/A << /S /GoTo /D (page.105) >> >> endobj -2811 0 obj +2832 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [371.029 382.94 382.984 393.127] -/A << /S /GoTo /D (page.41) >> +/A << /S /GoTo /D (page.42) >> >> endobj -2812 0 obj +2833 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [385.973 382.94 402.909 393.127] -/A << /S /GoTo /D (page.101) >> +/A << /S /GoTo /D (page.102) >> >> endobj -2813 0 obj +2834 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [405.898 382.94 422.834 393.127] -/A << /S /GoTo /D (page.102) >> +/A << /S /GoTo /D (page.103) >> >> endobj -2814 0 obj +2835 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [444.632 370.268 461.568 381.171] -/A << /S /GoTo /D (page.103) >> +/A << /S /GoTo /D (page.104) >> >> endobj -2815 0 obj +2836 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [355.258 359.03 367.213 369.216] -/A << /S /GoTo /D (page.37) >> +/A << /S /GoTo /D (page.38) >> >> endobj -2816 0 obj +2837 0 obj << /Type /Annot /Subtype /Link @@ -17590,7 +17826,7 @@ endobj /A << /S /GoTo /D (page.15) >> >> endobj -2817 0 obj +2838 0 obj << /Type /Annot /Subtype /Link @@ -17599,7 +17835,7 @@ endobj /A << /S /GoTo /D (page.23) >> >> endobj -2818 0 obj +2839 0 obj << /Type /Annot /Subtype /Link @@ -17608,277 +17844,259 @@ endobj /A << /S /GoTo /D (page.13) >> >> endobj -2819 0 obj +2840 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [423.173 310.492 440.109 321.396] -/A << /S /GoTo /D (page.103) >> +/A << /S /GoTo /D (page.104) >> >> endobj -2820 0 obj +2841 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [386.092 299.254 398.047 309.44] -/A << /S /GoTo /D (page.29) >> ->> -endobj -2821 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [401.036 299.254 412.991 309.44] /A << /S /GoTo /D (page.30) >> >> endobj -2822 0 obj +2842 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [415.98 299.254 427.935 309.44] -/A << /S /GoTo /D (page.36) >> +/Rect [401.036 299.254 412.991 309.44] +/A << /S /GoTo /D (page.37) >> >> endobj -2823 0 obj +2843 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [430.924 299.254 442.879 309.44] -/A << /S /GoTo /D (page.95) >> +/Rect [415.98 299.254 427.935 309.44] +/A << /S /GoTo /D (page.96) >> >> endobj -2824 0 obj +2844 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [429.419 286.581 441.374 297.485] -/A << /S /GoTo /D (page.38) >> +/A << /S /GoTo /D (page.39) >> >> endobj -2825 0 obj +2845 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [356.364 274.626 368.319 285.53] -/A << /S /GoTo /D (page.42) >> +/A << /S /GoTo /D (page.43) >> >> endobj -2826 0 obj +2846 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [371.308 274.626 383.263 285.53] -/A << /S /GoTo /D (page.47) >> +/A << /S /GoTo /D (page.48) >> >> endobj -2827 0 obj +2847 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [386.252 274.626 398.207 285.53] -/A << /S /GoTo /D (page.48) >> +/A << /S /GoTo /D (page.53) >> >> endobj -2828 0 obj +2848 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [401.196 274.626 413.151 285.53] -/A << /S /GoTo /D (page.50) >> +/A << /S /GoTo /D (page.55) >> >> endobj -2829 0 obj +2849 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [416.14 274.626 428.095 285.53] -/A << /S /GoTo /D (page.52) >> +/A << /S /GoTo /D (page.57) >> >> endobj -2830 0 obj +2850 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [431.084 274.626 443.039 285.53] -/A << /S /GoTo /D (page.54) >> +/A << /S /GoTo /D (page.61) >> >> endobj -2831 0 obj +2851 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [446.028 274.626 457.983 285.53] -/A << /S /GoTo /D (page.56) >> ->> -endobj -2832 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [460.972 274.626 472.927 285.53] -/A << /S /GoTo /D (page.60) >> ->> -endobj -2833 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [475.916 274.626 487.871 285.53] -/A << /S /GoTo /D (page.61) >> +/A << /S /GoTo /D (page.62) >> >> endobj -2834 0 obj +2852 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [366.327 262.671 378.282 273.575] -/A << /S /GoTo /D (page.42) >> +/A << /S /GoTo /D (page.43) >> >> endobj -2835 0 obj +2853 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [381.27 262.671 393.226 273.575] -/A << /S /GoTo /D (page.48) >> +/A << /S /GoTo /D (page.49) >> >> endobj -2836 0 obj +2854 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [396.214 262.671 408.17 273.575] -/A << /S /GoTo /D (page.54) >> +/A << /S /GoTo /D (page.55) >> >> endobj -2837 0 obj +2855 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [377.275 250.716 389.23 261.62] -/A << /S /GoTo /D (page.51) >> +/A << /S /GoTo /D (page.52) >> >> endobj -2838 0 obj +2856 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [386.829 238.761 398.785 249.665] -/A << /S /GoTo /D (page.51) >> +/A << /S /GoTo /D (page.52) >> >> endobj -2839 0 obj +2857 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [379.885 226.806 391.841 237.709] -/A << /S /GoTo /D (page.51) >> +/A << /S /GoTo /D (page.52) >> >> endobj -2840 0 obj +2858 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [388.095 214.85 400.05 225.754] -/A << /S /GoTo /D (page.51) >> +/A << /S /GoTo /D (page.52) >> >> endobj -2841 0 obj +2859 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [403.039 214.85 414.994 225.754] -/A << /S /GoTo /D (page.52) >> +/A << /S /GoTo /D (page.53) >> >> endobj -2842 0 obj +2860 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [405.459 202.895 417.414 213.799] -/A << /S /GoTo /D (page.36) >> +/A << /S /GoTo /D (page.37) >> >> endobj -2843 0 obj +2861 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [420.403 202.895 432.358 213.799] -/A << /S /GoTo /D (page.48) >> +/A << /S /GoTo /D (page.49) >> >> endobj -2844 0 obj +2862 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [435.347 202.895 447.302 213.799] -/A << /S /GoTo /D (page.61) >> +/A << /S /GoTo /D (page.50) >> >> endobj -2845 0 obj +2863 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [450.291 202.895 462.246 213.799] +/A << /S /GoTo /D (page.62) >> +>> +endobj +2864 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [360.239 190.94 372.194 201.844] -/A << /S /GoTo /D (page.52) >> +/A << /S /GoTo /D (page.53) >> >> endobj -2846 0 obj +2865 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [440.746 178.985 452.702 189.889] -/A << /S /GoTo /D (page.47) >> +/A << /S /GoTo /D (page.48) >> >> endobj -2847 0 obj +2866 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [455.69 178.985 467.645 189.889] -/A << /S /GoTo /D (page.59) >> +/A << /S /GoTo /D (page.60) >> >> endobj -2848 0 obj +2867 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [368.269 157.633 385.206 168.537] -/A << /S /GoTo /D (page.110) >> +/A << /S /GoTo /D (page.111) >> >> endobj -2849 0 obj +2868 0 obj << /Type /Annot /Subtype /Link @@ -17887,16 +18105,16 @@ endobj /A << /S /GoTo /D (page.26) >> >> endobj -2850 0 obj +2869 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [348.613 115.647 360.568 125.834] -/A << /S /GoTo /D (page.55) >> +/A << /S /GoTo /D (page.56) >> >> endobj -2851 0 obj +2870 0 obj << /Type /Annot /Subtype /Link @@ -17905,7 +18123,7 @@ endobj /A << /S /GoTo /D (page.9) >> >> endobj -2852 0 obj +2871 0 obj << /Type /Annot /Subtype /Link @@ -17914,7 +18132,7 @@ endobj /A << /S /GoTo /D (page.31) >> >> endobj -2853 0 obj +2872 0 obj << /Type /Annot /Subtype /Link @@ -17923,70 +18141,70 @@ endobj /A << /S /GoTo /D (page.35) >> >> endobj -2854 0 obj +2873 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [387.906 91.737 399.861 101.923] -/A << /S /GoTo /D (page.36) >> +/A << /S /GoTo /D (page.37) >> >> endobj -2855 0 obj +2874 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [402.849 91.737 414.805 101.923] -/A << /S /GoTo /D (page.42) >> +/A << /S /GoTo /D (page.43) >> >> endobj -2856 0 obj +2875 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [417.793 91.737 429.749 101.923] -/A << /S /GoTo /D (page.57) >> +/A << /S /GoTo /D (page.58) >> >> endobj -2857 0 obj +2876 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [432.737 91.737 444.693 101.923] -/A << /S /GoTo /D (page.59) >> +/A << /S /GoTo /D (page.60) >> >> endobj -2858 0 obj +2877 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [348.115 79.781 360.07 89.968] -/A << /S /GoTo /D (page.30) >> +/A << /S /GoTo /D (page.31) >> >> endobj -2859 0 obj +2878 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [410.222 67.826 427.158 78.013] -/A << /S /GoTo /D (page.102) >> +/A << /S /GoTo /D (page.103) >> >> endobj -2860 0 obj +2879 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [380.344 55.154 392.299 66.058] -/A << /S /GoTo /D (page.36) >> +/A << /S /GoTo /D (page.37) >> >> endobj -2861 0 obj +2880 0 obj << /Type /Annot /Subtype /Link @@ -17995,149 +18213,152 @@ endobj /A << /S /GoTo /D (page.36) >> >> endobj -2862 0 obj +2881 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [441.872 43.199 453.828 54.103] -/A << /S /GoTo /D (page.94) >> +/A << /S /GoTo /D (page.95) >> >> endobj -2870 0 obj +2889 0 obj << -/D [2868 0 R /XYZ 84.039 766.262 null] +/D [2887 0 R /XYZ 84.039 766.262 null] >> endobj -2867 0 obj +2886 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3027 0 obj +3045 0 obj << -/Length 1718 +/Length 1703 /Filter /FlateDecode >> stream -xÚÍZ[sÚ8~çWxf_`¦öúŽýØ$4Ë.¶0;;M;a+ Æ–¼–išýõ+_ÁK·³}N‰>st.ß9²®¬]¹í]-{¿~:Нù®é*ËÅs4Ýò•¡íjŽc*ËH¹ïïnF¾,WlÓÑ Ã`k¿è–½zÅÿ늱Ç0µ¡;T¤wÿEW"öÝY¾§<•™(¶ãjºï°çXYôþìé¯å²½rìS·ªíc”ç1T!ŽÀïJ9*²µR=|¼í)÷ªéè}ðÊ?ØíÀ~¨†¡ùŽSaMÐÀtú߆ӇƒrEðº~ÄÏQîÞá÷}î -_v…i¶ê“Ä•Ôß -@†À*†<ÑmWR{(¹À‘ÖT7xš>òölG˜’V¦"iŽô/Èá:’ÞÙ‘¹M12¸wÂŒ"¼æ [–´¿éG¢˜LcX‰’ -o€”fvh§’^Ðô¯ÿA-qõv -Ö®÷lõ†ùNþg¶‡ÕìU» ÅgÚÙòkXn¯©_ÜkžPŠí[û¥0a.˜ +xÚÍZ[oÛ6~÷¯°¨4Ý-=6‰›y³c¯6†¡i!Ðc³‘HM”šf¿~ÔÅq|‰HÚj±>ÄJ~<çð|çFéÊZÑ•ÛÞÕ²÷뇡£øšïš®²|P<GÓ-_Ú®æ8¦²Œ”ûþøîfô÷àËòwÅ6Í0 ¶vÿ‹ÞhÙû§Wþ¿®; SºC%Lz÷_t%bßý®èšå{ÊSõ—‰b;®¦û{Ž•EïÏžþZ.Û;!—Á>u«Þ>FyCâü®’£![+õÃÇÛžr¯šŽÞ7 »úƒíì‡jšï85Ö +3nÏ´CÙ,éí„ 9ÉH jÛ.XùP=<,y×ÇÌ#Óâ¯ë†›EžyýLógn°´Úé‘Ðg%M‹`^1-â¥1 +ER¼´?¥Õ³j‚*{µ¼¸ÉVϱÛ3Lˆ9N·”úù7œºÛîÛp©À¡Hª9ãØd»ÈŽA²ÝDQ)mø’‚ +D|»Ý]ïЊí +kôVE¸]ƒÓêÄdõ5*’tgµœXÀ8gd°v½g«¯0Ì·rÔVûñÌ^µ RõL{#ð–Ûkê÷š'”bû6¾@)L˜ f[ï_ÿ÷po–¯óð<q¼Û«OÏÇcì€cyC¿Òƒ;Ü€µCu|²ìë//ÀBÍÄP\P‰–ز$`ó˜ê¶8æ||m¸¼JLBÆ4ƒ)«Y,$B¢JAoqë( cŠXØw„ÅÍuSÈ…—Ñn]dBƒ ++õų,Ã×|óÀG¸<‘o(#¸ôÍ÷PÕ5by­gí¯,«– R4XÌ'ãe0™]¿Ÿ,x2°P=\•ôY‘ò˜2+XåoYU#¸˜z¿X«°dï÷<’Ò쨪˜¨iH"¨®ô\,š³|®Æ$ìˆ2ú]ŠTPÈTÄêCe±T“EOÏ;æ‰Û5O<ÙÌàÉÆOš‰²óI_6YùÆ…5Ü~th8rS]¾á·ƒ@y_â=|gÿ$m|4­ë +i±øVÿ}Õ®ÿ¦³›Ñ$ÀK‚ž +Kç‡Ê»YðqtÌæËÁÐ߶sœ/ÇÓñ§Qp5^~&7Á|6¾[Ž>·£sàOiúÌ^Oߨ$#ôó"º¯s^ùXeÌÖ|i8·sóÉû+„-Ô¿¿qં8†P¥ Ì0uqH/xÈE_‹Êó ¬ð¦¿¤Õ÷ÛÁDÄݲ}¨x endstream endobj -3026 0 obj +3044 0 obj << /Type /Page -/Contents 3027 0 R -/Resources 3025 0 R +/Contents 3045 0 R +/Resources 3043 0 R /MediaBox [0 0 612 792] -/Parent 2400 0 R -/Annots [ 2863 0 R 2864 0 R 2865 0 R 2866 0 R 2871 0 R 2872 0 R 2873 0 R 2874 0 R 2875 0 R 2876 0 R 2877 0 R 2878 0 R 2879 0 R 2880 0 R 2881 0 R 2882 0 R 2883 0 R 2884 0 R 2885 0 R 2886 0 R 2887 0 R 2888 0 R 2889 0 R 2890 0 R 2891 0 R 2892 0 R 2893 0 R 2894 0 R 2895 0 R 2896 0 R 2897 0 R 2898 0 R 2899 0 R 2900 0 R 2901 0 R 2902 0 R 2903 0 R 2904 0 R 2905 0 R 2906 0 R 2907 0 R 2908 0 R 2909 0 R 2910 0 R 2911 0 R 2912 0 R 2913 0 R 2914 0 R 2915 0 R 2916 0 R 2917 0 R 2918 0 R 2919 0 R 2920 0 R 2921 0 R 2922 0 R 2923 0 R 2924 0 R 2925 0 R 2926 0 R 2927 0 R 2928 0 R 2929 0 R 2930 0 R 2931 0 R 2932 0 R 2933 0 R 2934 0 R 2935 0 R 2936 0 R 2937 0 R 2938 0 R 2939 0 R 2940 0 R 2941 0 R 2942 0 R 2943 0 R 2944 0 R 2945 0 R 2946 0 R 2947 0 R 2948 0 R 2949 0 R 2950 0 R 2951 0 R 2952 0 R 2953 0 R 2954 0 R 2955 0 R 2956 0 R 2957 0 R 2958 0 R 2959 0 R 2960 0 R 2961 0 R 2962 0 R 2963 0 R 2964 0 R 2965 0 R 2966 0 R 2967 0 R 2968 0 R 2969 0 R 2970 0 R 2971 0 R 2972 0 R 2973 0 R 2974 0 R 2975 0 R 2976 0 R 2977 0 R 2978 0 R 2979 0 R 2980 0 R 2981 0 R 2982 0 R 2983 0 R 2984 0 R 2985 0 R 2986 0 R 2987 0 R 2988 0 R 2989 0 R 2990 0 R 2991 0 R 2992 0 R 2993 0 R 2994 0 R 2995 0 R 2996 0 R 2997 0 R 2998 0 R 2999 0 R 3000 0 R 3001 0 R 3002 0 R 3003 0 R 3004 0 R 3005 0 R 3006 0 R 3007 0 R 3008 0 R 3009 0 R 3010 0 R 3011 0 R 3012 0 R 3013 0 R 3014 0 R 3015 0 R 3016 0 R 3017 0 R 3018 0 R 3019 0 R 3020 0 R 3021 0 R ] +/Parent 3047 0 R +/Annots [ 2882 0 R 2883 0 R 2884 0 R 2885 0 R 2890 0 R 2891 0 R 2892 0 R 2893 0 R 2894 0 R 2895 0 R 2896 0 R 2897 0 R 2898 0 R 2899 0 R 2900 0 R 2901 0 R 2902 0 R 2903 0 R 2904 0 R 2905 0 R 2906 0 R 2907 0 R 2908 0 R 2909 0 R 2910 0 R 2911 0 R 2912 0 R 2913 0 R 2914 0 R 2915 0 R 2916 0 R 2917 0 R 2918 0 R 2919 0 R 2920 0 R 2921 0 R 2922 0 R 2923 0 R 2924 0 R 2925 0 R 2926 0 R 2927 0 R 2928 0 R 2929 0 R 2930 0 R 2931 0 R 2932 0 R 2933 0 R 2934 0 R 2935 0 R 2936 0 R 2937 0 R 2938 0 R 2939 0 R 2940 0 R 2941 0 R 2942 0 R 2943 0 R 2944 0 R 2945 0 R 2946 0 R 2947 0 R 2948 0 R 2949 0 R 2950 0 R 2951 0 R 2952 0 R 2953 0 R 2954 0 R 2955 0 R 2956 0 R 2957 0 R 2958 0 R 2959 0 R 2960 0 R 2961 0 R 2962 0 R 2963 0 R 2964 0 R 2965 0 R 2966 0 R 2967 0 R 2968 0 R 2969 0 R 2970 0 R 2971 0 R 2972 0 R 2973 0 R 2974 0 R 2975 0 R 2976 0 R 2977 0 R 2978 0 R 2979 0 R 2980 0 R 2981 0 R 2982 0 R 2983 0 R 2984 0 R 2985 0 R 2986 0 R 2987 0 R 2988 0 R 2989 0 R 2990 0 R 2991 0 R 2992 0 R 2993 0 R 2994 0 R 2995 0 R 2996 0 R 2997 0 R 2998 0 R 2999 0 R 3000 0 R 3001 0 R 3002 0 R 3003 0 R 3004 0 R 3005 0 R 3006 0 R 3007 0 R 3008 0 R 3009 0 R 3010 0 R 3011 0 R 3012 0 R 3013 0 R 3014 0 R 3015 0 R 3016 0 R 3017 0 R 3018 0 R 3019 0 R 3020 0 R 3021 0 R 3022 0 R 3023 0 R 3024 0 R 3025 0 R 3026 0 R 3027 0 R 3028 0 R 3029 0 R 3030 0 R 3031 0 R 3032 0 R 3033 0 R 3034 0 R 3035 0 R 3036 0 R 3037 0 R 3038 0 R 3039 0 R ] >> endobj -2863 0 obj +2882 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [137.173 712.567 154.109 722.754] -/A << /S /GoTo /D (page.113) >> +/A << /S /GoTo /D (page.114) >> >> endobj -2864 0 obj +2883 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [166.095 699.895 183.031 710.799] -/A << /S /GoTo /D (page.118) >> +/A << /S /GoTo /D (page.119) >> >> endobj -2865 0 obj +2884 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [186.02 699.895 202.956 710.799] -/A << /S /GoTo /D (page.119) >> +/A << /S /GoTo /D (page.120) >> >> endobj -2866 0 obj +2885 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [205.945 699.895 222.882 710.799] -/A << /S /GoTo /D (page.122) >> +/A << /S /GoTo /D (page.123) >> >> endobj -2871 0 obj +2890 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [146.598 688.657 158.553 698.844] -/A << /S /GoTo /D (page.46) >> +/A << /S /GoTo /D (page.47) >> >> endobj -2872 0 obj +2891 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [161.542 688.657 173.497 698.844] -/A << /S /GoTo /D (page.47) >> +/A << /S /GoTo /D (page.48) >> >> endobj -2873 0 obj +2892 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [176.486 688.657 188.441 698.844] -/A << /S /GoTo /D (page.59) >> +/A << /S /GoTo /D (page.60) >> >> endobj -2874 0 obj +2893 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [191.43 688.657 208.366 698.844] -/A << /S /GoTo /D (page.101) >> +/A << /S /GoTo /D (page.102) >> >> endobj -2875 0 obj +2894 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [106.18 676.702 118.135 686.889] -/A << /S /GoTo /D (page.51) >> +/A << /S /GoTo /D (page.52) >> >> endobj -2876 0 obj +2895 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [162.917 664.03 179.853 674.933] -/A << /S /GoTo /D (page.109) >> +/A << /S /GoTo /D (page.110) >> >> endobj -2877 0 obj +2896 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [182.842 664.03 199.778 674.933] -/A << /S /GoTo /D (page.122) >> +/A << /S /GoTo /D (page.123) >> >> endobj -2878 0 obj +2897 0 obj << /Type /Annot /Subtype /Link @@ -18146,88 +18367,88 @@ endobj /A << /S /GoTo /D (page.33) >> >> endobj -2879 0 obj +2898 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.162 652.074 181.099 662.978] -/A << /S /GoTo /D (page.110) >> +/A << /S /GoTo /D (page.111) >> >> endobj -2880 0 obj +2899 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [134.144 630.157 151.081 641.06] -/A << /S /GoTo /D (page.103) >> +/A << /S /GoTo /D (page.104) >> >> endobj -2881 0 obj +2900 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [145.761 618.201 162.697 629.105] -/A << /S /GoTo /D (page.105) >> +/A << /S /GoTo /D (page.106) >> >> endobj -2882 0 obj +2901 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [165.686 618.201 182.622 629.105] -/A << /S /GoTo /D (page.106) >> +/A << /S /GoTo /D (page.107) >> >> endobj -2883 0 obj +2902 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [124.342 606.963 141.278 617.15] -/A << /S /GoTo /D (page.103) >> +/A << /S /GoTo /D (page.104) >> >> endobj -2884 0 obj +2903 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [123.614 595.008 135.569 605.195] -/A << /S /GoTo /D (page.58) >> +/A << /S /GoTo /D (page.59) >> >> endobj -2885 0 obj +2904 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [120.028 583.053 131.983 593.24] -/A << /S /GoTo /D (page.31) >> +/A << /S /GoTo /D (page.32) >> >> endobj -2886 0 obj +2905 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [155.076 570.381 167.031 581.285] -/A << /S /GoTo /D (page.42) >> +/A << /S /GoTo /D (page.43) >> >> endobj -2887 0 obj +2906 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [183.121 558.426 195.076 569.329] -/A << /S /GoTo /D (page.59) >> +/A << /S /GoTo /D (page.60) >> >> endobj -2888 0 obj +2907 0 obj << /Type /Annot /Subtype /Link @@ -18236,7 +18457,7 @@ endobj /A << /S /GoTo /D (page.37) >> >> endobj -2889 0 obj +2908 0 obj << /Type /Annot /Subtype /Link @@ -18245,43 +18466,43 @@ endobj /A << /S /GoTo /D (page.65) >> >> endobj -2890 0 obj +2909 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [168.755 535.232 185.691 545.419] -/A << /S /GoTo /D (page.115) >> +/A << /S /GoTo /D (page.116) >> >> endobj -2891 0 obj +2910 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [176.456 522.56 188.411 533.464] -/A << /S /GoTo /D (page.76) >> +/A << /S /GoTo /D (page.78) >> >> endobj -2892 0 obj +2911 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [142.982 510.605 154.937 521.509] -/A << /S /GoTo /D (page.29) >> +/A << /S /GoTo /D (page.30) >> >> endobj -2893 0 obj +2912 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [157.926 510.605 174.862 521.509] -/A << /S /GoTo /D (page.101) >> +/A << /S /GoTo /D (page.102) >> >> endobj -2894 0 obj +2913 0 obj << /Type /Annot /Subtype /Link @@ -18290,61 +18511,61 @@ endobj /A << /S /GoTo /D (page.42) >> >> endobj -2895 0 obj +2914 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [165.676 498.65 177.632 509.554] -/A << /S /GoTo /D (page.47) >> +/A << /S /GoTo /D (page.48) >> >> endobj -2896 0 obj +2915 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [180.62 498.65 192.576 509.554] -/A << /S /GoTo /D (page.59) >> +/A << /S /GoTo /D (page.60) >> >> endobj -2897 0 obj +2916 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [195.564 498.65 207.519 509.554] -/A << /S /GoTo /D (page.60) >> +/A << /S /GoTo /D (page.61) >> >> endobj -2898 0 obj +2917 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [130.528 486.695 142.483 497.598] -/A << /S /GoTo /D (page.75) >> +/A << /S /GoTo /D (page.77) >> >> endobj -2899 0 obj +2918 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [145.472 486.695 157.427 497.598] -/A << /S /GoTo /D (page.80) >> +/A << /S /GoTo /D (page.81) >> >> endobj -2900 0 obj +2919 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [173.148 475.457 185.103 485.643] -/A << /S /GoTo /D (page.29) >> +/A << /S /GoTo /D (page.30) >> >> endobj -2901 0 obj +2920 0 obj << /Type /Annot /Subtype /Link @@ -18353,16 +18574,16 @@ endobj /A << /S /GoTo /D (page.37) >> >> endobj -2902 0 obj +2921 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [166.523 462.784 178.478 473.688] -/A << /S /GoTo /D (page.35) >> +/A << /S /GoTo /D (page.36) >> >> endobj -2903 0 obj +2922 0 obj << /Type /Annot /Subtype /Link @@ -18371,7 +18592,7 @@ endobj /A << /S /GoTo /D (page.20) >> >> endobj -2904 0 obj +2923 0 obj << /Type /Annot /Subtype /Link @@ -18380,34 +18601,34 @@ endobj /A << /S /GoTo /D (page.20) >> >> endobj -2905 0 obj +2924 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [146.04 426.919 157.995 437.823] -/A << /S /GoTo /D (page.47) >> +/A << /S /GoTo /D (page.48) >> >> endobj -2906 0 obj +2925 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [160.984 426.919 177.92 437.823] -/A << /S /GoTo /D (page.110) >> +/A << /S /GoTo /D (page.111) >> >> endobj -2907 0 obj +2926 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [180.909 426.919 197.845 437.823] -/A << /S /GoTo /D (page.122) >> +/A << /S /GoTo /D (page.123) >> >> endobj -2908 0 obj +2927 0 obj << /Type /Annot /Subtype /Link @@ -18416,52 +18637,52 @@ endobj /A << /S /GoTo /D (page.69) >> >> endobj -2909 0 obj +2928 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [122.678 393.763 134.633 403.95] -/A << /S /GoTo /D (page.54) >> +/A << /S /GoTo /D (page.55) >> >> endobj -2910 0 obj +2929 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [137.622 393.763 149.577 403.95] -/A << /S /GoTo /D (page.60) >> +/A << /S /GoTo /D (page.61) >> >> endobj -2911 0 obj +2930 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [117.697 381.808 129.652 391.994] -/A << /S /GoTo /D (page.54) >> +/A << /S /GoTo /D (page.55) >> >> endobj -2912 0 obj +2931 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [132.641 381.808 144.596 391.994] -/A << /S /GoTo /D (page.60) >> +/A << /S /GoTo /D (page.61) >> >> endobj -2913 0 obj +2932 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [154.498 369.853 166.453 380.039] -/A << /S /GoTo /D (page.54) >> +/A << /S /GoTo /D (page.55) >> >> endobj -2914 0 obj +2933 0 obj << /Type /Annot /Subtype /Link @@ -18470,52 +18691,52 @@ endobj /A << /S /GoTo /D (page.40) >> >> endobj -2915 0 obj +2934 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [156.72 345.225 173.656 356.129] -/A << /S /GoTo /D (page.113) >> +/A << /S /GoTo /D (page.114) >> >> endobj -2916 0 obj +2935 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [232.066 333.27 244.021 344.174] -/A << /S /GoTo /D (page.44) >> +/A << /S /GoTo /D (page.45) >> >> endobj -2917 0 obj +2936 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [149.079 311.352 161.034 322.256] -/A << /S /GoTo /D (page.29) >> +/A << /S /GoTo /D (page.30) >> >> endobj -2918 0 obj +2937 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [164.023 311.352 180.959 322.256] -/A << /S /GoTo /D (page.103) >> +/A << /S /GoTo /D (page.104) >> >> endobj -2919 0 obj +2938 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [130.807 299.397 142.762 310.301] -/A << /S /GoTo /D (page.29) >> +/A << /S /GoTo /D (page.30) >> >> endobj -2920 0 obj +2939 0 obj << /Type /Annot /Subtype /Link @@ -18524,70 +18745,70 @@ endobj /A << /S /GoTo /D (page.33) >> >> endobj -2921 0 obj +2940 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [145.482 275.487 162.418 286.39] -/A << /S /GoTo /D (page.108) >> +/A << /S /GoTo /D (page.109) >> >> endobj -2922 0 obj +2941 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [165.407 275.487 182.344 286.39] -/A << /S /GoTo /D (page.119) >> +/A << /S /GoTo /D (page.120) >> >> endobj -2923 0 obj +2942 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [162.508 263.531 174.463 274.435] -/A << /S /GoTo /D (page.35) >> +/A << /S /GoTo /D (page.36) >> >> endobj -2924 0 obj +2943 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [150.743 251.576 162.698 262.48] -/A << /S /GoTo /D (page.37) >> +/A << /S /GoTo /D (page.38) >> >> endobj -2925 0 obj +2944 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [152.954 239.621 164.909 250.525] -/A << /S /GoTo /D (page.38) >> +/A << /S /GoTo /D (page.39) >> >> endobj -2926 0 obj +2945 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [198.054 227.666 210.009 238.57] -/A << /S /GoTo /D (page.38) >> +/A << /S /GoTo /D (page.39) >> >> endobj -2927 0 obj +2946 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [145.811 215.711 157.766 226.615] -/A << /S /GoTo /D (page.36) >> +/A << /S /GoTo /D (page.37) >> >> endobj -2928 0 obj +2947 0 obj << /Type /Annot /Subtype /Link @@ -18596,7 +18817,7 @@ endobj /A << /S /GoTo /D (page.37) >> >> endobj -2929 0 obj +2948 0 obj << /Type /Annot /Subtype /Link @@ -18605,7 +18826,7 @@ endobj /A << /S /GoTo /D (page.33) >> >> endobj -2930 0 obj +2949 0 obj << /Type /Annot /Subtype /Link @@ -18614,34 +18835,34 @@ endobj /A << /S /GoTo /D (page.34) >> >> endobj -2931 0 obj +2950 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [148.531 167.89 160.486 178.794] -/A << /S /GoTo /D (page.81) >> +/A << /S /GoTo /D (page.83) >> >> endobj -2932 0 obj +2951 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [173.567 155.935 185.522 166.839] -/A << /S /GoTo /D (page.32) >> +/A << /S /GoTo /D (page.33) >> >> endobj -2933 0 obj +2952 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [199.15 143.98 211.105 154.884] -/A << /S /GoTo /D (page.31) >> +/A << /S /GoTo /D (page.32) >> >> endobj -2934 0 obj +2953 0 obj << /Type /Annot /Subtype /Link @@ -18650,61 +18871,61 @@ endobj /A << /S /GoTo /D (page.13) >> >> endobj -2935 0 obj +2954 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [148.531 120.069 160.486 130.973] -/A << /S /GoTo /D (page.38) >> +/A << /S /GoTo /D (page.39) >> >> endobj -2936 0 obj +2955 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [139.116 108.114 151.071 119.018] -/A << /S /GoTo /D (page.38) >> +/A << /S /GoTo /D (page.39) >> >> endobj -2937 0 obj +2956 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [140.491 96.159 152.446 107.063] -/A << /S /GoTo /D (page.94) >> +/A << /S /GoTo /D (page.95) >> >> endobj -2938 0 obj +2957 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [133.697 84.204 145.652 95.108] -/A << /S /GoTo /D (page.47) >> +/A << /S /GoTo /D (page.48) >> >> endobj -2939 0 obj +2958 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [147.684 62.66 159.639 73.19] -/A << /S /GoTo /D (page.40) >> +/A << /S /GoTo /D (page.41) >> >> endobj -2940 0 obj +2959 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [162.628 62.66 174.583 73.19] -/A << /S /GoTo /D (page.59) >> +/A << /S /GoTo /D (page.60) >> >> endobj -2941 0 obj +2960 0 obj << /Type /Annot /Subtype /Link @@ -18713,7 +18934,7 @@ endobj /A << /S /GoTo /D (page.65) >> >> endobj -2942 0 obj +2961 0 obj << /Type /Annot /Subtype /Link @@ -18722,97 +18943,97 @@ endobj /A << /S /GoTo /D (page.30) >> >> endobj -2943 0 obj +2962 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [160.137 50.331 177.074 61.235] -/A << /S /GoTo /D (page.102) >> +/A << /S /GoTo /D (page.103) >> >> endobj -2944 0 obj +2963 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [394.67 711.85 406.625 722.754] -/A << /S /GoTo /D (page.69) >> +/A << /S /GoTo /D (page.68) >> >> endobj -2945 0 obj +2964 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [366.167 700.612 378.122 710.799] -/A << /S /GoTo /D (page.46) >> +/A << /S /GoTo /D (page.47) >> >> endobj -2946 0 obj +2965 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [351.791 687.94 368.728 698.844] -/A << /S /GoTo /D (page.119) >> +/A << /S /GoTo /D (page.120) >> >> endobj -2947 0 obj +2966 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [391.372 676.702 408.309 686.889] -/A << /S /GoTo /D (page.105) >> +/A << /S /GoTo /D (page.106) >> >> endobj -2948 0 obj +2967 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [411.297 676.702 428.234 686.889] -/A << /S /GoTo /D (page.107) >> +/A << /S /GoTo /D (page.108) >> >> endobj -2949 0 obj +2968 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [511.258 664.03 523.213 674.933] -/A << /S /GoTo /D (page.36) >> +/A << /S /GoTo /D (page.37) >> >> endobj -2950 0 obj +2969 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [527.684 664.03 539.639 674.933] -/A << /S /GoTo /D (page.37) >> +/A << /S /GoTo /D (page.38) >> >> endobj -2951 0 obj +2970 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [356.922 652.792 368.877 662.978] -/A << /S /GoTo /D (page.40) >> +/A << /S /GoTo /D (page.41) >> >> endobj -2952 0 obj +2971 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [371.866 652.792 383.821 662.978] -/A << /S /GoTo /D (page.59) >> +/A << /S /GoTo /D (page.60) >> >> endobj -2953 0 obj +2972 0 obj << /Type /Annot /Subtype /Link @@ -18821,7 +19042,7 @@ endobj /A << /S /GoTo /D (page.65) >> >> endobj -2954 0 obj +2973 0 obj << /Type /Annot /Subtype /Link @@ -18830,88 +19051,70 @@ endobj /A << /S /GoTo /D (page.22) >> >> endobj -2955 0 obj +2974 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [355.806 628.164 367.761 639.068] -/A << /S /GoTo /D (page.32) >> ->> -endobj -2956 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [370.75 628.164 382.705 639.068] /A << /S /GoTo /D (page.35) >> >> endobj -2957 0 obj +2975 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [385.694 628.164 397.649 639.068] +/Rect [370.75 628.164 382.705 639.068] /A << /S /GoTo /D (page.36) >> >> endobj -2958 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [400.638 628.164 412.593 639.068] -/A << /S /GoTo /D (page.60) >> ->> -endobj -2959 0 obj +2976 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [415.582 628.164 427.537 639.068] +/Rect [385.694 628.164 397.649 639.068] /A << /S /GoTo /D (page.61) >> >> endobj -2960 0 obj +2977 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [398.854 616.209 410.809 627.113] -/A << /S /GoTo /D (page.33) >> +/A << /S /GoTo /D (page.34) >> >> endobj -2961 0 obj +2978 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [413.798 616.209 425.753 627.113] -/A << /S /GoTo /D (page.54) >> +/A << /S /GoTo /D (page.55) >> >> endobj -2962 0 obj +2979 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [428.742 616.209 445.679 627.113] -/A << /S /GoTo /D (page.115) >> +/A << /S /GoTo /D (page.116) >> >> endobj -2963 0 obj +2980 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [337.555 604.971 349.51 615.158] -/A << /S /GoTo /D (page.80) >> +/A << /S /GoTo /D (page.81) >> >> endobj -2964 0 obj +2981 0 obj << /Type /Annot /Subtype /Link @@ -18920,88 +19123,88 @@ endobj /A << /S /GoTo /D (page.32) >> >> endobj -2965 0 obj +2982 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [362.461 593.016 374.416 603.202] -/A << /S /GoTo /D (page.75) >> +/A << /S /GoTo /D (page.77) >> >> endobj -2966 0 obj +2983 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [377.405 593.016 389.36 603.202] -/A << /S /GoTo /D (page.79) >> +/A << /S /GoTo /D (page.81) >> >> endobj -2967 0 obj +2984 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [483.686 569.105 495.641 579.292] -/A << /S /GoTo /D (page.78) >> +/A << /S /GoTo /D (page.80) >> >> endobj -2968 0 obj +2985 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [376.289 556.433 388.244 567.337] -/A << /S /GoTo /D (page.77) >> +/A << /S /GoTo /D (page.79) >> >> endobj -2969 0 obj +2986 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [405.809 532.523 417.764 543.427] -/A << /S /GoTo /D (page.78) >> +/A << /S /GoTo /D (page.80) >> >> endobj -2970 0 obj +2987 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [411.696 520.567 423.652 531.471] -/A << /S /GoTo /D (page.78) >> +/A << /S /GoTo /D (page.80) >> >> endobj -2971 0 obj +2988 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [394.541 509.33 406.496 519.516] -/A << /S /GoTo /D (page.78) >> +/A << /S /GoTo /D (page.80) >> >> endobj -2972 0 obj +2989 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [397.858 497.374 409.813 507.561] -/A << /S /GoTo /D (page.78) >> +/A << /S /GoTo /D (page.80) >> >> endobj -2973 0 obj +2990 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [408.917 485.419 420.872 495.606] -/A << /S /GoTo /D (page.78) >> +/A << /S /GoTo /D (page.80) >> >> endobj -2974 0 obj +2991 0 obj << /Type /Annot /Subtype /Link @@ -19010,250 +19213,250 @@ endobj /A << /S /GoTo /D (page.32) >> >> endobj -2975 0 obj +2992 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [362.461 473.464 374.416 483.651] -/A << /S /GoTo /D (page.80) >> +/A << /S /GoTo /D (page.81) >> >> endobj -2976 0 obj +2993 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [377.405 473.464 389.36 483.651] -/A << /S /GoTo /D (page.83) >> +/A << /S /GoTo /D (page.85) >> >> endobj -2977 0 obj +2994 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [392.349 473.464 404.304 483.651] -/A << /S /GoTo /D (page.84) >> +/A << /S /GoTo /D (page.87) >> >> endobj -2978 0 obj +2995 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [407.293 473.464 419.248 483.651] -/A << /S /GoTo /D (page.86) >> +/A << /S /GoTo /D (page.88) >> >> endobj -2979 0 obj +2996 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [422.237 473.464 434.192 483.651] -/A << /S /GoTo /D (page.88) >> +/A << /S /GoTo /D (page.90) >> >> endobj -2980 0 obj +2997 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [437.181 473.464 449.136 483.651] -/A << /S /GoTo /D (page.89) >> +/A << /S /GoTo /D (page.91) >> >> endobj -2981 0 obj +2998 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [452.125 473.464 469.062 483.651] -/A << /S /GoTo /D (page.102) >> +/A << /S /GoTo /D (page.103) >> >> endobj -2982 0 obj +2999 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [397.321 448.836 409.276 459.74] -/A << /S /GoTo /D (page.83) >> +/A << /S /GoTo /D (page.85) >> >> endobj -2983 0 obj +3000 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [407.283 436.881 419.238 447.785] -/A << /S /GoTo /D (page.83) >> +/A << /S /GoTo /D (page.85) >> >> endobj -2984 0 obj +3001 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [443.597 425.643 455.552 435.83] -/A << /S /GoTo /D (page.83) >> +/A << /S /GoTo /D (page.85) >> >> endobj -2985 0 obj +3002 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [414.297 401.733 426.252 411.92] -/A << /S /GoTo /D (page.83) >> +/A << /S /GoTo /D (page.85) >> >> endobj -2986 0 obj +3003 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [518.336 389.778 530.291 399.965] -/A << /S /GoTo /D (page.83) >> +/A << /S /GoTo /D (page.85) >> >> endobj -2987 0 obj +3004 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [389.838 377.823 401.793 388.009] -/A << /S /GoTo /D (page.86) >> +/A << /S /GoTo /D (page.87) >> >> endobj -2988 0 obj +3005 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [376.289 365.15 388.244 376.054] -/A << /S /GoTo /D (page.88) >> +/A << /S /GoTo /D (page.90) >> >> endobj -2989 0 obj +3006 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [377.943 353.912 389.898 364.099] -/A << /S /GoTo /D (page.86) >> +/A << /S /GoTo /D (page.88) >> >> endobj -2990 0 obj +3007 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [376.299 341.957 388.254 352.144] -/A << /S /GoTo /D (page.82) >> +/A << /S /GoTo /D (page.84) >> >> endobj -2991 0 obj +3008 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [406.356 318.047 418.311 328.234] -/A << /S /GoTo /D (page.81) >> +/A << /S /GoTo /D (page.83) >> >> endobj -2992 0 obj +3009 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [408.917 306.092 420.872 316.278] -/A << /S /GoTo /D (page.81) >> +/A << /S /GoTo /D (page.83) >> >> endobj -2993 0 obj +3010 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [408.1 281.464 420.055 292.368] -/A << /S /GoTo /D (page.84) >> +/A << /S /GoTo /D (page.86) >> >> endobj -2994 0 obj +3011 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [414.197 269.509 426.152 280.413] -/A << /S /GoTo /D (page.85) >> +/A << /S /GoTo /D (page.87) >> >> endobj -2995 0 obj +3012 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [415.203 257.554 427.158 268.458] -/A << /S /GoTo /D (page.84) >> +/A << /S /GoTo /D (page.86) >> >> endobj -2996 0 obj +3013 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [409.763 245.599 421.719 256.503] -/A << /S /GoTo /D (page.84) >> +/A << /S /GoTo /D (page.86) >> >> endobj -2997 0 obj +3014 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [410.869 233.643 422.825 244.547] -/A << /S /GoTo /D (page.84) >> +/A << /S /GoTo /D (page.86) >> >> endobj -2998 0 obj +3015 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [388.613 221.688 400.568 232.592] -/A << /S /GoTo /D (page.88) >> +/A << /S /GoTo /D (page.90) >> >> endobj -2999 0 obj +3016 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [362.451 210.45 374.406 220.637] -/A << /S /GoTo /D (page.87) >> +/A << /S /GoTo /D (page.89) >> >> endobj -3000 0 obj +3017 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [377.395 210.45 389.35 220.637] -/A << /S /GoTo /D (page.92) >> +/A << /S /GoTo /D (page.94) >> >> endobj -3001 0 obj +3018 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [374.068 197.778 386.023 208.682] -/A << /S /GoTo /D (page.88) >> +/A << /S /GoTo /D (page.90) >> >> endobj -3002 0 obj +3019 0 obj << /Type /Annot /Subtype /Link @@ -19262,79 +19465,88 @@ endobj /A << /S /GoTo /D (page.42) >> >> endobj -3003 0 obj +3020 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [365.38 186.54 377.335 196.727] +/A << /S /GoTo /D (page.43) >> +>> +endobj +3021 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [408.847 173.868 420.802 184.772] -/A << /S /GoTo /D (page.34) >> +/A << /S /GoTo /D (page.35) >> >> endobj -3004 0 obj +3022 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [423.791 173.868 435.746 184.772] -/A << /S /GoTo /D (page.60) >> +/A << /S /GoTo /D (page.61) >> >> endobj -3005 0 obj +3023 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [391.343 161.912 403.298 172.816] -/A << /S /GoTo /D (page.61) >> +/A << /S /GoTo /D (page.62) >> >> endobj -3006 0 obj +3024 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [393.564 149.957 405.519 160.861] -/A << /S /GoTo /D (page.61) >> +/A << /S /GoTo /D (page.62) >> >> endobj -3007 0 obj +3025 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [425.155 138.002 437.111 148.906] -/A << /S /GoTo /D (page.61) >> +/A << /S /GoTo /D (page.62) >> >> endobj -3008 0 obj +3026 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [390.237 126.047 402.192 136.951] -/A << /S /GoTo /D (page.55) >> +/A << /S /GoTo /D (page.56) >> >> endobj -3009 0 obj +3027 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [405.181 126.047 417.136 136.951] -/A << /S /GoTo /D (page.60) >> +/A << /S /GoTo /D (page.61) >> >> endobj -3010 0 obj +3028 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [413.081 114.092 425.036 124.996] -/A << /S /GoTo /D (page.60) >> +/A << /S /GoTo /D (page.61) >> >> endobj -3011 0 obj +3029 0 obj << /Type /Annot /Subtype /Link @@ -19343,25 +19555,25 @@ endobj /A << /S /GoTo /D (page.33) >> >> endobj -3012 0 obj +3030 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [402.013 102.137 413.968 113.041] -/A << /S /GoTo /D (page.61) >> +/A << /S /GoTo /D (page.62) >> >> endobj -3013 0 obj +3031 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [416.957 102.137 428.912 113.041] -/A << /S /GoTo /D (page.63) >> +/A << /S /GoTo /D (page.64) >> >> endobj -3014 0 obj +3032 0 obj << /Type /Annot /Subtype /Link @@ -19370,34 +19582,34 @@ endobj /A << /S /GoTo /D (page.33) >> >> endobj -3015 0 obj +3033 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [421.948 90.181 433.903 101.085] -/A << /S /GoTo /D (page.61) >> +/A << /S /GoTo /D (page.62) >> >> endobj -3016 0 obj +3034 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [436.892 90.181 448.847 101.085] -/A << /S /GoTo /D (page.63) >> +/A << /S /GoTo /D (page.64) >> >> endobj -3017 0 obj +3035 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [451.836 90.181 468.772 101.085] -/A << /S /GoTo /D (page.109) >> +/A << /S /GoTo /D (page.110) >> >> endobj -3018 0 obj +3036 0 obj << /Type /Annot /Subtype /Link @@ -19406,2392 +19618,2402 @@ endobj /A << /S /GoTo /D (page.33) >> >> endobj -3019 0 obj +3037 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [419.078 78.226 431.034 89.13] -/A << /S /GoTo /D (page.61) >> +/A << /S /GoTo /D (page.62) >> >> endobj -3020 0 obj +3038 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [376.22 66.271 388.175 77.175] -/A << /S /GoTo /D (page.61) >> +/A << /S /GoTo /D (page.62) >> >> endobj -3021 0 obj +3039 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [415.442 54.316 427.397 65.22] -/A << /S /GoTo /D (page.61) >> +/A << /S /GoTo /D (page.62) >> >> endobj -3028 0 obj +3046 0 obj << -/D [3026 0 R /XYZ 84.039 766.262 null] +/D [3044 0 R /XYZ 84.039 766.262 null] >> endobj -3025 0 obj +3043 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3186 0 obj +3203 0 obj << -/Length 1839 +/Length 1798 /Filter /FlateDecode >> stream -xÚÅZYs›:}÷¯`澘™†² ÃcS_·Þj“ÞN—adPlnØŠ múë¯X¼ÆEÂÆsb›Ø::úv}’È­8‘tî¬ÎÛw=À‚¡Ég=r:DÅàzª& -¤ð_„qÄdÐÐ"õB’Hþ"éë@ëÓ8õ¢¶r¥Þ#fÃ{I+52†NÑàô#§½9`VƉ¦ßD ’?‰‚š¦N ×Ȧbð¤ö¦^¸ªtDU†—Åq”¤ -píȦQµo"·üL4I“«Ü4L*QŸ$ã ¯ßÆQL›·i®M³©Fãy‰½0™€Iz ö1ƒ¾—¾”Zr¢0M"Ÿ*G­2AˆÀ@ªÆ -:žöÍa]–Õ­³VÊìÓŒnç³(ÑÆfø0nÜbÜŽLgÖp<üB¬“¼´Š73Í~ €3Þ»·óñ‚X”}WXëäCJž›Ÿ†‹át²—RžÃÍ!]^={»ÀYž0^`^û±°xC!NG2âýû– û`ñ’Þ¶°¬CpËœÜ -3ÃêÙK¢0@›ösY'\úN~“)Qé 7@†`£×›[+&Â{74G}{6%ÍœÛÓú&»¬WG.'ð -!ÿ=ÓÜR1X¢ñýè¡ßÒÈܤ12“Â!G‹6€‡wg¢ìûV±¡&Ág4ÌÓÏ=ZO¯¥fgE®©JIË<zÏúÃùe«ÏB7r²ÜÚ©›¤c¤Ùt]?QC?ÿ'÷%ïÉ»poZœéÚE‡áWŠ’ú6Na’f1c?VÓiêïßíÅ(TmÕWèœ}µ7À¥E;ÈúøBÇ»Ç{GÕ×X±"·{Û»¾ÛòNŠº1B0qÖU—¦´;#R½EcÀxM¿‡(rxdºthÛn&˜ãÝ;½ÅÛô°H­¯] -¢ÔÍUsš*]<Š|Yk¯Qo·í²AöV$–Ðkº>Ó=4JFÀ~äì±=¿šaÓRgà­ÔG ÅXWhõQ¤ˆÙ’À +xÚµZIsÚH¾ó+T5T+Ú‘Ž¶‘2l9“ÊRªF´AcméNœ_?­…¨»8C ¿÷úí‹da)ÈB¯uç¶Þ?t Á–lS5÷I° IÖl¡£›’a¨‚»¾¶û£®óYüî~tÕE!g¿h9nëG+ÿYPvªÔ1;‚µ¾~—…ùîƒ Kšm ?‹_F‚n˜’lä}(ÌZ[ò>_ºu†/…ü•µ’ü_)ˈ7ª!·ã$£ý’¿@‚WÑ4Úï +æJ¾ÐR(ßL{-ákqF·Šï7T $í€ÍyÀTÈ¢H¶aœ¹A’fžŸ, 7!ˆ}¸¸6~ëরQ†SS”øÀÑQÍ3¨â,AT(¼ZÖÙ/†¨Ê•™6·ÆÁÇÂ÷½À«&13à?ƒu–ÐܨsE7ÂÙÂó¥iDõWƒvX ZvÓ<ÚM#æFb]ôRN'&æt #•LÊ1N¨Ë4#T +†Í¬Â‡ð¢K[+¡‹åK!UZ÷$*ràlcJâ†ùØPÞ`]õt¼§kSÂÃ7zÆ‘éTˆD y ñz=Î×™¿èZî|â!gCÊdžK#ƒ!ôóð·->YB¡JÑPò-æ‘ gœRo Ó€£dÇl–Tw–1\”ï‰&irÕxäέ…bxõ>MR]Þäh˜¼É±>™_f¯L%`J§û¸a½–Zò“8CIH•cç<¤UB"  j\ã$w1ÍÝõÜåºÌ{€·¯îȵF;…yp\˜äêR‰$þ&>ÈÝ‘¦G…—yEå?¡ÕÚ2:aâç£ÿ®ü¼ÀšÍbñºvu3QÙuBZà›[v•˜,Ȥ¹Ç»pK:}ªÇjܱ²Ã}Âzë;]çå—Πßf(™ ”lB(Ù&ÃeIâ·&Rs †›’3 ü¢òa˜ï‹É‡¬æ5ë¶œçf¹^Òù¥™ã5ìö ‚lMä~!³”Jq/¢j¶¦Õ(*o’U¹C}½Õ¡$ÛëæAF•‚R§³ÙFªÔy#­B›®ã,ˆ*à +ƒ9ˆÅªL³6ÑÏd벊ïWó8ˆÖÄŸÄà˜ÇŠc\"~ZÌ?äìø¯ jš$«¶`ššd(ÕzÀó•ú„€eC“Üà=Ñ‘OËù»Í¸`ÓÊU³ýhÉÛ$šüm±¤Q^ÿ஋O²Ò‘̺÷÷Å.¦è—ŒCt!iÑÕââùöD;üçç·2ªÖ%»”åã 9PFÞ%¯(NAªJžÒÀ§Î^,£V±˜Ë8*Pnïž¼8Ž7»Íhrf—ãæ +ký£4ÀéÔùÔŸõÇ£½”òo‰yöìg¼Žæ]9 Ê3W´5ât$#ÞÿãÝŠ†Ñ~tEÅjwÑ]ßmÎKö)=Îïó9NЛ3)̉s¨— +Ä‹28ê!Û4+ +›Y:ß”‡CfCK»,_áÈÒvLö@ï’|³Z-Ô¾0MZ4^kéÔ/2qnŸV(d÷gàWµâ[Aÿy;¦Ì‡Ö, ò& Ûh:W è'h±»Ó<ˆ«²cUæâê“$I⦰_w£¥uš¾΢†ÝrãAùCŠ/ayÕä_ÇHø›Z÷Ï9ÉOÍ/m7¥{r¨’n^E3%m³RWŽ¢Žã¶þ³ânŠ endstream endobj -3185 0 obj +3202 0 obj << /Type /Page -/Contents 3186 0 R -/Resources 3184 0 R +/Contents 3203 0 R +/Resources 3201 0 R /MediaBox [0 0 612 792] -/Parent 3188 0 R -/Annots [ 3022 0 R 3023 0 R 3024 0 R 3029 0 R 3030 0 R 3031 0 R 3032 0 R 3033 0 R 3034 0 R 3035 0 R 3036 0 R 3037 0 R 3038 0 R 3039 0 R 3040 0 R 3041 0 R 3042 0 R 3043 0 R 3044 0 R 3045 0 R 3046 0 R 3047 0 R 3048 0 R 3049 0 R 3050 0 R 3051 0 R 3052 0 R 3053 0 R 3054 0 R 3055 0 R 3056 0 R 3057 0 R 3058 0 R 3059 0 R 3060 0 R 3061 0 R 3062 0 R 3063 0 R 3064 0 R 3065 0 R 3066 0 R 3067 0 R 3068 0 R 3069 0 R 3070 0 R 3071 0 R 3072 0 R 3073 0 R 3074 0 R 3075 0 R 3076 0 R 3077 0 R 3078 0 R 3079 0 R 3080 0 R 3081 0 R 3082 0 R 3083 0 R 3084 0 R 3085 0 R 3086 0 R 3087 0 R 3088 0 R 3089 0 R 3090 0 R 3091 0 R 3092 0 R 3093 0 R 3094 0 R 3095 0 R 3096 0 R 3097 0 R 3098 0 R 3099 0 R 3100 0 R 3101 0 R 3102 0 R 3103 0 R 3104 0 R 3105 0 R 3106 0 R 3107 0 R 3108 0 R 3109 0 R 3110 0 R 3111 0 R 3112 0 R 3113 0 R 3114 0 R 3115 0 R 3116 0 R 3117 0 R 3118 0 R 3119 0 R 3120 0 R 3121 0 R 3122 0 R 3123 0 R 3124 0 R 3125 0 R 3126 0 R 3127 0 R 3128 0 R 3129 0 R 3130 0 R 3131 0 R 3132 0 R 3133 0 R 3134 0 R 3135 0 R 3136 0 R 3137 0 R 3138 0 R 3139 0 R 3140 0 R 3141 0 R 3142 0 R 3143 0 R 3144 0 R 3145 0 R 3146 0 R 3147 0 R 3148 0 R 3149 0 R 3150 0 R 3151 0 R 3152 0 R 3153 0 R 3154 0 R 3155 0 R 3156 0 R 3157 0 R 3158 0 R 3159 0 R 3160 0 R 3161 0 R 3162 0 R 3163 0 R 3164 0 R 3165 0 R 3166 0 R 3167 0 R 3168 0 R 3169 0 R 3170 0 R 3171 0 R 3172 0 R 3173 0 R 3174 0 R 3175 0 R 3176 0 R 3177 0 R 3178 0 R 3179 0 R 3180 0 R 3181 0 R ] +/Parent 3047 0 R +/Annots [ 3040 0 R 3041 0 R 3042 0 R 3048 0 R 3049 0 R 3050 0 R 3051 0 R 3052 0 R 3053 0 R 3054 0 R 3055 0 R 3056 0 R 3057 0 R 3058 0 R 3059 0 R 3060 0 R 3061 0 R 3062 0 R 3063 0 R 3064 0 R 3065 0 R 3066 0 R 3067 0 R 3068 0 R 3069 0 R 3070 0 R 3071 0 R 3072 0 R 3073 0 R 3074 0 R 3075 0 R 3076 0 R 3077 0 R 3078 0 R 3079 0 R 3080 0 R 3081 0 R 3082 0 R 3083 0 R 3084 0 R 3085 0 R 3086 0 R 3087 0 R 3088 0 R 3089 0 R 3090 0 R 3091 0 R 3092 0 R 3093 0 R 3094 0 R 3095 0 R 3096 0 R 3097 0 R 3098 0 R 3099 0 R 3100 0 R 3101 0 R 3102 0 R 3103 0 R 3104 0 R 3105 0 R 3106 0 R 3107 0 R 3108 0 R 3109 0 R 3110 0 R 3111 0 R 3112 0 R 3113 0 R 3114 0 R 3115 0 R 3116 0 R 3117 0 R 3118 0 R 3119 0 R 3120 0 R 3121 0 R 3122 0 R 3123 0 R 3124 0 R 3125 0 R 3126 0 R 3127 0 R 3128 0 R 3129 0 R 3130 0 R 3131 0 R 3132 0 R 3133 0 R 3134 0 R 3135 0 R 3136 0 R 3137 0 R 3138 0 R 3139 0 R 3140 0 R 3141 0 R 3142 0 R 3143 0 R 3144 0 R 3145 0 R 3146 0 R 3147 0 R 3148 0 R 3149 0 R 3150 0 R 3151 0 R 3152 0 R 3153 0 R 3154 0 R 3155 0 R 3156 0 R 3157 0 R 3158 0 R 3159 0 R 3160 0 R 3161 0 R 3162 0 R 3163 0 R 3164 0 R 3165 0 R 3166 0 R 3167 0 R 3168 0 R 3169 0 R 3170 0 R 3171 0 R 3172 0 R 3173 0 R 3174 0 R 3175 0 R 3176 0 R 3177 0 R 3178 0 R 3179 0 R 3180 0 R 3181 0 R 3182 0 R 3183 0 R 3184 0 R 3185 0 R 3186 0 R 3187 0 R 3188 0 R 3189 0 R 3190 0 R 3191 0 R 3192 0 R 3193 0 R 3194 0 R 3195 0 R 3196 0 R 3197 0 R 3198 0 R 3199 0 R ] >> endobj -3022 0 obj +3040 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [165.268 711.85 177.223 722.754] -/A << /S /GoTo /D (page.47) >> +/A << /S /GoTo /D (page.48) >> >> endobj -3023 0 obj +3041 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [180.212 711.85 192.167 722.754] -/A << /S /GoTo /D (page.48) >> +/A << /S /GoTo /D (page.49) >> >> endobj -3024 0 obj +3042 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [195.156 711.85 207.111 722.754] -/A << /S /GoTo /D (page.61) >> +/A << /S /GoTo /D (page.62) >> >> endobj -3029 0 obj +3048 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [203.285 699.895 215.24 710.799] -/A << /S /GoTo /D (page.61) >> +/A << /S /GoTo /D (page.62) >> >> endobj -3030 0 obj +3049 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [183.37 687.94 195.325 698.844] -/A << /S /GoTo /D (page.61) >> +/A << /S /GoTo /D (page.62) >> >> endobj -3031 0 obj +3050 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [190.563 675.985 202.518 686.889] -/A << /S /GoTo /D (page.61) >> +/A << /S /GoTo /D (page.62) >> >> endobj -3032 0 obj +3051 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [221.148 664.03 233.103 674.933] -/A << /S /GoTo /D (page.61) >> +/Rect [177.831 664.03 189.786 674.933] +/A << /S /GoTo /D (page.62) >> >> endobj -3033 0 obj +3052 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [177.831 652.074 189.786 662.978] -/A << /S /GoTo /D (page.62) >> +/Rect [153.482 652.074 165.437 662.978] +/A << /S /GoTo /D (page.61) >> >> endobj -3034 0 obj +3053 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [153.482 640.119 165.437 651.023] -/A << /S /GoTo /D (page.60) >> +/Rect [168.426 652.074 180.381 662.978] +/A << /S /GoTo /D (page.64) >> >> endobj -3035 0 obj +3054 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [168.426 640.119 180.381 651.023] -/A << /S /GoTo /D (page.63) >> +/Rect [143.729 640.119 155.684 651.023] +/A << /S /GoTo /D (page.61) >> >> endobj -3036 0 obj +3055 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [143.729 628.164 155.684 639.068] -/A << /S /GoTo /D (page.60) >> +/Rect [158.673 640.119 170.628 651.023] +/A << /S /GoTo /D (page.63) >> >> endobj -3037 0 obj +3056 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.673 628.164 170.628 639.068] +/Rect [167.32 628.164 179.275 639.068] /A << /S /GoTo /D (page.63) >> >> endobj -3038 0 obj +3057 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [167.32 616.209 179.275 627.113] -/A << /S /GoTo /D (page.62) >> +/Rect [164.002 616.209 175.958 627.113] +/A << /S /GoTo /D (page.47) >> >> endobj -3039 0 obj +3058 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [164.002 604.254 175.958 615.158] -/A << /S /GoTo /D (page.46) >> +/Rect [178.946 616.209 190.902 627.113] +/A << /S /GoTo /D (page.62) >> >> endobj -3040 0 obj +3059 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [178.946 604.254 190.902 615.158] -/A << /S /GoTo /D (page.61) >> +/Rect [157.368 604.254 169.323 615.158] +/A << /S /GoTo /D (page.62) >> >> endobj -3041 0 obj +3060 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [157.368 592.299 169.323 603.202] -/A << /S /GoTo /D (page.61) >> +/A << /S /GoTo /D (page.62) >> >> endobj -3042 0 obj +3061 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [157.368 580.343 169.323 591.247] -/A << /S /GoTo /D (page.61) >> +/A << /S /GoTo /D (page.62) >> >> endobj -3043 0 obj +3062 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [170.648 568.388 182.603 579.292] -/A << /S /GoTo /D (page.61) >> +/Rect [157.368 568.388 169.323 579.292] +/A << /S /GoTo /D (page.62) >> >> endobj -3044 0 obj +3063 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [170.648 556.433 182.603 567.337] -/A << /S /GoTo /D (page.61) >> +/A << /S /GoTo /D (page.62) >> >> endobj -3045 0 obj +3064 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [123.335 544.478 135.29 555.382] -/A << /S /GoTo /D (page.60) >> +/Rect [170.648 544.478 182.603 555.382] +/A << /S /GoTo /D (page.62) >> >> endobj -3046 0 obj +3065 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [140.082 532.523 152.038 543.427] -/A << /S /GoTo /D (page.25) >> +/Rect [123.335 532.523 135.29 543.427] +/A << /S /GoTo /D (page.61) >> >> endobj -3047 0 obj +3066 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [155.026 532.523 166.982 543.427] -/A << /S /GoTo /D (page.34) >> +/Rect [140.082 520.567 152.038 531.471] +/A << /S /GoTo /D (page.25) >> >> endobj -3048 0 obj +3067 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [169.97 532.523 181.926 543.427] -/A << /S /GoTo /D (page.61) >> +/Rect [155.026 520.567 166.982 531.471] +/A << /S /GoTo /D (page.34) >> >> endobj -3049 0 obj +3068 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [140.501 520.567 152.456 531.471] -/A << /S /GoTo /D (page.32) >> +/Rect [169.97 520.567 181.926 531.471] +/A << /S /GoTo /D (page.62) >> >> endobj -3050 0 obj +3069 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [166.782 509.33 178.737 519.516] -/A << /S /GoTo /D (page.83) >> +/Rect [140.501 508.612 152.456 519.516] +/A << /S /GoTo /D (page.33) >> >> endobj -3051 0 obj +3070 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [117.796 496.657 129.751 507.561] -/A << /S /GoTo /D (page.57) >> +/Rect [166.782 497.374 178.737 507.561] +/A << /S /GoTo /D (page.85) >> >> endobj -3052 0 obj +3071 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [132.74 496.657 144.695 507.561] +/Rect [117.796 484.702 129.751 495.606] /A << /S /GoTo /D (page.58) >> >> endobj -3053 0 obj +3072 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [194.747 484.702 206.702 495.606] -/A << /S /GoTo /D (page.57) >> +/Rect [132.74 484.702 144.695 495.606] +/A << /S /GoTo /D (page.59) >> >> endobj -3054 0 obj +3073 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [152.655 472.747 169.592 483.651] -/A << /S /GoTo /D (page.101) >> +/Rect [194.747 472.747 206.702 483.651] +/A << /S /GoTo /D (page.58) >> >> endobj -3055 0 obj +3074 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [134.414 461.509 146.369 471.696] -/A << /S /GoTo /D (page.91) >> +/Rect [152.655 460.792 169.592 471.696] +/A << /S /GoTo /D (page.102) >> >> endobj -3056 0 obj +3075 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [225.472 448.836 237.427 459.74] -/A << /S /GoTo /D (page.86) >> +/Rect [134.414 449.554 146.369 459.74] +/A << /S /GoTo /D (page.93) >> >> endobj -3057 0 obj +3076 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [222.702 436.881 234.657 447.785] -/A << /S /GoTo /D (page.86) >> +/Rect [225.472 436.881 237.427 447.785] +/A << /S /GoTo /D (page.88) >> >> endobj -3058 0 obj +3077 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [192.127 424.926 204.082 435.83] -/A << /S /GoTo /D (page.57) >> +/Rect [222.702 424.926 234.657 435.83] +/A << /S /GoTo /D (page.88) >> >> endobj -3059 0 obj +3078 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [200.426 412.971 212.381 423.875] -/A << /S /GoTo /D (page.57) >> +/Rect [192.127 412.971 204.082 423.875] +/A << /S /GoTo /D (page.58) >> >> endobj -3060 0 obj +3079 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [164.291 401.016 176.246 411.92] -/A << /S /GoTo /D (page.57) >> +/Rect [200.426 401.016 212.381 411.92] +/A << /S /GoTo /D (page.58) >> >> endobj -3061 0 obj +3080 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [193.193 389.061 205.148 399.965] -/A << /S /GoTo /D (page.57) >> +/Rect [164.291 389.061 176.246 399.965] +/A << /S /GoTo /D (page.58) >> >> endobj -3062 0 obj +3081 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [145.462 377.105 157.418 388.009] -/A << /S /GoTo /D (page.57) >> +/Rect [193.193 377.105 205.148 388.009] +/A << /S /GoTo /D (page.58) >> >> endobj -3063 0 obj +3082 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [160.406 377.105 177.343 388.009] -/A << /S /GoTo /D (page.101) >> +/Rect [145.462 365.15 157.418 376.054] +/A << /S /GoTo /D (page.58) >> >> endobj -3064 0 obj +3083 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [197.496 365.15 209.451 376.054] -/A << /S /GoTo /D (page.31) >> +/Rect [160.406 365.15 177.343 376.054] +/A << /S /GoTo /D (page.102) >> >> endobj -3065 0 obj +3084 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [161.681 353.195 178.618 364.099] -/A << /S /GoTo /D (page.103) >> +/Rect [197.496 353.195 209.451 364.099] +/A << /S /GoTo /D (page.32) >> >> endobj -3066 0 obj +3085 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [182.294 341.24 194.249 352.144] -/A << /S /GoTo /D (page.52) >> +/Rect [161.681 341.24 178.618 352.144] +/A << /S /GoTo /D (page.104) >> >> endobj -3067 0 obj +3086 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [197.238 341.24 209.193 352.144] +/Rect [182.294 329.285 194.249 340.189] /A << /S /GoTo /D (page.53) >> >> endobj -3068 0 obj +3087 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [212.182 341.24 229.118 352.144] -/A << /S /GoTo /D (page.100) >> +/Rect [197.238 329.285 209.193 340.189] +/A << /S /GoTo /D (page.54) >> >> endobj -3069 0 obj +3088 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [125.557 329.285 137.512 340.189] -/A << /S /GoTo /D (page.54) >> +/Rect [212.182 329.285 229.118 340.189] +/A << /S /GoTo /D (page.101) >> >> endobj -3070 0 obj +3089 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [140.501 329.285 152.456 340.189] +/Rect [125.557 317.33 137.512 328.234] /A << /S /GoTo /D (page.55) >> >> endobj -3071 0 obj +3090 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [155.445 329.285 167.4 340.189] -/A << /S /GoTo /D (page.60) >> +/Rect [140.501 317.33 152.456 328.234] +/A << /S /GoTo /D (page.56) >> >> endobj -3072 0 obj +3091 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [125.537 317.33 137.492 328.234] -/A << /S /GoTo /D (page.57) >> +/Rect [155.445 317.33 167.4 328.234] +/A << /S /GoTo /D (page.61) >> >> endobj -3073 0 obj +3092 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [149.626 295.412 166.563 306.316] -/A << /S /GoTo /D (page.106) >> +/Rect [125.537 305.374 137.492 316.278] +/A << /S /GoTo /D (page.58) >> >> endobj -3074 0 obj +3093 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [124.431 274.211 136.386 284.398] -/A << /S /GoTo /D (page.34) >> +/Rect [149.626 283.457 166.563 294.361] +/A << /S /GoTo /D (page.107) >> >> endobj -3075 0 obj +3094 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [139.375 274.211 151.33 284.398] -/A << /S /GoTo /D (page.46) >> +/Rect [124.431 262.256 136.386 272.443] +/A << /S /GoTo /D (page.35) >> >> endobj -3076 0 obj +3095 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [154.319 274.211 166.274 284.398] +/Rect [139.375 262.256 151.33 272.443] /A << /S /GoTo /D (page.47) >> >> endobj -3077 0 obj +3096 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [169.263 274.211 181.218 284.398] -/A << /S /GoTo /D (page.56) >> +/Rect [154.319 262.256 166.274 272.443] +/A << /S /GoTo /D (page.48) >> >> endobj -3078 0 obj +3097 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [184.207 274.211 196.162 284.398] -/A << /S /GoTo /D (page.59) >> +/Rect [169.263 262.256 181.218 272.443] +/A << /S /GoTo /D (page.57) >> >> endobj -3079 0 obj +3098 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [199.151 274.211 211.106 284.398] -/A << /S /GoTo /D (page.69) >> +/Rect [184.207 262.256 196.162 272.443] +/A << /S /GoTo /D (page.60) >> >> endobj -3080 0 obj +3099 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [214.095 274.211 226.05 284.398] -/A << /S /GoTo /D (page.70) >> +/Rect [199.151 262.256 211.106 272.443] +/A << /S /GoTo /D (page.69) >> >> endobj -3081 0 obj +3100 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [163.863 261.539 180.799 272.443] -/A << /S /GoTo /D (page.109) >> +/Rect [214.095 262.256 226.05 272.443] +/A << /S /GoTo /D (page.70) >> >> endobj -3082 0 obj +3101 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [183.788 261.539 200.724 272.443] -/A << /S /GoTo /D (page.119) >> +/Rect [163.863 249.584 180.799 260.488] +/A << /S /GoTo /D (page.110) >> >> endobj -3083 0 obj +3102 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [203.713 261.539 220.65 272.443] -/A << /S /GoTo /D (page.122) >> +/Rect [183.788 249.584 200.724 260.488] +/A << /S /GoTo /D (page.120) >> >> endobj -3084 0 obj +3103 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [204.53 249.584 216.485 260.488] -/A << /S /GoTo /D (page.42) >> +/Rect [203.713 249.584 220.65 260.488] +/A << /S /GoTo /D (page.123) >> >> endobj -3085 0 obj +3104 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [219.474 249.584 231.429 260.488] -/A << /S /GoTo /D (page.46) >> +/Rect [204.53 237.629 216.485 248.532] +/A << /S /GoTo /D (page.43) >> >> endobj -3086 0 obj +3105 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [234.418 249.584 246.373 260.488] -/A << /S /GoTo /D (page.51) >> +/Rect [219.474 237.629 231.429 248.532] +/A << /S /GoTo /D (page.48) >> >> endobj -3087 0 obj +3106 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [167.26 237.629 184.196 248.532] -/A << /S /GoTo /D (page.115) >> +/Rect [234.418 237.629 246.373 248.532] +/A << /S /GoTo /D (page.52) >> >> endobj -3088 0 obj +3107 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [149.477 225.673 166.413 236.577] -/A << /S /GoTo /D (page.102) >> +/Rect [167.26 225.673 184.196 236.577] +/A << /S /GoTo /D (page.116) >> >> endobj -3089 0 obj +3108 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [169.402 225.673 186.339 236.577] -/A << /S /GoTo /D (page.106) >> +/Rect [149.477 213.718 166.413 224.622] +/A << /S /GoTo /D (page.103) >> >> endobj -3090 0 obj +3109 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [189.327 225.673 206.264 236.577] +/Rect [169.402 213.718 186.339 224.622] /A << /S /GoTo /D (page.107) >> >> endobj -3091 0 obj +3110 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [184.067 213.718 201.003 224.622] -/A << /S /GoTo /D (page.107) >> +/Rect [189.327 213.718 206.264 224.622] +/A << /S /GoTo /D (page.108) >> >> endobj -3092 0 obj +3111 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [184.067 201.763 196.022 212.667] -/A << /S /GoTo /D (page.93) >> +/Rect [184.067 201.763 201.003 212.667] +/A << /S /GoTo /D (page.108) >> >> endobj -3093 0 obj +3112 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [141.327 190.525 158.264 200.712] -/A << /S /GoTo /D (page.103) >> +/Rect [184.067 189.808 196.022 200.712] +/A << /S /GoTo /D (page.94) >> >> endobj -3094 0 obj +3113 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [146.608 177.853 163.544 188.757] -/A << /S /GoTo /D (page.106) >> +/Rect [141.327 178.57 158.264 188.757] +/A << /S /GoTo /D (page.104) >> >> endobj -3095 0 obj +3114 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [149.985 165.898 166.922 176.801] -/A << /S /GoTo /D (page.105) >> +/Rect [146.608 165.898 163.544 176.801] +/A << /S /GoTo /D (page.107) >> >> endobj -3096 0 obj +3115 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [167.878 153.942 184.814 164.846] +/Rect [149.985 153.942 166.922 164.846] /A << /S /GoTo /D (page.106) >> >> endobj -3097 0 obj +3116 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [167.878 141.987 184.814 152.891] +/A << /S /GoTo /D (page.107) >> +>> +endobj +3117 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [136.635 142.704 148.591 152.891] +/Rect [136.635 130.749 148.591 140.936] /A << /S /GoTo /D (page.26) >> >> endobj -3098 0 obj +3118 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [151.579 142.704 163.535 152.891] -/A << /S /GoTo /D (page.69) >> +/Rect [151.579 130.749 163.535 140.936] +/A << /S /GoTo /D (page.27) >> >> endobj -3099 0 obj +3119 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [136.904 130.032 153.841 140.936] -/A << /S /GoTo /D (page.112) >> +/Rect [166.523 130.749 178.478 140.936] +/A << /S /GoTo /D (page.68) >> >> endobj -3100 0 obj +3120 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [126.384 118.794 143.32 128.981] -/A << /S /GoTo /D (page.103) >> +/Rect [136.904 118.077 153.841 128.981] +/A << /S /GoTo /D (page.113) >> >> endobj -3101 0 obj +3121 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [151.748 106.122 163.704 117.026] -/A << /S /GoTo /D (page.66) >> +/Rect [126.384 106.839 143.32 117.026] +/A << /S /GoTo /D (page.104) >> >> endobj -3102 0 obj +3122 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [166.692 106.122 178.648 117.026] -/A << /S /GoTo /D (page.68) >> +/Rect [151.748 94.166 163.704 105.07] +/A << /S /GoTo /D (page.66) >> >> endobj -3103 0 obj +3123 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [104.526 84.921 116.481 95.108] -/A << /S /GoTo /D (page.31) >> +/Rect [104.526 72.966 116.481 83.153] +/A << /S /GoTo /D (page.32) >> >> endobj -3104 0 obj +3124 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [149.626 72.622 161.581 83.153] +/Rect [149.626 60.667 161.581 71.197] /A << /S /GoTo /D (page.25) >> >> endobj -3105 0 obj +3125 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [103.42 61.011 115.375 71.197] -/A << /S /GoTo /D (page.41) >> +/Rect [103.42 49.056 115.375 59.242] +/A << /S /GoTo /D (page.42) >> >> endobj -3106 0 obj +3126 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [113.383 49.056 125.338 59.242] +/Rect [346.411 712.567 358.366 722.754] /A << /S /GoTo /D (page.10) >> >> endobj -3107 0 obj +3127 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [338.252 712.567 350.207 722.754] -/A << /S /GoTo /D (page.31) >> +/Rect [338.252 700.612 350.207 710.799] +/A << /S /GoTo /D (page.32) >> >> endobj -3108 0 obj +3128 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [496.099 699.895 503.073 710.799] +/Rect [496.099 687.94 503.073 698.844] /A << /S /GoTo /D (page.7) >> >> endobj -3109 0 obj +3129 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [506.061 699.895 518.017 710.799] -/A << /S /GoTo /D (page.54) >> +/Rect [506.061 687.94 518.017 698.844] +/A << /S /GoTo /D (page.55) >> >> endobj -3110 0 obj +3130 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [521.005 699.895 537.942 710.799] -/A << /S /GoTo /D (page.102) >> +/Rect [521.005 687.94 537.942 698.844] +/A << /S /GoTo /D (page.103) >> >> endobj -3111 0 obj +3131 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.619 664.403 465.574 674.933] +/Rect [453.619 652.448 465.574 662.978] /A << /S /GoTo /D (page.64) >> >> endobj -3112 0 obj +3132 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.708 652.792 428.663 662.978] +/Rect [416.708 640.836 428.663 651.023] /A << /S /GoTo /D (page.64) >> >> endobj -3113 0 obj +3133 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [418.919 640.836 430.874 651.023] +/Rect [418.919 628.881 430.874 639.068] /A << /S /GoTo /D (page.64) >> >> endobj -3114 0 obj +3134 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [415.044 628.164 426.999 639.068] -/A << /S /GoTo /D (page.83) >> +/Rect [415.044 616.209 426.999 627.113] +/A << /S /GoTo /D (page.85) >> >> endobj -3115 0 obj +3135 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [407.293 616.926 419.248 627.113] +/Rect [407.293 604.971 419.248 615.158] /A << /S /GoTo /D (page.64) >> >> endobj -3116 0 obj +3136 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [480.668 604.971 492.623 615.158] +/Rect [480.668 593.016 492.623 603.202] /A << /S /GoTo /D (page.64) >> >> endobj -3117 0 obj +3137 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [403.975 593.016 415.931 603.202] +/Rect [403.975 581.061 415.931 591.247] /A << /S /GoTo /D (page.64) >> >> endobj -3118 0 obj +3138 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [449.933 581.061 461.888 591.247] +/Rect [449.933 569.105 461.888 579.292] /A << /S /GoTo /D (page.64) >> >> endobj -3119 0 obj +3139 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.533 569.105 480.488 579.292] +/Rect [468.533 557.15 480.488 567.337] /A << /S /GoTo /D (page.64) >> >> endobj -3120 0 obj +3140 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [490.032 556.807 501.987 567.337] +/Rect [490.032 544.851 501.987 555.382] /A << /S /GoTo /D (page.64) >> >> endobj -3121 0 obj +3141 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [456.548 545.195 468.503 555.382] +/Rect [456.548 533.24 468.503 543.427] /A << /S /GoTo /D (page.64) >> >> endobj -3122 0 obj +3142 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.847 533.24 476.802 543.427] +/Rect [464.847 521.285 476.802 531.471] /A << /S /GoTo /D (page.64) >> >> endobj -3123 0 obj +3143 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [457.106 521.285 469.061 531.471] +/Rect [457.106 509.33 469.061 519.516] /A << /S /GoTo /D (page.64) >> >> endobj -3124 0 obj +3144 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [455.442 509.33 467.397 519.516] +/Rect [455.442 497.374 467.397 507.561] /A << /S /GoTo /D (page.64) >> >> endobj -3125 0 obj +3145 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [464.857 497.374 476.812 507.561] +/Rect [464.857 485.419 476.812 495.606] /A << /S /GoTo /D (page.64) >> >> endobj -3126 0 obj +3146 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [469.131 485.419 481.086 495.606] +/Rect [469.131 473.464 481.086 483.651] /A << /S /GoTo /D (page.64) >> >> endobj -3127 0 obj +3147 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [519.661 473.12 531.616 483.651] +/Rect [519.661 461.165 531.616 471.696] /A << /S /GoTo /D (page.64) >> >> endobj -3128 0 obj +3148 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [446.197 461.509 458.152 471.696] +/Rect [446.197 449.554 458.152 459.74] /A << /S /GoTo /D (page.64) >> >> endobj -3129 0 obj +3149 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [487.601 449.21 499.557 459.74] +/Rect [487.601 437.255 499.557 447.785] /A << /S /GoTo /D (page.64) >> >> endobj -3130 0 obj +3150 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [445.27 437.599 457.226 447.785] +/Rect [445.27 425.643 457.226 435.83] /A << /S /GoTo /D (page.64) >> >> endobj -3131 0 obj +3151 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [414.297 413.688 426.252 423.875] -/A << /S /GoTo /D (page.83) >> +/Rect [414.297 401.733 426.252 411.92] +/A << /S /GoTo /D (page.85) >> >> endobj -3132 0 obj +3152 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [394.003 389.434 405.958 399.965] -/A << /S /GoTo /D (page.83) >> +/Rect [394.003 377.479 405.958 388.009] +/A << /S /GoTo /D (page.85) >> >> endobj -3133 0 obj +3153 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [412.274 377.823 424.229 388.009] -/A << /S /GoTo /D (page.39) >> +/Rect [412.274 365.868 424.229 376.054] +/A << /S /GoTo /D (page.40) >> >> endobj -3134 0 obj +3154 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [426.66 365.868 438.615 376.054] -/A << /S /GoTo /D (page.39) >> +/Rect [426.66 353.912 438.615 364.099] +/A << /S /GoTo /D (page.40) >> >> endobj -3135 0 obj +3155 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [460.942 353.912 472.897 364.099] +/Rect [460.942 341.957 472.897 352.144] /A << /S /GoTo /D (page.39) >> >> endobj -3136 0 obj +3156 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [398.994 341.957 410.949 352.144] -/A << /S /GoTo /D (page.39) >> +/Rect [398.994 330.002 410.949 340.189] +/A << /S /GoTo /D (page.40) >> >> endobj -3137 0 obj +3157 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [483.686 330.002 495.641 340.189] -/A << /S /GoTo /D (page.78) >> +/Rect [483.686 318.047 495.641 328.234] +/A << /S /GoTo /D (page.80) >> >> endobj -3138 0 obj +3158 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [444.384 318.047 456.339 328.234] +/Rect [444.384 306.092 456.339 316.278] /A << /S /GoTo /D (page.39) >> >> endobj -3139 0 obj +3159 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [410.601 306.092 422.556 316.278] -/A << /S /GoTo /D (page.39) >> +/Rect [410.601 294.137 422.556 304.323] +/A << /S /GoTo /D (page.40) >> >> endobj -3140 0 obj +3160 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [370.092 294.137 387.029 304.323] -/A << /S /GoTo /D (page.106) >> +/Rect [370.092 282.181 387.029 292.368] +/A << /S /GoTo /D (page.107) >> >> endobj -3141 0 obj +3161 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [420.393 281.464 432.348 292.368] -/A << /S /GoTo /D (page.68) >> +/Rect [418.739 269.509 430.695 280.413] +/A << /S /GoTo /D (page.47) >> >> endobj -3142 0 obj +3162 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [401.265 269.509 413.221 280.413] +/Rect [401.265 257.554 413.221 268.458] /A << /S /GoTo /D (page.25) >> >> endobj -3143 0 obj +3163 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [416.209 269.509 428.165 280.413] -/A << /S /GoTo /D (page.95) >> +/Rect [416.209 257.554 428.165 268.458] +/A << /S /GoTo /D (page.96) >> >> endobj -3144 0 obj +3164 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [431.153 269.509 448.09 280.413] -/A << /S /GoTo /D (page.102) >> +/Rect [431.153 257.554 448.09 268.458] +/A << /S /GoTo /D (page.103) >> >> endobj -3145 0 obj +3165 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [451.079 269.509 468.015 280.413] -/A << /S /GoTo /D (page.103) >> +/Rect [451.079 257.554 468.015 268.458] +/A << /S /GoTo /D (page.104) >> >> endobj -3146 0 obj +3166 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [405.32 257.554 417.275 268.458] +/Rect [405.32 245.599 417.275 256.503] /A << /S /GoTo /D (page.25) >> >> endobj -3147 0 obj +3167 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [420.264 257.554 432.219 268.458] -/A << /S /GoTo /D (page.32) >> +/Rect [420.264 245.599 432.219 256.503] +/A << /S /GoTo /D (page.33) >> >> endobj -3148 0 obj +3168 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [435.208 257.554 447.163 268.458] -/A << /S /GoTo /D (page.61) >> +/Rect [435.208 245.599 447.163 256.503] +/A << /S /GoTo /D (page.62) >> >> endobj -3149 0 obj +3169 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [338.661 246.316 345.634 256.503] +/Rect [338.661 234.361 345.634 244.547] /A << /S /GoTo /D (page.7) >> >> endobj -3150 0 obj +3170 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [348.623 246.316 365.56 256.503] -/A << /S /GoTo /D (page.102) >> +/Rect [348.623 234.361 365.56 244.547] +/A << /S /GoTo /D (page.103) >> >> endobj -3151 0 obj +3171 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [368.807 233.643 380.762 244.547] +/Rect [368.807 221.688 380.762 232.592] /A << /S /GoTo /D (page.16) >> >> endobj -3152 0 obj +3172 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [365.211 221.688 377.166 232.592] -/A << /S /GoTo /D (page.51) >> +/Rect [365.211 209.733 377.166 220.637] +/A << /S /GoTo /D (page.52) >> >> endobj -3153 0 obj +3173 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [332.165 210.45 344.12 220.637] +/Rect [332.165 198.495 344.12 208.682] /A << /S /GoTo /D (page.65) >> >> endobj -3154 0 obj +3174 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.128 198.495 354.083 208.682] -/A << /S /GoTo /D (page.41) >> +/Rect [342.128 186.54 354.083 196.727] +/A << /S /GoTo /D (page.42) >> >> endobj -3155 0 obj +3175 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [357.072 198.495 369.027 208.682] -/A << /S /GoTo /D (page.43) >> +/Rect [357.072 186.54 369.027 196.727] +/A << /S /GoTo /D (page.44) >> >> endobj -3156 0 obj +3176 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [372.016 198.495 383.971 208.682] -/A << /S /GoTo /D (page.44) >> +/Rect [372.016 186.54 383.971 196.727] +/A << /S /GoTo /D (page.45) >> >> endobj -3157 0 obj +3177 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.489 186.54 364.444 196.727] -/A << /S /GoTo /D (page.41) >> +/Rect [352.489 174.585 364.444 184.772] +/A << /S /GoTo /D (page.42) >> >> endobj -3158 0 obj +3178 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [367.433 186.54 379.388 196.727] -/A << /S /GoTo /D (page.44) >> +/Rect [367.433 174.585 379.388 184.772] +/A << /S /GoTo /D (page.45) >> >> endobj -3159 0 obj +3179 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [352.489 174.585 364.444 184.772] -/A << /S /GoTo /D (page.41) >> +/Rect [352.489 162.63 364.444 172.816] +/A << /S /GoTo /D (page.42) >> >> endobj -3160 0 obj +3180 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [392.06 162.286 404.015 172.816] +/Rect [392.06 150.331 404.015 160.861] /A << /S /GoTo /D (page.25) >> >> endobj -3161 0 obj +3181 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [377.823 149.957 389.778 160.861] +/Rect [377.823 138.002 389.778 148.906] /A << /S /GoTo /D (page.39) >> >> endobj -3162 0 obj +3182 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [398.983 138.002 410.938 148.906] +/Rect [398.983 126.047 410.938 136.951] /A << /S /GoTo /D (page.33) >> >> endobj -3163 0 obj +3183 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [346.411 126.764 358.367 136.951] -/A << /S /GoTo /D (page.38) >> +/Rect [346.411 114.809 358.367 124.996] +/A << /S /GoTo /D (page.39) >> >> endobj -3164 0 obj +3184 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [411.607 114.092 423.562 124.996] -/A << /S /GoTo /D (page.31) >> +/Rect [411.607 102.137 423.562 113.041] +/A << /S /GoTo /D (page.32) >> >> endobj -3165 0 obj +3185 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [426.55 114.092 438.506 124.996] +/Rect [426.55 102.137 438.506 113.041] /A << /S /GoTo /D (page.71) >> >> endobj -3166 0 obj +3186 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [435.785 102.137 447.74 113.041] +/Rect [435.785 90.181 447.74 101.085] /A << /S /GoTo /D (page.36) >> >> endobj -3167 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [450.729 102.137 462.684 113.041] -/A << /S /GoTo /D (page.94) >> ->> -endobj -3168 0 obj +3187 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [465.673 102.137 482.61 113.041] -/A << /S /GoTo /D (page.103) >> +/Rect [450.729 90.181 462.684 101.085] +/A << /S /GoTo /D (page.95) >> >> endobj -3169 0 obj +3188 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [423.492 90.555 435.447 101.085] -/A << /S /GoTo /D (page.29) >> +/Rect [465.673 90.181 482.61 101.085] +/A << /S /GoTo /D (page.104) >> >> endobj -3170 0 obj +3189 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [438.436 90.555 450.391 101.085] +/Rect [423.492 78.6 435.447 89.13] /A << /S /GoTo /D (page.30) >> >> endobj -3171 0 obj +3190 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [453.38 90.555 465.335 101.085] -/A << /S /GoTo /D (page.36) >> +/Rect [438.436 78.6 450.391 89.13] +/A << /S /GoTo /D (page.37) >> >> endobj -3172 0 obj +3191 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [468.324 90.555 485.26 101.085] -/A << /S /GoTo /D (page.103) >> +/Rect [453.38 78.6 470.316 89.13] +/A << /S /GoTo /D (page.104) >> >> endobj -3173 0 obj +3192 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [392.069 78.6 404.024 89.13] +/Rect [392.069 66.645 404.024 77.175] /A << /S /GoTo /D (page.25) >> >> endobj -3174 0 obj -<< -/Type /Annot -/Subtype /Link -/Border[0 0 0]/H/I/C[1 0 0] -/Rect [342.526 66.988 354.481 77.175] -/A << /S /GoTo /D (page.34) >> ->> -endobj -3175 0 obj +3193 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [357.47 66.988 369.425 77.175] -/A << /S /GoTo /D (page.40) >> +/Rect [342.526 55.033 354.481 65.22] +/A << /S /GoTo /D (page.35) >> >> endobj -3176 0 obj +3194 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [372.414 66.988 384.369 77.175] -/A << /S /GoTo /D (page.43) >> +/Rect [357.47 55.033 369.425 65.22] +/A << /S /GoTo /D (page.41) >> >> endobj -3177 0 obj +3195 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [387.358 66.988 399.313 77.175] -/A << /S /GoTo /D (page.46) >> +/Rect [372.414 55.033 384.369 65.22] +/A << /S /GoTo /D (page.43) >> >> endobj -3178 0 obj +3196 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [402.302 66.988 414.257 77.175] -/A << /S /GoTo /D (page.51) >> +/Rect [387.358 55.033 399.313 65.22] +/A << /S /GoTo /D (page.47) >> >> endobj -3179 0 obj +3197 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [417.246 66.988 429.201 77.175] -/A << /S /GoTo /D (page.59) >> +/Rect [402.302 55.033 414.257 65.22] +/A << /S /GoTo /D (page.52) >> >> endobj -3180 0 obj +3198 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [432.19 66.988 449.126 77.175] -/A << /S /GoTo /D (page.109) >> +/Rect [417.246 55.033 429.201 65.22] +/A << /S /GoTo /D (page.60) >> >> endobj -3181 0 obj +3199 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [379.238 55.033 391.193 65.22] -/A << /S /GoTo /D (page.48) >> +/Rect [432.19 55.033 449.126 65.22] +/A << /S /GoTo /D (page.110) >> >> endobj -3187 0 obj +3204 0 obj << -/D [3185 0 R /XYZ 84.039 766.262 null] +/D [3202 0 R /XYZ 84.039 766.262 null] >> endobj -3184 0 obj +3201 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3282 0 obj +3301 0 obj << -/Length 1291 +/Length 1317 /Filter /FlateDecode >> stream -xÚµY[oÛ6~÷¯° ˜R7KÀ: kݬE»dµÓÍ -ƒ–‡ˆn©æòëGŠr)Ž(Å΃mZ²¾sxøïÒ@[k@;žü±˜}˜zZh…¾ík‹K-ð,à„ÚÔõ-ϳµE¬]èÿz?;7~,>i®íYBþlûÆd¶˜ü7×·¶5õ§Z”N.~ -’­å´2²Z%˜­î¦ÊeUP톰¨!¼Ð.,Df_ªÜ¥«<‘˜ ¡Œ;®ârØïä} -e×TÀÛqx°—1Ëåk;l¿vÚ"$ùýÓ°=•¨4` ¯›Pȋˇ‹‡••(«©‰J‚xù—ñ:ÂJÈý«t`îØŽÈïïØ†ë¾mª{jºÙ~ ¨ÌUÓq˜¼wÈyï@|èHŽ/;pìî¡èوȷS#´7úù§jû³ïQÂP™qQRîéúÛgÙ=ó7Î×#Ù»wÂÞk¢„pöeºú ô{¹¼C[õ¿Š6]o†RË!Šc±óÛvÉxˆî÷gÐËÏÔ^7^¨I~ÇÇ[.8a¸qAÜj\ÃÄ—!‘PΘUsÂ@w‡—'´¶C;¾âvòÈÜ…z>㺩lû«Àò¼ -ÞŽÏ:k?€S~Âßòmlt­ +xÚµY[›8~ϯ@ÚÆL@ê®ÔmÓÙVíδÉìŽ:­"žŒ5ÜŠan¿~mL&“K14ÉCÂçãs¾óch +ᜣbOI²Eu#!K×QwC:ÚŽ‚D%Ÿy ÕaV°®‰Hȇ¢$ŒõY6†'½JšÒ¬g¨[AÐÍÃ:|!;+“"ÎÄeÈ‹œÑJpT-Exƒ +Üçâ™+…[md‰c’âòV ¦¢ê± K'f† ^¦¬ÒÎNb¬‹2Oój8àÕÐEù +¯Äü&Zv½NI,‡8ŽÅÎoÕ%“>2ÞA[3ÿ¤Œtš10ª[•¬5Áñ‚5œ Xš nµ&ˆá³ âKO(gHÔœÀ×ÝþÕÀ ,Áõu¹ûj·¹ õrÂuSÙ8vËÌ/[¡àíèéd#ö}¶@Ý ÿМKªDc¼;#‰ñú@…0To7SV`{ë¶¿?9[;Yëq€êv:ãLž£5§ÇÍiîúmÓâènà4æ°ó/R¼=W›ë¿Íýv»öKÓn~j6p,èBÍó|Ë[ž—=|ìœ`Ï`¾ÃtBG¦Íx_ÖE5p5 +V:ëL1MÌÒ?^µÝkR“?÷;6Í' !&âc“­ 3CÕ¹¾ã«`9ƒ™ÜáH?±Y +h[.⹌lÏrÛÞ:ëŠ2™þÛ!‚D endstream endobj -3281 0 obj +3300 0 obj << /Type /Page -/Contents 3282 0 R -/Resources 3280 0 R +/Contents 3301 0 R +/Resources 3299 0 R /MediaBox [0 0 612 792] -/Parent 3188 0 R -/Annots [ 3182 0 R 3183 0 R 3189 0 R 3190 0 R 3191 0 R 3192 0 R 3193 0 R 3194 0 R 3195 0 R 3196 0 R 3197 0 R 3198 0 R 3199 0 R 3200 0 R 3201 0 R 3202 0 R 3203 0 R 3204 0 R 3205 0 R 3206 0 R 3207 0 R 3208 0 R 3209 0 R 3210 0 R 3211 0 R 3212 0 R 3213 0 R 3214 0 R 3215 0 R 3216 0 R 3217 0 R 3218 0 R 3219 0 R 3220 0 R 3221 0 R 3222 0 R 3223 0 R 3224 0 R 3225 0 R 3226 0 R 3227 0 R 3228 0 R 3229 0 R 3230 0 R 3231 0 R 3232 0 R 3233 0 R 3234 0 R 3235 0 R 3236 0 R 3237 0 R 3238 0 R 3239 0 R 3240 0 R 3241 0 R 3242 0 R 3243 0 R 3244 0 R 3245 0 R 3246 0 R 3247 0 R 3248 0 R 3249 0 R 3250 0 R 3251 0 R 3252 0 R 3253 0 R 3254 0 R 3255 0 R 3256 0 R 3257 0 R 3258 0 R 3259 0 R 3260 0 R 3261 0 R 3262 0 R 3263 0 R 3264 0 R 3265 0 R 3266 0 R 3267 0 R 3268 0 R 3269 0 R 3270 0 R 3271 0 R 3272 0 R 3273 0 R 3274 0 R 3275 0 R 3276 0 R 3277 0 R 3278 0 R 3279 0 R ] +/Parent 3047 0 R +/Annots [ 3200 0 R 3205 0 R 3206 0 R 3207 0 R 3208 0 R 3209 0 R 3210 0 R 3211 0 R 3212 0 R 3213 0 R 3214 0 R 3215 0 R 3216 0 R 3217 0 R 3218 0 R 3219 0 R 3220 0 R 3221 0 R 3222 0 R 3223 0 R 3224 0 R 3225 0 R 3226 0 R 3227 0 R 3228 0 R 3229 0 R 3230 0 R 3231 0 R 3232 0 R 3233 0 R 3234 0 R 3235 0 R 3236 0 R 3237 0 R 3238 0 R 3239 0 R 3240 0 R 3241 0 R 3242 0 R 3243 0 R 3244 0 R 3245 0 R 3246 0 R 3247 0 R 3248 0 R 3249 0 R 3250 0 R 3251 0 R 3252 0 R 3253 0 R 3254 0 R 3255 0 R 3256 0 R 3257 0 R 3258 0 R 3259 0 R 3260 0 R 3261 0 R 3262 0 R 3263 0 R 3264 0 R 3265 0 R 3266 0 R 3267 0 R 3268 0 R 3269 0 R 3270 0 R 3271 0 R 3272 0 R 3273 0 R 3274 0 R 3275 0 R 3276 0 R 3277 0 R 3278 0 R 3279 0 R 3280 0 R 3281 0 R 3282 0 R 3283 0 R 3284 0 R 3285 0 R 3286 0 R 3287 0 R 3288 0 R 3289 0 R 3290 0 R 3291 0 R 3292 0 R 3293 0 R 3294 0 R 3295 0 R 3296 0 R 3297 0 R 3298 0 R ] >> endobj -3182 0 obj +3200 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.21 712.567 158.165 722.754] +/A << /S /GoTo /D (page.49) >> +>> +endobj +3205 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [173.686 711.85 180.66 722.754] +/Rect [173.686 699.895 180.66 710.799] /A << /S /GoTo /D (page.9) >> >> endobj -3183 0 obj +3206 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [183.649 711.85 195.604 722.754] +/Rect [183.649 699.895 195.604 710.799] /A << /S /GoTo /D (page.26) >> >> endobj -3189 0 obj +3207 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [110.055 700.612 122.01 710.799] -/A << /S /GoTo /D (page.46) >> +/Rect [110.055 688.657 122.01 698.844] +/A << /S /GoTo /D (page.47) >> >> endobj -3190 0 obj +3208 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [185.88 688.657 192.854 698.844] +/Rect [185.88 676.702 192.854 686.889] /A << /S /GoTo /D (page.8) >> >> endobj -3191 0 obj +3209 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [195.843 688.657 207.798 698.844] +/Rect [195.843 676.702 207.798 686.889] /A << /S /GoTo /D (page.22) >> >> endobj -3192 0 obj +3210 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [114.489 676.702 121.463 686.889] +/Rect [114.489 664.747 121.463 674.933] /A << /S /GoTo /D (page.7) >> >> endobj -3193 0 obj +3211 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [181.457 664.03 193.412 674.933] -/A << /S /GoTo /D (page.60) >> +/Rect [181.457 652.074 193.412 662.978] +/A << /S /GoTo /D (page.61) >> >> endobj -3194 0 obj +3212 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [146.319 652.074 158.274 662.978] -/A << /S /GoTo /D (page.38) >> +/Rect [146.319 640.119 158.274 651.023] +/A << /S /GoTo /D (page.39) >> >> endobj -3195 0 obj +3213 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [162.907 640.119 179.843 651.023] -/A << /S /GoTo /D (page.109) >> +/Rect [162.907 628.164 179.843 639.068] +/A << /S /GoTo /D (page.110) >> >> endobj -3196 0 obj +3214 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [182.832 640.119 199.768 651.023] -/A << /S /GoTo /D (page.122) >> +/Rect [182.832 628.164 199.768 639.068] +/A << /S /GoTo /D (page.123) >> >> endobj -3197 0 obj +3215 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [111.161 628.881 123.116 639.068] +/Rect [111.161 616.926 123.116 627.113] /A << /S /GoTo /D (page.26) >> >> endobj -3198 0 obj +3216 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [146.987 616.209 163.923 627.113] -/A << /S /GoTo /D (page.110) >> +/Rect [126.105 616.926 138.06 627.113] +/A << /S /GoTo /D (page.27) >> >> endobj -3199 0 obj +3217 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [194.866 604.254 206.821 615.158] -/A << /S /GoTo /D (page.33) >> +/Rect [146.987 604.254 163.923 615.158] +/A << /S /GoTo /D (page.111) >> >> endobj -3200 0 obj +3218 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [209.81 604.254 226.747 615.158] -/A << /S /GoTo /D (page.108) >> +/Rect [194.866 592.299 206.821 603.202] +/A << /S /GoTo /D (page.33) >> >> endobj -3201 0 obj +3219 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [197.098 592.299 214.035 603.202] -/A << /S /GoTo /D (page.105) >> +/Rect [209.81 592.299 226.747 603.202] +/A << /S /GoTo /D (page.109) >> >> endobj -3202 0 obj +3220 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [217.024 592.299 233.96 603.202] +/Rect [197.098 580.343 214.035 591.247] /A << /S /GoTo /D (page.106) >> >> endobj -3203 0 obj +3221 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [120.576 580.343 137.512 591.247] -/A << /S /GoTo /D (page.105) >> +/Rect [217.024 580.343 233.96 591.247] +/A << /S /GoTo /D (page.107) >> >> endobj -3204 0 obj +3222 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [182.184 568.388 199.121 579.292] -/A << /S /GoTo /D (page.112) >> +/Rect [120.576 568.388 137.512 579.292] +/A << /S /GoTo /D (page.106) >> >> endobj -3205 0 obj +3223 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [155.713 557.15 172.65 567.337] -/A << /S /GoTo /D (page.110) >> +/Rect [182.184 556.433 199.121 567.337] +/A << /S /GoTo /D (page.113) >> >> endobj -3206 0 obj +3224 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [147.435 544.478 159.39 555.382] -/A << /S /GoTo /D (page.29) >> +/Rect [155.713 545.195 172.65 555.382] +/A << /S /GoTo /D (page.111) >> >> endobj -3207 0 obj +3225 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [154.05 532.896 166.005 543.427] +/Rect [147.435 532.523 159.39 543.427] +/A << /S /GoTo /D (page.30) >> +>> +endobj +3226 0 obj +<< +/Type /Annot +/Subtype /Link +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [154.05 520.941 166.005 531.471] /A << /S /GoTo /D (page.25) >> >> endobj -3208 0 obj +3227 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [207.529 510.744 219.484 521.648] +/Rect [207.529 498.789 219.484 509.693] /A << /S /GoTo /D (page.20) >> >> endobj -3209 0 obj +3228 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [158.693 499.163 170.648 509.693] -/A << /S /GoTo /D (page.59) >> +/Rect [158.693 487.208 170.648 497.738] +/A << /S /GoTo /D (page.60) >> >> endobj -3210 0 obj +3229 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [110.922 487.551 127.859 497.738] -/A << /S /GoTo /D (page.101) >> +/Rect [110.922 475.596 127.859 485.783] +/A << /S /GoTo /D (page.102) >> >> endobj -3211 0 obj +3230 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [136.257 475.596 153.193 485.783] -/A << /S /GoTo /D (page.126) >> +/Rect [136.257 463.641 153.193 473.828] +/A << /S /GoTo /D (page.127) >> >> endobj -3212 0 obj +3231 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [151.839 462.924 163.794 473.828] +/Rect [151.839 450.969 163.794 461.873] /A << /S /GoTo /D (page.10) >> >> endobj -3213 0 obj +3232 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [150.185 450.969 162.14 461.873] +/Rect [150.185 439.013 162.14 449.917] /A << /S /GoTo /D (page.10) >> >> endobj -3214 0 obj +3233 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [165.128 450.969 177.084 461.873] -/A << /S /GoTo /D (page.48) >> +/Rect [165.128 439.013 177.084 449.917] +/A << /S /GoTo /D (page.49) >> >> endobj -3215 0 obj +3234 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [180.072 450.969 192.028 461.873] -/A << /S /GoTo /D (page.52) >> +/Rect [180.072 439.013 192.028 449.917] +/A << /S /GoTo /D (page.53) >> >> endobj -3216 0 obj +3235 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [195.016 450.969 206.972 461.873] -/A << /S /GoTo /D (page.53) >> +/Rect [195.016 439.013 206.972 449.917] +/A << /S /GoTo /D (page.54) >> >> endobj -3217 0 obj +3236 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [209.96 450.969 226.897 461.873] -/A << /S /GoTo /D (page.100) >> +/Rect [209.96 439.013 226.897 449.917] +/A << /S /GoTo /D (page.101) >> >> endobj -3218 0 obj +3237 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [189.228 439.013 196.202 449.917] +/Rect [189.228 427.058 196.202 437.962] /A << /S /GoTo /D (page.9) >> >> endobj -3219 0 obj +3238 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [115.046 417.953 131.983 428.139] -/A << /S /GoTo /D (page.102) >> +/Rect [115.046 405.997 131.983 416.184] +/A << /S /GoTo /D (page.103) >> >> endobj -3220 0 obj +3239 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [111.719 405.997 123.674 416.184] +/Rect [111.719 394.042 123.674 404.229] /A << /S /GoTo /D (page.26) >> >> endobj -3221 0 obj +3240 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [125.557 394.042 137.512 404.229] -/A << /S /GoTo /D (page.20) >> +/Rect [126.663 394.042 138.618 404.229] +/A << /S /GoTo /D (page.27) >> >> endobj -3222 0 obj +3241 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [149.009 382.087 160.964 392.274] -/A << /S /GoTo /D (page.57) >> +/Rect [125.557 382.087 137.512 392.274] +/A << /S /GoTo /D (page.20) >> >> endobj -3223 0 obj +3242 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [228.61 369.415 240.565 380.319] -/A << /S /GoTo /D (page.49) >> +/Rect [149.009 370.132 160.964 380.319] +/A << /S /GoTo /D (page.58) >> >> endobj -3224 0 obj +3243 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [243.554 369.415 255.509 380.319] -/A << /S /GoTo /D (page.51) >> +/Rect [228.61 357.459 240.565 368.363] +/A << /S /GoTo /D (page.50) >> >> endobj -3225 0 obj +3244 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [238.572 357.459 250.528 368.363] -/A << /S /GoTo /D (page.42) >> +/Rect [243.554 357.459 255.509 368.363] +/A << /S /GoTo /D (page.52) >> >> endobj -3226 0 obj +3245 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [253.516 357.459 265.472 368.363] -/A << /S /GoTo /D (page.48) >> +/Rect [238.572 345.504 250.528 356.408] +/A << /S /GoTo /D (page.43) >> >> endobj -3227 0 obj +3246 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [268.46 357.459 280.416 368.363] +/Rect [253.516 345.504 265.472 356.408] /A << /S /GoTo /D (page.49) >> >> endobj -3228 0 obj +3247 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [283.404 357.459 295.359 368.363] -/A << /S /GoTo /D (page.51) >> +/Rect [268.46 345.504 280.416 356.408] +/A << /S /GoTo /D (page.50) >> >> endobj -3229 0 obj +3248 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [145.702 335.681 157.657 346.585] -/A << /S /GoTo /D (page.10) >> +/Rect [283.404 345.504 295.359 356.408] +/A << /S /GoTo /D (page.52) >> >> endobj -3230 0 obj +3249 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [160.646 335.681 177.582 346.585] -/A << /S /GoTo /D (page.101) >> +/Rect [145.702 323.726 157.657 334.63] +/A << /S /GoTo /D (page.10) >> >> endobj -3231 0 obj +3250 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [175.08 324.443 187.035 334.63] -/A << /S /GoTo /D (page.33) >> +/Rect [160.646 323.726 177.582 334.63] +/A << /S /GoTo /D (page.102) >> >> endobj -3232 0 obj +3251 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [190.024 324.443 201.979 334.63] -/A << /S /GoTo /D (page.45) >> +/Rect [175.08 312.488 187.035 322.675] +/A << /S /GoTo /D (page.33) >> >> endobj -3233 0 obj +3252 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [204.968 324.443 216.923 334.63] -/A << /S /GoTo /D (page.68) >> +/Rect [190.024 312.488 201.979 322.675] +/A << /S /GoTo /D (page.46) >> >> endobj -3234 0 obj +3253 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [118.205 312.488 130.16 322.675] +/Rect [118.205 300.533 130.16 310.72] /A << /S /GoTo /D (page.22) >> >> endobj -3235 0 obj +3254 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [133.149 312.488 150.085 322.675] -/A << /S /GoTo /D (page.106) >> +/Rect [133.149 300.533 150.085 310.72] +/A << /S /GoTo /D (page.107) >> >> endobj -3236 0 obj +3255 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [145.592 300.533 157.547 310.72] +/Rect [145.592 288.578 157.547 298.765] /A << /S /GoTo /D (page.64) >> >> endobj -3237 0 obj +3256 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [118.713 288.578 130.668 298.765] -/A << /S /GoTo /D (page.45) >> +/Rect [118.713 276.623 130.668 286.809] +/A << /S /GoTo /D (page.46) >> >> endobj -3238 0 obj +3257 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [133.657 288.578 145.612 298.765] -/A << /S /GoTo /D (page.48) >> +/Rect [133.657 276.623 145.612 286.809] +/A << /S /GoTo /D (page.49) >> >> endobj -3239 0 obj +3258 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [148.601 288.578 160.556 298.765] -/A << /S /GoTo /D (page.51) >> +/Rect [148.601 276.623 160.556 286.809] +/A << /S /GoTo /D (page.52) >> >> endobj -3240 0 obj +3259 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [163.544 288.578 175.5 298.765] -/A << /S /GoTo /D (page.54) >> +/Rect [163.544 276.623 175.5 286.809] +/A << /S /GoTo /D (page.55) >> >> endobj -3241 0 obj +3260 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [178.488 288.578 195.425 298.765] -/A << /S /GoTo /D (page.101) >> +/Rect [178.488 276.623 195.425 286.809] +/A << /S /GoTo /D (page.102) >> >> endobj -3242 0 obj +3261 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [120.207 276.623 132.163 286.809] +/Rect [120.207 264.668 132.163 274.854] /A << /S /GoTo /D (page.21) >> >> endobj -3243 0 obj +3262 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [126.962 254.127 138.917 265.031] +/Rect [126.962 242.172 138.917 253.076] /A << /S /GoTo /D (page.35) >> >> endobj -3244 0 obj +3263 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [127.659 242.172 139.614 253.076] +/Rect [127.659 230.217 139.614 241.121] /A << /S /GoTo /D (page.68) >> >> endobj -3245 0 obj +3264 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [142.603 242.172 159.54 253.076] -/A << /S /GoTo /D (page.101) >> +/Rect [142.603 230.217 159.54 241.121] +/A << /S /GoTo /D (page.102) >> >> endobj -3246 0 obj +3265 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [106.738 230.934 123.674 241.121] -/A << /S /GoTo /D (page.103) >> +/Rect [106.738 218.979 123.674 229.166] +/A << /S /GoTo /D (page.104) >> >> endobj -3247 0 obj +3266 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [126.663 230.934 143.6 241.121] -/A << /S /GoTo /D (page.106) >> +/Rect [126.663 218.979 143.6 229.166] +/A << /S /GoTo /D (page.107) >> >> endobj -3248 0 obj +3267 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [146.588 230.934 163.525 241.121] -/A << /S /GoTo /D (page.118) >> +/Rect [146.588 218.979 163.525 229.166] +/A << /S /GoTo /D (page.119) >> >> endobj -3249 0 obj +3268 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [235.095 208.439 247.051 219.343] +/Rect [235.095 196.484 247.051 207.388] /A << /S /GoTo /D (page.44) >> >> endobj -3250 0 obj +3269 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [267.205 196.484 279.16 207.388] +/Rect [267.205 184.528 279.16 195.432] /A << /S /GoTo /D (page.68) >> >> endobj -3251 0 obj +3270 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [278.23 184.528 290.185 195.432] -/A << /S /GoTo /D (page.36) >> +/Rect [278.23 172.573 290.185 183.477] +/A << /S /GoTo /D (page.37) >> >> endobj -3252 0 obj +3271 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [294.656 184.528 306.611 195.432] +/Rect [294.656 172.573 306.611 183.477] /A << /S /GoTo /D (page.40) >> >> endobj -3253 0 obj +3272 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [123.894 173.291 135.849 183.477] -/A << /S /GoTo /D (page.42) >> +/Rect [123.894 161.335 135.849 171.522] +/A << /S /GoTo /D (page.43) >> >> endobj -3254 0 obj +3273 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [138.838 173.291 150.793 183.477] -/A << /S /GoTo /D (page.45) >> +/Rect [138.838 161.335 150.793 171.522] +/A << /S /GoTo /D (page.46) >> >> endobj -3255 0 obj +3274 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [122.777 161.335 134.733 171.522] -/A << /S /GoTo /D (page.98) >> +/Rect [122.777 149.38 134.733 159.567] +/A << /S /GoTo /D (page.99) >> >> endobj -3256 0 obj +3275 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [161.034 149.037 172.989 159.567] +/Rect [161.034 137.081 172.989 147.612] /A << /S /GoTo /D (page.65) >> >> endobj -3257 0 obj +3276 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [114.479 137.425 126.434 147.612] -/A << /S /GoTo /D (page.36) >> +/Rect [114.479 125.47 126.434 135.657] +/A << /S /GoTo /D (page.37) >> >> endobj -3258 0 obj +3277 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [110.056 115.647 122.011 125.834] -/A << /S /GoTo /D (page.31) >> +/Rect [110.056 103.692 122.011 113.878] +/A << /S /GoTo /D (page.32) >> >> endobj -3259 0 obj +3278 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [124.999 115.647 136.955 125.834] -/A << /S /GoTo /D (page.43) >> +/Rect [124.999 103.692 136.955 113.878] +/A << /S /GoTo /D (page.44) >> >> endobj -3260 0 obj +3279 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [157.278 102.974 169.233 113.878] -/A << /S /GoTo /D (page.43) >> +/Rect [157.278 91.019 169.233 101.923] +/A << /S /GoTo /D (page.44) >> >> endobj -3261 0 obj +3280 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [163.734 79.064 175.689 89.968] -/A << /S /GoTo /D (page.43) >> +/Rect [163.734 67.109 175.689 78.013] +/A << /S /GoTo /D (page.44) >> >> endobj -3262 0 obj +3281 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [194.448 55.154 206.404 66.058] -/A << /S /GoTo /D (page.43) >> +/Rect [194.448 43.199 206.404 54.103] +/A << /S /GoTo /D (page.44) >> >> endobj -3263 0 obj +3282 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [105.074 43.916 117.029 54.103] -/A << /S /GoTo /D (page.31) >> +/Rect [338.103 712.567 350.058 722.754] +/A << /S /GoTo /D (page.32) >> >> endobj -3264 0 obj +3283 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [120.018 43.916 131.973 54.103] -/A << /S /GoTo /D (page.38) >> +/Rect [353.047 712.567 365.002 722.754] +/A << /S /GoTo /D (page.39) >> >> endobj -3265 0 obj +3284 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [134.962 43.916 146.917 54.103] -/A << /S /GoTo /D (page.43) >> +/Rect [367.991 712.567 379.946 722.754] +/A << /S /GoTo /D (page.44) >> >> endobj -3266 0 obj +3285 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [149.906 43.916 161.861 54.103] -/A << /S /GoTo /D (page.49) >> +/Rect [382.935 712.567 394.89 722.754] +/A << /S /GoTo /D (page.50) >> >> endobj -3267 0 obj +3286 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [164.85 43.916 176.805 54.103] +/Rect [397.879 712.567 409.834 722.754] /A << /S /GoTo /D (page.71) >> >> endobj -3268 0 obj +3287 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [390.307 711.85 402.262 722.754] -/A << /S /GoTo /D (page.43) >> +/Rect [390.307 699.895 402.262 710.799] +/A << /S /GoTo /D (page.44) >> >> endobj -3269 0 obj +3288 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [376.289 699.895 388.244 710.799] -/A << /S /GoTo /D (page.49) >> +/Rect [376.289 687.94 388.244 698.844] +/A << /S /GoTo /D (page.50) >> >> endobj -3270 0 obj +3289 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [414.167 676.702 426.122 686.889] -/A << /S /GoTo /D (page.38) >> +/Rect [414.167 664.747 426.122 674.933] +/A << /S /GoTo /D (page.39) >> >> endobj -3271 0 obj +3290 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [419.078 664.747 431.033 674.933] +/Rect [419.078 652.792 431.033 662.978] /A << /S /GoTo /D (page.38) >> >> endobj -3272 0 obj +3291 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [426.929 652.074 438.884 662.978] +/Rect [426.929 640.119 438.884 651.023] /A << /S /GoTo /D (page.38) >> >> endobj -3273 0 obj +3292 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [429.15 640.119 441.106 651.023] +/Rect [429.15 628.164 441.106 639.068] /A << /S /GoTo /D (page.38) >> >> endobj -3274 0 obj +3293 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [451.138 628.164 463.093 639.068] -/A << /S /GoTo /D (page.38) >> +/Rect [451.138 616.209 463.093 627.113] +/A << /S /GoTo /D (page.39) >> >> endobj -3275 0 obj +3294 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [402.292 616.926 414.247 627.113] +/Rect [402.292 604.971 414.247 615.158] /A << /S /GoTo /D (page.38) >> >> endobj -3276 0 obj +3295 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [436.304 604.254 448.259 615.158] -/A << /S /GoTo /D (page.38) >> +/Rect [436.304 592.299 448.259 603.202] +/A << /S /GoTo /D (page.39) >> >> endobj -3277 0 obj +3296 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [417.375 592.299 429.33 603.202] -/A << /S /GoTo /D (page.38) >> +/Rect [417.375 580.343 429.33 591.247] +/A << /S /GoTo /D (page.39) >> >> endobj -3278 0 obj +3297 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [381.281 569.105 388.255 579.292] +/Rect [381.281 557.15 388.255 567.337] /A << /S /GoTo /D (page.7) >> >> endobj -3279 0 obj +3298 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] -/Rect [398.705 556.433 405.678 567.337] +/Rect [398.705 544.478 405.678 555.382] /A << /S /GoTo /D (page.9) >> >> endobj -3283 0 obj +3302 0 obj << -/D [3281 0 R /XYZ 84.039 766.262 null] +/D [3300 0 R /XYZ 84.039 766.262 null] >> endobj -3280 0 obj +3299 0 obj << -/Font << /F75 1282 0 R /F48 1171 0 R >> +/Font << /F75 1294 0 R /F48 1183 0 R >> /ProcSet [ /PDF /Text ] >> endobj -3284 0 obj +3303 0 obj [768] endobj -3286 0 obj +3305 0 obj [600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600] endobj -3287 0 obj +3306 0 obj [556 167 333 611 278 333 333 0 333 606 0 611 389 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 278 250 389 555 500 500 833 778 333 333 333 500 570 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 570 570 570 500 832 667 667 667 722 667 667 722 778 389 500 667 611 889 722 722 611 722 667 556 611 722 667 889 667 611 611 333 278 333 570 500 333 500 500 444 500 444 333 500 556 278 278 500 278 778 556 500 500 500 389 389 278 556 444 667] endobj -3288 0 obj +3307 0 obj [556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556] endobj -3289 0 obj +3308 0 obj [600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600] endobj -3290 0 obj +3309 0 obj [355 556 556 889 667 222 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 556 1015 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722 667 944 667 667 611 278 278 278 469 556 222 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 334 260 334 584 0 0 0 222 556 333 1000 556 556 333 1000 667 333 1000 0 0 0 0 0 0 333 333] endobj -3291 0 obj +3310 0 obj [611 611 167 333 611 278 333 333 0 333 584 0 611 500 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 238 278 333 474 556 556 889 722 278 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 333 333 584 584 584 611 975 722 722 722 722 667 611 778 722 278 556 722 611 833 722 778 667 778 722 667 611 722 667 944 667 667 611 333 278 333 584 556 278 556 611 556 611 556 333 611 611 278 278 556 278 889 611 611 611 611 389 556 333 611 556 778 556 556 500 389 280 389 584 0 0 0 278 556 500 1000 556 556 333 1000 667 333 1000 0 0 0 0 0 0 500 500] endobj -3292 0 obj +3311 0 obj [600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 0 0 600 600 600 600 600 600 600 600 600 600 600 0 0 0 0 0 0 600 600] endobj -3293 0 obj +3312 0 obj [500 500 167 333 556 278 333 333 0 333 675 0 556 389 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 214 250 333 420 500 500 833 778 333 333 333 500 675 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 675 675 675 500 920 611 611 667 722 611 611 722 722 333 444 667 556 833 667 722 611 722 611 500 556 722 611 833 611 556 556 389 278 389 422 500 333 500 500 444 500 444 278 500 500 278 278 444 278 722 500 500 500 500 389 389 278 500 444 667 444 444 389 400 275 400 541 0 0 0 333 500 556 889 500 500 333 1000 500 333 944 0 0 0 0 0 0 556 556] endobj -3294 0 obj +3313 0 obj [333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500] endobj -3295 0 obj +3314 0 obj [556 556 167 333 667 278 333 333 0 333 570 0 667 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 278 250 333 555 500 500 1000 833 333 333 333 500 570 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 570 570 570 500 930 722 667 722 722 667 611 778 778 389 500 778 667 944 722 778 611 778 722 556 667 722 722 1000 722 722 667 333 278 333 581 500 333 500 556 444 556 444 333 500 556 278 333 556 278 833 556 500 556 556 444 389 333 556 500 722 500 500 444 394 220 394 520 0 0 0 333 500 500 1000 500 500 333 1000 556 333 1000 0 0 0 0 0 0 500 500 350 500] endobj -3296 0 obj +3315 0 obj [556 556 167 333 611 278 333 333 0 333 564 0 611 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 180 250 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 0 0 0 333 500 444 1000 500 500 333 1000 556 333 889 0 0 0 0 0 0 444 444 350 500 1000] endobj -3297 0 obj +3316 0 obj << /Length1 1606 /Length2 8517 @@ -21835,7 +22057,7 @@ N ðê¬˜Žž|n0)3„wY}S!ë¤o4°Ø½û)go-‡Rv‡P9×£°/õ–[¯.&¢ endstream endobj -3298 0 obj +3317 0 obj << /Type /FontDescriptor /FontName /NFMLHH+NimbusMonL-Bold @@ -21848,10 +22070,10 @@ endobj /StemV 101 /XHeight 439 /CharSet (/a/c/d/e/g/h/hyphen/i/k/l/m/n/o/one/p/parenleft/parenright/period/r/s/t/u/v/x) -/FontFile 3297 0 R +/FontFile 3316 0 R >> endobj -3299 0 obj +3318 0 obj << /Length1 1612 /Length2 19259 @@ -21934,7 +22156,7 @@ r L“ék>ôC5îA_yú°˜ÃÕ ûºAiåæ!G€\`w/0Ù2Ñœ#®Aï¸ð‘„Ó†Nš[+€ˆ¤IÂ!-š(Äø@-˜b‘63NX'»3·ÚŸoË:#^i;eͳUäècíeÀT/uéÐ¥¼!°Ba‚]ž†3Iç¤×%­àVαúg‡ñ¡`-*9r!7¨aÀ`C: –9ä³L!"Õ¹p„¯Ë6áê|Üé‰ëfæÈÎoð´T×e¿'ˆ@¥˜8Ó«ÕŒ°c„Ïoù¶MÁ endstream endobj -3300 0 obj +3319 0 obj << /Type /FontDescriptor /FontName /GJJIAZ+NimbusMonL-Regu @@ -21947,10 +22169,10 @@ endobj /StemV 41 /XHeight 426 /CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/V/W/X/Y/Z/a/ampersand/asciitilde/asterisk/at/b/backslash/bar/braceleft/braceright/bracketleft/bracketright/c/colon/comma/d/dollar/e/eight/equal/exclam/f/five/four/g/greater/h/hyphen/i/j/k/l/less/m/n/nine/numbersign/o/one/p/parenleft/parenright/percent/period/plus/q/question/quotedbl/quotedblright/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero) -/FontFile 3299 0 R +/FontFile 3318 0 R >> endobj -3301 0 obj +3320 0 obj << /Length1 1630 /Length2 7918 @@ -21998,7 +22220,7 @@ sq /CÈšKÊy?²ÎçX“ñVMÒbþkªØe´)bô\òE²ÛjT…u•Éj>'è@{¾f´Ô<½wÀ§OI›¸–˜KßNîW¦š‘á'=LŸw´Ý{ûú*áØÒîb÷&ö.§*„†4··ÿŸæB\ùbô‰—–6C!7—¤}›fþM\4SÉYññ3h°þ¶E-‡Ô-ÿÿ>¡ endstream endobj -3302 0 obj +3321 0 obj << /Type /FontDescriptor /FontName /TGZAGJ+NimbusMonL-ReguObli @@ -22011,10 +22233,10 @@ endobj /StemV 43 /XHeight 426 /CharSet (/C/a/c/colon/d/e/f/five/g/h/k/l/m/n/nine/o/one/p/parenleft/parenright/period/r/s/slash/t/u) -/FontFile 3301 0 R +/FontFile 3320 0 R >> endobj -3303 0 obj +3322 0 obj << /Length1 1608 /Length2 9718 @@ -22064,7 +22286,7 @@ Z/8 ÌXmíÇëj…¼Ò¹Ó€D!¸%|XÚ#¾B\ÛøíK‘¸r”+<5È N£ö/wVK©.g6${)—£šNËÌ÷ø=ÈÞ×޻Ј‰H} 4·çäÒâL92iùöuUhlaåqríÄâñ}ô0-ýÓ •ÜLÿ¶3ÆŠú6a«FMvî#7üaª5¿pà7³; endstream endobj -3304 0 obj +3323 0 obj << /Type /FontDescriptor /FontName /VYLUBM+NimbusSanL-Bold @@ -22077,10 +22299,10 @@ endobj /StemV 141 /XHeight 532 /CharSet (/C/E/L/N/S/a/ampersand/b/bar/c/colon/d/e/eight/f/fi/five/g/greater/h/hyphen/i/j/k/l/less/m/n/o/one/p/parenleft/parenright/period/quotedbl/quotedblright/r/s/slash/t/three/two/u/underscore/v/x/y/z/zero) -/FontFile 3303 0 R +/FontFile 3322 0 R >> endobj -3305 0 obj +3324 0 obj << /Length1 1144 /Length2 5338 @@ -22114,7 +22336,7 @@ RQ ÍåÒ}ÑÕî‹Éý®(§Ä©%-”ÉÇGÇï´Þ¾Ü¾´ÝÓd£èþX3îV endstream endobj -3306 0 obj +3325 0 obj << /Type /FontDescriptor /FontName /SIGKFJ+NimbusSanL-Regu @@ -22127,10 +22349,10 @@ endobj /StemV 85 /XHeight 523 /CharSet (/I/a/b/c/d/e/five/g/h/hyphen/i/k/l/m/n/o/one/p/parenleft/parenright/period/quotedbl/quotedblright/r/s/slash/t/two/u/underscore/x/y/zero) -/FontFile 3305 0 R +/FontFile 3324 0 R >> endobj -3307 0 obj +3326 0 obj << /Length1 1177 /Length2 3355 @@ -22162,7 +22384,7 @@ K šuÆ/•ÖzæTÜÏÍ»üqí¤H¢¤ðöLÈøÇ=A0sÕHäöQúò¢7ØëŒK!ü§1BRº¥£=5RTZieúñÅ3Þ…Š³o"ÏG-Q÷Ií–‹3ôì~‰þnÊ>Ï¿ð?]tÿ‘ endstream endobj -3308 0 obj +3327 0 obj << /Type /FontDescriptor /FontName /QXOUKF+NimbusSanL-ReguItal @@ -22175,10 +22397,10 @@ endobj /StemV 88 /XHeight 523 /CharSet (/b/c/d/e/j/m/o/p/r/s/u) -/FontFile 3307 0 R +/FontFile 3326 0 R >> endobj -3309 0 obj +3328 0 obj << /Length1 1601 /Length2 1067 @@ -22196,7 +22418,7 @@ B ¼ÝMPëŽÕ•¢ƒX¸~l|x%ÞIèî± ŠºR—¡úU]ÂKÏ]mD%Ï.Ý­Ùè×öän…P×àqBS²¤­w²5zœ«„‡sŵòEî'Î|hÔ±îâW{=í¢5ׯ1Ò¾nŠÜŒÆ¨A¶>«ÛvôÌõAý§í#šfvžã'Ï[žk›Qwµ~lbl¢ Ú´Ì_Éå5Û––\ Ðô4ãÇž¼ìX‰îÖ¢¾É:f]Ùèy¥CøpAö÷!WÝßZrDtYmKë»-­>‹´XÝõQê ÇW=ûûØ1Ó‚¹§¬9]ËzL endstream endobj -3310 0 obj +3329 0 obj << /Type /FontDescriptor /FontName /EVVVKN+StandardSymL @@ -22209,10 +22431,10 @@ endobj /StemV 0 /XHeight 400 /CharSet (/Omega) -/FontFile 3309 0 R +/FontFile 3328 0 R >> endobj -3311 0 obj +3330 0 obj << /Length1 1626 /Length2 17595 @@ -22289,7 +22511,7 @@ ZSp :ƒÍL±:š$2a `…}À`;–’È ËŠ H\’ŸÏA¥|!t„`²Äe•žñJZ,¾A¸±JÁ7@ endstream endobj -3312 0 obj +3331 0 obj << /Type /FontDescriptor /FontName /GGPMDS+NimbusRomNo9L-Medi @@ -22302,10 +22524,10 @@ endobj /StemV 140 /XHeight 461 /CharSet (/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Z/a/b/backslash/bar/bracketleft/bracketright/c/colon/comma/d/dollar/e/eight/endash/equal/exclam/f/fi/five/fl/four/g/greater/h/hyphen/i/j/k/l/less/m/n/nine/numbersign/o/one/p/parenleft/parenright/period/plus/q/quotedblleft/quotedblright/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero) -/FontFile 3311 0 R +/FontFile 3330 0 R >> endobj -3313 0 obj +3332 0 obj << /Length1 1642 /Length2 8195 @@ -22351,7 +22573,7 @@ q jM}Üær{]»iQõ0㉺úˆдÏAä+=‡½ñ«ëø endstream endobj -3314 0 obj +3333 0 obj << /Type /FontDescriptor /FontName /GVBYSS+NimbusRomNo9L-MediItal @@ -22364,10 +22586,10 @@ endobj /StemV 120 /XHeight 462 /CharSet (/A/a/c/e/f/fl/g/hyphen/i/k/l/m/n/o/r/s/t/two/u/v/w/zero) -/FontFile 3313 0 R +/FontFile 3332 0 R >> endobj -3315 0 obj +3334 0 obj << /Length1 1630 /Length2 21264 @@ -22461,7 +22683,7 @@ FB&¼as Ôþsæ¡…œ$l) †%翊D  Xþ"¼iÜÙcÂÊ/Ê¡”(SR¢×»¦;¢éÁÒœÜ#݆¬ÐïÒÉæÐ.6J7 endstream endobj -3316 0 obj +3335 0 obj << /Type /FontDescriptor /FontName /BKXEXS+NimbusRomNo9L-Regu @@ -22474,10 +22696,10 @@ endobj /StemV 85 /XHeight 450 /CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/a/ampersand/asciicircum/asciitilde/asterisk/at/b/backslash/bar/braceleft/braceright/bracketleft/bracketright/bullet/c/colon/comma/d/dollar/e/eight/emdash/endash/equal/exclam/f/fi/five/fl/four/g/greater/h/hyphen/i/j/k/l/less/m/n/nine/numbersign/o/one/p/parenleft/parenright/percent/period/plus/q/question/quotedbl/quotedblleft/quotedblright/quoteleft/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero) -/FontFile 3315 0 R +/FontFile 3334 0 R >> endobj -3317 0 obj +3336 0 obj << /Length1 1644 /Length2 14742 @@ -22550,7 +22772,7 @@ dNzÖ“^"Am3 æü7ßúd¥ŽÞÝÈ V Þ–ÿ:ŽÅf†ÌÄ=O9Ä{º$AÚ øZ()ü÷ëÉ뇭ûQr^Ù¦ ÷vzùj3ß endstream endobj -3318 0 obj +3337 0 obj << /Type /FontDescriptor /FontName /TUDKET+NimbusRomNo9L-Regu-Slant_167 @@ -22563,10 +22785,10 @@ endobj /StemV 85 /XHeight 450 /CharSet (/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/a/b/colon/comma/d/e/eight/f/five/four/g/h/hyphen/i/l/m/n/nine/o/one/parenleft/parenright/period/r/s/seven/six/slash/three/two/u/v/zero) -/FontFile 3317 0 R +/FontFile 3336 0 R >> endobj -3319 0 obj +3338 0 obj << /Length1 1647 /Length2 18871 @@ -22659,7 +22881,7 @@ Em ƒ†K¢ˆ¹—56»•ryð¾Q’Ú혥!¶ÛÇ#Aµ§~ß:c=\RüØYø²þùFá·ãÍzg˜Ê5Œ„@Vó!?m'Ùö#H)±Ã"œ¬û Ö6¼}Õ‡Ï,k!ħä÷~?Qc†µ~x endstream endobj -3320 0 obj +3339 0 obj << /Type /FontDescriptor /FontName /WGBCQW+NimbusRomNo9L-ReguItal @@ -22672,402 +22894,430 @@ endobj /StemV 78 /XHeight 441 /CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/V/W/X/Y/a/asterisk/b/backslash/braceleft/braceright/bracketleft/bracketright/c/colon/comma/d/dollar/e/eight/equal/exclam/f/fi/five/fl/four/g/greater/h/hyphen/i/j/k/l/less/m/n/nine/numbersign/o/one/p/parenleft/parenright/percent/period/q/quotedbl/quotedblright/quoteright/r/s/seven/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero) -/FontFile 3319 0 R +/FontFile 3338 0 R >> endobj -3285 0 obj +3304 0 obj << /Type /Encoding /Differences [2/fi/fl 33/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 147/quotedblleft/quotedblright/bullet/endash/emdash] >> endobj -1658 0 obj +1676 0 obj << /Type /Font /Subtype /Type1 /BaseFont /NFMLHH+NimbusMonL-Bold -/FontDescriptor 3298 0 R +/FontDescriptor 3317 0 R /FirstChar 40 /LastChar 120 -/Widths 3289 0 R -/Encoding 3285 0 R +/Widths 3308 0 R +/Encoding 3304 0 R >> endobj -1502 0 obj +1518 0 obj << /Type /Font /Subtype /Type1 /BaseFont /GJJIAZ+NimbusMonL-Regu -/FontDescriptor 3300 0 R +/FontDescriptor 3319 0 R /FirstChar 33 /LastChar 148 -/Widths 3292 0 R -/Encoding 3285 0 R +/Widths 3311 0 R +/Encoding 3304 0 R >> endobj -1834 0 obj +1852 0 obj << /Type /Font /Subtype /Type1 /BaseFont /TGZAGJ+NimbusMonL-ReguObli -/FontDescriptor 3302 0 R +/FontDescriptor 3321 0 R /FirstChar 40 /LastChar 117 -/Widths 3286 0 R -/Encoding 3285 0 R +/Widths 3305 0 R +/Encoding 3304 0 R >> endobj -1525 0 obj +1542 0 obj << /Type /Font /Subtype /Type1 /BaseFont /VYLUBM+NimbusSanL-Bold -/FontDescriptor 3304 0 R +/FontDescriptor 3323 0 R /FirstChar 2 /LastChar 148 -/Widths 3291 0 R -/Encoding 3285 0 R +/Widths 3310 0 R +/Encoding 3304 0 R >> endobj -1526 0 obj +1543 0 obj << /Type /Font /Subtype /Type1 /BaseFont /SIGKFJ+NimbusSanL-Regu -/FontDescriptor 3306 0 R +/FontDescriptor 3325 0 R /FirstChar 34 /LastChar 148 -/Widths 3290 0 R -/Encoding 3285 0 R +/Widths 3309 0 R +/Encoding 3304 0 R >> endobj -1672 0 obj +1698 0 obj << /Type /Font /Subtype /Type1 /BaseFont /QXOUKF+NimbusSanL-ReguItal -/FontDescriptor 3308 0 R +/FontDescriptor 3327 0 R /FirstChar 98 /LastChar 117 -/Widths 3288 0 R -/Encoding 3285 0 R +/Widths 3307 0 R +/Encoding 3304 0 R >> endobj -2100 0 obj +2121 0 obj << /Type /Font /Subtype /Type1 /BaseFont /EVVVKN+StandardSymL -/FontDescriptor 3310 0 R +/FontDescriptor 3329 0 R /FirstChar 87 /LastChar 87 -/Widths 3284 0 R +/Widths 3303 0 R >> endobj -1221 0 obj +1233 0 obj << /Type /Font /Subtype /Type1 /BaseFont /GGPMDS+NimbusRomNo9L-Medi -/FontDescriptor 3312 0 R +/FontDescriptor 3331 0 R /FirstChar 2 /LastChar 150 -/Widths 3295 0 R -/Encoding 3285 0 R +/Widths 3314 0 R +/Encoding 3304 0 R >> endobj -1722 0 obj +1737 0 obj << /Type /Font /Subtype /Type1 /BaseFont /GVBYSS+NimbusRomNo9L-MediItal -/FontDescriptor 3314 0 R +/FontDescriptor 3333 0 R /FirstChar 3 /LastChar 119 -/Widths 3287 0 R -/Encoding 3285 0 R +/Widths 3306 0 R +/Encoding 3304 0 R >> endobj -1171 0 obj +1183 0 obj << /Type /Font /Subtype /Type1 /BaseFont /BKXEXS+NimbusRomNo9L-Regu -/FontDescriptor 3316 0 R +/FontDescriptor 3335 0 R /FirstChar 2 /LastChar 151 -/Widths 3296 0 R -/Encoding 3285 0 R +/Widths 3315 0 R +/Encoding 3304 0 R >> endobj -1343 0 obj +1355 0 obj << /Type /Font /Subtype /Type1 /BaseFont /WGBCQW+NimbusRomNo9L-ReguItal -/FontDescriptor 3320 0 R +/FontDescriptor 3339 0 R /FirstChar 2 /LastChar 148 -/Widths 3293 0 R -/Encoding 3285 0 R +/Widths 3312 0 R +/Encoding 3304 0 R >> endobj -1282 0 obj +1294 0 obj << /Type /Font /Subtype /Type1 /BaseFont /TUDKET+NimbusRomNo9L-Regu-Slant_167 -/FontDescriptor 3318 0 R +/FontDescriptor 3337 0 R /FirstChar 40 /LastChar 118 -/Widths 3294 0 R -/Encoding 3285 0 R +/Widths 3313 0 R +/Encoding 3304 0 R >> endobj -1172 0 obj +1184 0 obj << /Type /Pages /Count 6 -/Parent 3321 0 R -/Kids [1166 0 R 1218 0 R 1279 0 R 1340 0 R 1394 0 R 1453 0 R] +/Parent 3340 0 R +/Kids [1178 0 R 1230 0 R 1291 0 R 1352 0 R 1409 0 R 1468 0 R] >> endobj -1492 0 obj +1507 0 obj << /Type /Pages /Count 6 -/Parent 3321 0 R -/Kids [1489 0 R 1499 0 R 1507 0 R 1522 0 R 1529 0 R 1537 0 R] +/Parent 3340 0 R +/Kids [1504 0 R 1515 0 R 1523 0 R 1539 0 R 1546 0 R 1554 0 R] >> endobj -1549 0 obj +1566 0 obj << /Type /Pages /Count 6 -/Parent 3321 0 R -/Kids [1544 0 R 1553 0 R 1557 0 R 1564 0 R 1568 0 R 1572 0 R] +/Parent 3340 0 R +/Kids [1561 0 R 1570 0 R 1574 0 R 1581 0 R 1585 0 R 1589 0 R] >> endobj -1588 0 obj +1605 0 obj << /Type /Pages /Count 6 -/Parent 3321 0 R -/Kids [1578 0 R 1591 0 R 1602 0 R 1612 0 R 1625 0 R 1635 0 R] +/Parent 3340 0 R +/Kids [1595 0 R 1608 0 R 1619 0 R 1628 0 R 1642 0 R 1652 0 R] >> endobj -1642 0 obj +1659 0 obj << /Type /Pages /Count 6 -/Parent 3321 0 R -/Kids [1639 0 R 1648 0 R 1655 0 R 1660 0 R 1664 0 R 1669 0 R] +/Parent 3340 0 R +/Kids [1656 0 R 1665 0 R 1672 0 R 1678 0 R 1682 0 R 1686 0 R] >> endobj -1683 0 obj +1699 0 obj << /Type /Pages /Count 6 -/Parent 3321 0 R -/Kids [1679 0 R 1686 0 R 1694 0 R 1701 0 R 1707 0 R 1714 0 R] +/Parent 3340 0 R +/Kids [1695 0 R 1702 0 R 1709 0 R 1714 0 R 1721 0 R 1727 0 R] >> endobj -1723 0 obj +1738 0 obj << /Type /Pages /Count 6 -/Parent 3322 0 R -/Kids [1719 0 R 1727 0 R 1732 0 R 1741 0 R 1749 0 R 1755 0 R] +/Parent 3341 0 R +/Kids [1734 0 R 1741 0 R 1746 0 R 1753 0 R 1760 0 R 1769 0 R] >> endobj -1764 0 obj +1778 0 obj << /Type /Pages /Count 6 -/Parent 3322 0 R -/Kids [1761 0 R 1766 0 R 1770 0 R 1775 0 R 1779 0 R 1783 0 R] +/Parent 3341 0 R +/Kids [1774 0 R 1781 0 R 1785 0 R 1789 0 R 1794 0 R 1798 0 R] >> endobj -1794 0 obj +1805 0 obj << /Type /Pages /Count 6 -/Parent 3322 0 R -/Kids [1791 0 R 1797 0 R 1801 0 R 1806 0 R 1813 0 R 1818 0 R] +/Parent 3341 0 R +/Kids [1802 0 R 1811 0 R 1816 0 R 1820 0 R 1825 0 R 1831 0 R] >> endobj -1827 0 obj +1840 0 obj << /Type /Pages /Count 6 -/Parent 3322 0 R -/Kids [1823 0 R 1831 0 R 1837 0 R 1850 0 R 1857 0 R 1871 0 R] +/Parent 3341 0 R +/Kids [1836 0 R 1843 0 R 1849 0 R 1856 0 R 1869 0 R 1876 0 R] >> endobj -1881 0 obj +1893 0 obj << /Type /Pages /Count 6 -/Parent 3322 0 R -/Kids [1878 0 R 1887 0 R 1891 0 R 1895 0 R 1899 0 R 1904 0 R] +/Parent 3341 0 R +/Kids [1890 0 R 1898 0 R 1905 0 R 1909 0 R 1913 0 R 1918 0 R] >> endobj -1914 0 obj +1928 0 obj << /Type /Pages /Count 6 -/Parent 3322 0 R -/Kids [1911 0 R 1916 0 R 1924 0 R 1931 0 R 1936 0 R 1941 0 R] +/Parent 3341 0 R +/Kids [1925 0 R 1930 0 R 1938 0 R 1945 0 R 1950 0 R 1956 0 R] >> endobj -1952 0 obj +1966 0 obj << /Type /Pages /Count 6 -/Parent 3323 0 R -/Kids [1949 0 R 1959 0 R 1967 0 R 1974 0 R 1978 0 R 1984 0 R] +/Parent 3342 0 R +/Kids [1963 0 R 1973 0 R 1980 0 R 1985 0 R 1992 0 R 1999 0 R] >> endobj -1997 0 obj +2011 0 obj << /Type /Pages /Count 6 -/Parent 3323 0 R -/Kids [1994 0 R 1999 0 R 2003 0 R 2007 0 R 2011 0 R 2015 0 R] +/Parent 3342 0 R +/Kids [2003 0 R 2015 0 R 2020 0 R 2024 0 R 2028 0 R 2032 0 R] >> endobj -2024 0 obj +2039 0 obj << /Type /Pages /Count 6 -/Parent 3323 0 R -/Kids [2020 0 R 2027 0 R 2033 0 R 2045 0 R 2057 0 R 2066 0 R] +/Parent 3342 0 R +/Kids [2036 0 R 2042 0 R 2046 0 R 2052 0 R 2058 0 R 2074 0 R] >> endobj -2077 0 obj +2088 0 obj << /Type /Pages /Count 6 -/Parent 3323 0 R -/Kids [2074 0 R 2079 0 R 2083 0 R 2088 0 R 2097 0 R 2104 0 R] +/Parent 3342 0 R +/Kids [2085 0 R 2092 0 R 2100 0 R 2104 0 R 2109 0 R 2118 0 R] >> endobj -2116 0 obj +2128 0 obj << /Type /Pages /Count 6 -/Parent 3323 0 R -/Kids [2108 0 R 2119 0 R 2134 0 R 2138 0 R 2142 0 R 2152 0 R] +/Parent 3342 0 R +/Kids [2125 0 R 2130 0 R 2140 0 R 2155 0 R 2159 0 R 2163 0 R] >> endobj -2170 0 obj +2178 0 obj << /Type /Pages /Count 6 -/Parent 3323 0 R -/Kids [2167 0 R 2196 0 R 2226 0 R 2239 0 R 2252 0 R 2273 0 R] +/Parent 3342 0 R +/Kids [2173 0 R 2189 0 R 2217 0 R 2247 0 R 2260 0 R 2273 0 R] >> endobj -2310 0 obj +2302 0 obj << /Type /Pages /Count 6 -/Parent 3324 0 R -/Kids [2292 0 R 2312 0 R 2316 0 R 2320 0 R 2324 0 R 2328 0 R] +/Parent 3343 0 R +/Kids [2294 0 R 2314 0 R 2333 0 R 2337 0 R 2341 0 R 2345 0 R] >> endobj -2337 0 obj +2352 0 obj << /Type /Pages /Count 6 -/Parent 3324 0 R -/Kids [2333 0 R 2339 0 R 2343 0 R 2347 0 R 2351 0 R 2358 0 R] +/Parent 3343 0 R +/Kids [2349 0 R 2355 0 R 2360 0 R 2364 0 R 2368 0 R 2372 0 R] >> endobj -2372 0 obj +2384 0 obj << /Type /Pages /Count 6 -/Parent 3324 0 R -/Kids [2364 0 R 2374 0 R 2380 0 R 2384 0 R 2389 0 R 2393 0 R] +/Parent 3343 0 R +/Kids [2379 0 R 2386 0 R 2395 0 R 2401 0 R 2405 0 R 2410 0 R] >> endobj -2400 0 obj +2417 0 obj << /Type /Pages /Count 6 -/Parent 3324 0 R -/Kids [2397 0 R 2404 0 R 2548 0 R 2695 0 R 2868 0 R 3026 0 R] +/Parent 3343 0 R +/Kids [2414 0 R 2419 0 R 2425 0 R 2568 0 R 2713 0 R 2887 0 R] >> endobj -3188 0 obj +3047 0 obj << /Type /Pages -/Count 2 -/Parent 3324 0 R -/Kids [3185 0 R 3281 0 R] +/Count 3 +/Parent 3343 0 R +/Kids [3044 0 R 3202 0 R 3300 0 R] >> endobj -3321 0 obj +3340 0 obj << /Type /Pages /Count 36 -/Parent 3325 0 R -/Kids [1172 0 R 1492 0 R 1549 0 R 1588 0 R 1642 0 R 1683 0 R] +/Parent 3344 0 R +/Kids [1184 0 R 1507 0 R 1566 0 R 1605 0 R 1659 0 R 1699 0 R] >> endobj -3322 0 obj +3341 0 obj << /Type /Pages /Count 36 -/Parent 3325 0 R -/Kids [1723 0 R 1764 0 R 1794 0 R 1827 0 R 1881 0 R 1914 0 R] +/Parent 3344 0 R +/Kids [1738 0 R 1778 0 R 1805 0 R 1840 0 R 1893 0 R 1928 0 R] >> endobj -3323 0 obj +3342 0 obj << /Type /Pages /Count 36 -/Parent 3325 0 R -/Kids [1952 0 R 1997 0 R 2024 0 R 2077 0 R 2116 0 R 2170 0 R] +/Parent 3344 0 R +/Kids [1966 0 R 2011 0 R 2039 0 R 2088 0 R 2128 0 R 2178 0 R] +>> +endobj +3343 0 obj +<< +/Type /Pages +/Count 27 +/Parent 3344 0 R +/Kids [2302 0 R 2352 0 R 2384 0 R 2417 0 R 3047 0 R] +>> +endobj +3344 0 obj +<< +/Type /Pages +/Count 135 +/Kids [3340 0 R 3341 0 R 3342 0 R 3343 0 R] +>> +endobj +3345 0 obj +<< +/Type /Outlines +/First 3 0 R +/Last 1175 0 R +/Count 10 >> endobj -3324 0 obj +1175 0 obj << -/Type /Pages -/Count 26 -/Parent 3325 0 R -/Kids [2310 0 R 2337 0 R 2372 0 R 2400 0 R 3188 0 R] +/Title 1176 0 R +/A 1173 0 R +/Parent 3345 0 R +/Prev 1163 0 R >> endobj -3325 0 obj +1171 0 obj << -/Type /Pages -/Count 134 -/Kids [3321 0 R 3322 0 R 3323 0 R 3324 0 R] +/Title 1172 0 R +/A 1169 0 R +/Parent 1163 0 R +/Prev 1167 0 R >> endobj -3326 0 obj +1167 0 obj << -/Type /Outlines -/First 3 0 R -/Last 1163 0 R -/Count 10 +/Title 1168 0 R +/A 1165 0 R +/Parent 1163 0 R +/Next 1171 0 R >> endobj 1163 0 obj << /Title 1164 0 R /A 1161 0 R -/Parent 3326 0 R -/Prev 1151 0 R +/Parent 3345 0 R +/Prev 1083 0 R +/Next 1175 0 R +/First 1167 0 R +/Last 1171 0 R +/Count -2 >> endobj 1159 0 obj << /Title 1160 0 R /A 1157 0 R -/Parent 1151 0 R +/Parent 1083 0 R /Prev 1155 0 R >> endobj @@ -23075,7 +23325,8 @@ endobj << /Title 1156 0 R /A 1153 0 R -/Parent 1151 0 R +/Parent 1083 0 R +/Prev 1087 0 R /Next 1159 0 R >> endobj @@ -23083,28 +23334,25 @@ endobj << /Title 1152 0 R /A 1149 0 R -/Parent 3326 0 R -/Prev 1071 0 R -/Next 1163 0 R -/First 1155 0 R -/Last 1159 0 R -/Count -2 +/Parent 1087 0 R +/Prev 1147 0 R >> endobj 1147 0 obj << /Title 1148 0 R /A 1145 0 R -/Parent 1071 0 R +/Parent 1087 0 R /Prev 1143 0 R +/Next 1151 0 R >> endobj 1143 0 obj << /Title 1144 0 R /A 1141 0 R -/Parent 1071 0 R -/Prev 1075 0 R +/Parent 1087 0 R +/Prev 1139 0 R /Next 1147 0 R >> endobj @@ -23112,15 +23360,16 @@ endobj << /Title 1140 0 R /A 1137 0 R -/Parent 1075 0 R +/Parent 1087 0 R /Prev 1135 0 R +/Next 1143 0 R >> endobj 1135 0 obj << /Title 1136 0 R /A 1133 0 R -/Parent 1075 0 R +/Parent 1087 0 R /Prev 1131 0 R /Next 1139 0 R >> @@ -23129,7 +23378,7 @@ endobj << /Title 1132 0 R /A 1129 0 R -/Parent 1075 0 R +/Parent 1087 0 R /Prev 1127 0 R /Next 1135 0 R >> @@ -23138,7 +23387,7 @@ endobj << /Title 1128 0 R /A 1125 0 R -/Parent 1075 0 R +/Parent 1087 0 R /Prev 1123 0 R /Next 1131 0 R >> @@ -23147,7 +23396,7 @@ endobj << /Title 1124 0 R /A 1121 0 R -/Parent 1075 0 R +/Parent 1087 0 R /Prev 1119 0 R /Next 1127 0 R >> @@ -23156,7 +23405,7 @@ endobj << /Title 1120 0 R /A 1117 0 R -/Parent 1075 0 R +/Parent 1087 0 R /Prev 1115 0 R /Next 1123 0 R >> @@ -23165,7 +23414,7 @@ endobj << /Title 1116 0 R /A 1113 0 R -/Parent 1075 0 R +/Parent 1087 0 R /Prev 1111 0 R /Next 1119 0 R >> @@ -23174,7 +23423,7 @@ endobj << /Title 1112 0 R /A 1109 0 R -/Parent 1075 0 R +/Parent 1087 0 R /Prev 1107 0 R /Next 1115 0 R >> @@ -23183,7 +23432,7 @@ endobj << /Title 1108 0 R /A 1105 0 R -/Parent 1075 0 R +/Parent 1087 0 R /Prev 1103 0 R /Next 1111 0 R >> @@ -23192,7 +23441,7 @@ endobj << /Title 1104 0 R /A 1101 0 R -/Parent 1075 0 R +/Parent 1087 0 R /Prev 1099 0 R /Next 1107 0 R >> @@ -23201,7 +23450,7 @@ endobj << /Title 1100 0 R /A 1097 0 R -/Parent 1075 0 R +/Parent 1087 0 R /Prev 1095 0 R /Next 1103 0 R >> @@ -23210,7 +23459,7 @@ endobj << /Title 1096 0 R /A 1093 0 R -/Parent 1075 0 R +/Parent 1087 0 R /Prev 1091 0 R /Next 1099 0 R >> @@ -23219,8 +23468,7 @@ endobj << /Title 1092 0 R /A 1089 0 R -/Parent 1075 0 R -/Prev 1087 0 R +/Parent 1087 0 R /Next 1095 0 R >> endobj @@ -23228,64 +23476,65 @@ endobj << /Title 1088 0 R /A 1085 0 R -/Parent 1075 0 R -/Prev 1083 0 R -/Next 1091 0 R +/Parent 1083 0 R +/Next 1155 0 R +/First 1091 0 R +/Last 1151 0 R +/Count -16 >> endobj 1083 0 obj << /Title 1084 0 R /A 1081 0 R -/Parent 1075 0 R -/Prev 1079 0 R -/Next 1087 0 R +/Parent 3345 0 R +/Prev 1039 0 R +/Next 1163 0 R +/First 1087 0 R +/Last 1159 0 R +/Count -3 >> endobj 1079 0 obj << /Title 1080 0 R /A 1077 0 R -/Parent 1075 0 R -/Next 1083 0 R +/Parent 1039 0 R +/Prev 1075 0 R >> endobj 1075 0 obj << /Title 1076 0 R /A 1073 0 R -/Parent 1071 0 R -/Next 1143 0 R -/First 1079 0 R -/Last 1139 0 R -/Count -16 +/Parent 1039 0 R +/Prev 1071 0 R +/Next 1079 0 R >> endobj 1071 0 obj << /Title 1072 0 R /A 1069 0 R -/Parent 3326 0 R -/Prev 1027 0 R -/Next 1151 0 R -/First 1075 0 R -/Last 1147 0 R -/Count -3 +/Parent 1039 0 R +/Prev 1067 0 R +/Next 1075 0 R >> endobj 1067 0 obj << /Title 1068 0 R /A 1065 0 R -/Parent 1027 0 R +/Parent 1039 0 R /Prev 1063 0 R +/Next 1071 0 R >> endobj 1063 0 obj << /Title 1064 0 R /A 1061 0 R -/Parent 1027 0 R +/Parent 1039 0 R /Prev 1059 0 R /Next 1067 0 R >> @@ -23294,7 +23543,7 @@ endobj << /Title 1060 0 R /A 1057 0 R -/Parent 1027 0 R +/Parent 1039 0 R /Prev 1055 0 R /Next 1063 0 R >> @@ -23303,7 +23552,7 @@ endobj << /Title 1056 0 R /A 1053 0 R -/Parent 1027 0 R +/Parent 1039 0 R /Prev 1051 0 R /Next 1059 0 R >> @@ -23312,7 +23561,7 @@ endobj << /Title 1052 0 R /A 1049 0 R -/Parent 1027 0 R +/Parent 1039 0 R /Prev 1047 0 R /Next 1055 0 R >> @@ -23321,7 +23570,7 @@ endobj << /Title 1048 0 R /A 1045 0 R -/Parent 1027 0 R +/Parent 1039 0 R /Prev 1043 0 R /Next 1051 0 R >> @@ -23330,8 +23579,7 @@ endobj << /Title 1044 0 R /A 1041 0 R -/Parent 1027 0 R -/Prev 1039 0 R +/Parent 1039 0 R /Next 1047 0 R >> endobj @@ -23339,25 +23587,28 @@ endobj << /Title 1040 0 R /A 1037 0 R -/Parent 1027 0 R -/Prev 1035 0 R -/Next 1043 0 R +/Parent 3345 0 R +/Prev 1003 0 R +/Next 1083 0 R +/First 1043 0 R +/Last 1079 0 R +/Count -10 >> endobj 1035 0 obj << /Title 1036 0 R /A 1033 0 R -/Parent 1027 0 R +/Parent 1003 0 R /Prev 1031 0 R -/Next 1039 0 R >> endobj 1031 0 obj << /Title 1032 0 R /A 1029 0 R -/Parent 1027 0 R +/Parent 1003 0 R +/Prev 1027 0 R /Next 1035 0 R >> endobj @@ -23365,27 +23616,25 @@ endobj << /Title 1028 0 R /A 1025 0 R -/Parent 3326 0 R -/Prev 991 0 R -/Next 1071 0 R -/First 1031 0 R -/Last 1067 0 R -/Count -10 +/Parent 1003 0 R +/Prev 1023 0 R +/Next 1031 0 R >> endobj 1023 0 obj << /Title 1024 0 R /A 1021 0 R -/Parent 991 0 R +/Parent 1003 0 R /Prev 1019 0 R +/Next 1027 0 R >> endobj 1019 0 obj << /Title 1020 0 R /A 1017 0 R -/Parent 991 0 R +/Parent 1003 0 R /Prev 1015 0 R /Next 1023 0 R >> @@ -23394,7 +23643,7 @@ endobj << /Title 1016 0 R /A 1013 0 R -/Parent 991 0 R +/Parent 1003 0 R /Prev 1011 0 R /Next 1019 0 R >> @@ -23403,7 +23652,7 @@ endobj << /Title 1012 0 R /A 1009 0 R -/Parent 991 0 R +/Parent 1003 0 R /Prev 1007 0 R /Next 1015 0 R >> @@ -23412,8 +23661,7 @@ endobj << /Title 1008 0 R /A 1005 0 R -/Parent 991 0 R -/Prev 1003 0 R +/Parent 1003 0 R /Next 1011 0 R >> endobj @@ -23421,61 +23669,62 @@ endobj << /Title 1004 0 R /A 1001 0 R -/Parent 991 0 R -/Prev 999 0 R -/Next 1007 0 R +/Parent 3345 0 R +/Prev 963 0 R +/Next 1039 0 R +/First 1007 0 R +/Last 1035 0 R +/Count -8 >> endobj 999 0 obj << /Title 1000 0 R /A 997 0 R -/Parent 991 0 R -/Prev 995 0 R -/Next 1003 0 R +/Parent 963 0 R +/Prev 967 0 R >> endobj 995 0 obj << /Title 996 0 R /A 993 0 R -/Parent 991 0 R -/Next 999 0 R +/Parent 967 0 R +/Prev 991 0 R >> endobj 991 0 obj << /Title 992 0 R /A 989 0 R -/Parent 3326 0 R -/Prev 951 0 R -/Next 1027 0 R -/First 995 0 R -/Last 1023 0 R -/Count -8 +/Parent 967 0 R +/Prev 987 0 R +/Next 995 0 R >> endobj 987 0 obj << /Title 988 0 R /A 985 0 R -/Parent 951 0 R -/Prev 955 0 R +/Parent 967 0 R +/Prev 983 0 R +/Next 991 0 R >> endobj 983 0 obj << /Title 984 0 R /A 981 0 R -/Parent 955 0 R +/Parent 967 0 R /Prev 979 0 R +/Next 987 0 R >> endobj 979 0 obj << /Title 980 0 R /A 977 0 R -/Parent 955 0 R +/Parent 967 0 R /Prev 975 0 R /Next 983 0 R >> @@ -23484,7 +23733,7 @@ endobj << /Title 976 0 R /A 973 0 R -/Parent 955 0 R +/Parent 967 0 R /Prev 971 0 R /Next 979 0 R >> @@ -23493,8 +23742,7 @@ endobj << /Title 972 0 R /A 969 0 R -/Parent 955 0 R -/Prev 967 0 R +/Parent 967 0 R /Next 975 0 R >> endobj @@ -23502,26 +23750,31 @@ endobj << /Title 968 0 R /A 965 0 R -/Parent 955 0 R -/Prev 963 0 R -/Next 971 0 R +/Parent 963 0 R +/Next 999 0 R +/First 971 0 R +/Last 995 0 R +/Count -7 >> endobj 963 0 obj << /Title 964 0 R /A 961 0 R -/Parent 955 0 R -/Prev 959 0 R -/Next 967 0 R +/Parent 3345 0 R +/Prev 611 0 R +/Next 1003 0 R +/First 967 0 R +/Last 999 0 R +/Count -2 >> endobj 959 0 obj << /Title 960 0 R /A 957 0 R -/Parent 955 0 R -/Next 963 0 R +/Parent 951 0 R +/Prev 955 0 R >> endobj 955 0 obj @@ -23529,21 +23782,17 @@ endobj /Title 956 0 R /A 953 0 R /Parent 951 0 R -/Next 987 0 R -/First 959 0 R -/Last 983 0 R -/Count -7 +/Next 959 0 R >> endobj 951 0 obj << /Title 952 0 R /A 949 0 R -/Parent 3326 0 R -/Prev 599 0 R -/Next 991 0 R +/Parent 835 0 R +/Prev 943 0 R /First 955 0 R -/Last 987 0 R +/Last 959 0 R /Count -2 >> endobj @@ -23551,61 +23800,63 @@ endobj << /Title 948 0 R /A 945 0 R -/Parent 939 0 R -/Prev 943 0 R +/Parent 943 0 R >> endobj 943 0 obj << /Title 944 0 R /A 941 0 R -/Parent 939 0 R -/Next 947 0 R +/Parent 835 0 R +/Prev 927 0 R +/Next 951 0 R +/First 947 0 R +/Last 947 0 R +/Count -1 >> endobj 939 0 obj << /Title 940 0 R /A 937 0 R -/Parent 823 0 R -/Prev 931 0 R -/First 943 0 R -/Last 947 0 R -/Count -2 +/Parent 927 0 R +/Prev 935 0 R >> endobj 935 0 obj << /Title 936 0 R /A 933 0 R -/Parent 931 0 R +/Parent 927 0 R +/Prev 931 0 R +/Next 939 0 R >> endobj 931 0 obj << /Title 932 0 R /A 929 0 R -/Parent 823 0 R -/Prev 915 0 R -/Next 939 0 R -/First 935 0 R -/Last 935 0 R -/Count -1 +/Parent 927 0 R +/Next 935 0 R >> endobj 927 0 obj << /Title 928 0 R /A 925 0 R -/Parent 915 0 R +/Parent 835 0 R /Prev 923 0 R +/Next 943 0 R +/First 931 0 R +/Last 939 0 R +/Count -3 >> endobj 923 0 obj << /Title 924 0 R /A 921 0 R -/Parent 915 0 R +/Parent 835 0 R /Prev 919 0 R /Next 927 0 R >> @@ -23614,7 +23865,8 @@ endobj << /Title 920 0 R /A 917 0 R -/Parent 915 0 R +/Parent 835 0 R +/Prev 915 0 R /Next 923 0 R >> endobj @@ -23622,19 +23874,16 @@ endobj << /Title 916 0 R /A 913 0 R -/Parent 823 0 R +/Parent 835 0 R /Prev 911 0 R -/Next 931 0 R -/First 919 0 R -/Last 927 0 R -/Count -3 +/Next 919 0 R >> endobj 911 0 obj << /Title 912 0 R /A 909 0 R -/Parent 823 0 R +/Parent 835 0 R /Prev 907 0 R /Next 915 0 R >> @@ -23643,7 +23892,7 @@ endobj << /Title 908 0 R /A 905 0 R -/Parent 823 0 R +/Parent 835 0 R /Prev 903 0 R /Next 911 0 R >> @@ -23652,7 +23901,7 @@ endobj << /Title 904 0 R /A 901 0 R -/Parent 823 0 R +/Parent 835 0 R /Prev 899 0 R /Next 907 0 R >> @@ -23661,7 +23910,7 @@ endobj << /Title 900 0 R /A 897 0 R -/Parent 823 0 R +/Parent 835 0 R /Prev 895 0 R /Next 903 0 R >> @@ -23670,7 +23919,7 @@ endobj << /Title 896 0 R /A 893 0 R -/Parent 823 0 R +/Parent 835 0 R /Prev 891 0 R /Next 899 0 R >> @@ -23679,7 +23928,7 @@ endobj << /Title 892 0 R /A 889 0 R -/Parent 823 0 R +/Parent 835 0 R /Prev 887 0 R /Next 895 0 R >> @@ -23688,7 +23937,7 @@ endobj << /Title 888 0 R /A 885 0 R -/Parent 823 0 R +/Parent 835 0 R /Prev 883 0 R /Next 891 0 R >> @@ -23697,7 +23946,7 @@ endobj << /Title 884 0 R /A 881 0 R -/Parent 823 0 R +/Parent 835 0 R /Prev 879 0 R /Next 887 0 R >> @@ -23706,7 +23955,7 @@ endobj << /Title 880 0 R /A 877 0 R -/Parent 823 0 R +/Parent 835 0 R /Prev 875 0 R /Next 883 0 R >> @@ -23715,7 +23964,7 @@ endobj << /Title 876 0 R /A 873 0 R -/Parent 823 0 R +/Parent 835 0 R /Prev 871 0 R /Next 879 0 R >> @@ -23724,7 +23973,7 @@ endobj << /Title 872 0 R /A 869 0 R -/Parent 823 0 R +/Parent 835 0 R /Prev 867 0 R /Next 875 0 R >> @@ -23733,8 +23982,8 @@ endobj << /Title 868 0 R /A 865 0 R -/Parent 823 0 R -/Prev 863 0 R +/Parent 835 0 R +/Prev 843 0 R /Next 871 0 R >> endobj @@ -23742,16 +23991,15 @@ endobj << /Title 864 0 R /A 861 0 R -/Parent 823 0 R +/Parent 843 0 R /Prev 859 0 R -/Next 867 0 R >> endobj 859 0 obj << /Title 860 0 R /A 857 0 R -/Parent 823 0 R +/Parent 843 0 R /Prev 855 0 R /Next 863 0 R >> @@ -23760,8 +24008,8 @@ endobj << /Title 856 0 R /A 853 0 R -/Parent 823 0 R -/Prev 831 0 R +/Parent 843 0 R +/Prev 851 0 R /Next 859 0 R >> endobj @@ -23769,16 +24017,16 @@ endobj << /Title 852 0 R /A 849 0 R -/Parent 831 0 R +/Parent 843 0 R /Prev 847 0 R +/Next 855 0 R >> endobj 847 0 obj << /Title 848 0 R /A 845 0 R -/Parent 831 0 R -/Prev 843 0 R +/Parent 843 0 R /Next 851 0 R >> endobj @@ -23786,17 +24034,19 @@ endobj << /Title 844 0 R /A 841 0 R -/Parent 831 0 R +/Parent 835 0 R /Prev 839 0 R -/Next 847 0 R +/Next 867 0 R +/First 847 0 R +/Last 863 0 R +/Count -5 >> endobj 839 0 obj << /Title 840 0 R /A 837 0 R -/Parent 831 0 R -/Prev 835 0 R +/Parent 835 0 R /Next 843 0 R >> endobj @@ -23804,8 +24054,11 @@ endobj << /Title 836 0 R /A 833 0 R -/Parent 831 0 R -/Next 839 0 R +/Parent 611 0 R +/Prev 767 0 R +/First 839 0 R +/Last 951 0 R +/Count -20 >> endobj 831 0 obj @@ -23814,10 +24067,6 @@ endobj /A 829 0 R /Parent 823 0 R /Prev 827 0 R -/Next 855 0 R -/First 835 0 R -/Last 851 0 R -/Count -5 >> endobj 827 0 obj @@ -23832,18 +24081,18 @@ endobj << /Title 824 0 R /A 821 0 R -/Parent 599 0 R -/Prev 755 0 R +/Parent 767 0 R +/Prev 799 0 R /First 827 0 R -/Last 939 0 R -/Count -20 +/Last 831 0 R +/Count -2 >> endobj 819 0 obj << /Title 820 0 R /A 817 0 R -/Parent 811 0 R +/Parent 799 0 R /Prev 815 0 R >> endobj @@ -23851,7 +24100,8 @@ endobj << /Title 816 0 R /A 813 0 R -/Parent 811 0 R +/Parent 799 0 R +/Prev 811 0 R /Next 819 0 R >> endobj @@ -23859,27 +24109,25 @@ endobj << /Title 812 0 R /A 809 0 R -/Parent 755 0 R -/Prev 787 0 R -/First 815 0 R -/Last 819 0 R -/Count -2 +/Parent 799 0 R +/Prev 807 0 R +/Next 815 0 R >> endobj 807 0 obj << /Title 808 0 R /A 805 0 R -/Parent 787 0 R +/Parent 799 0 R /Prev 803 0 R +/Next 811 0 R >> endobj 803 0 obj << /Title 804 0 R /A 801 0 R -/Parent 787 0 R -/Prev 799 0 R +/Parent 799 0 R /Next 807 0 R >> endobj @@ -23887,16 +24135,19 @@ endobj << /Title 800 0 R /A 797 0 R -/Parent 787 0 R +/Parent 767 0 R /Prev 795 0 R -/Next 803 0 R +/Next 823 0 R +/First 803 0 R +/Last 819 0 R +/Count -5 >> endobj 795 0 obj << /Title 796 0 R /A 793 0 R -/Parent 787 0 R +/Parent 767 0 R /Prev 791 0 R /Next 799 0 R >> @@ -23905,7 +24156,8 @@ endobj << /Title 792 0 R /A 789 0 R -/Parent 787 0 R +/Parent 767 0 R +/Prev 787 0 R /Next 795 0 R >> endobj @@ -23913,19 +24165,16 @@ endobj << /Title 788 0 R /A 785 0 R -/Parent 755 0 R +/Parent 767 0 R /Prev 783 0 R -/Next 811 0 R -/First 791 0 R -/Last 807 0 R -/Count -5 +/Next 791 0 R >> endobj 783 0 obj << /Title 784 0 R /A 781 0 R -/Parent 755 0 R +/Parent 767 0 R /Prev 779 0 R /Next 787 0 R >> @@ -23934,7 +24183,7 @@ endobj << /Title 780 0 R /A 777 0 R -/Parent 755 0 R +/Parent 767 0 R /Prev 775 0 R /Next 783 0 R >> @@ -23943,7 +24192,7 @@ endobj << /Title 776 0 R /A 773 0 R -/Parent 755 0 R +/Parent 767 0 R /Prev 771 0 R /Next 779 0 R >> @@ -23952,8 +24201,7 @@ endobj << /Title 772 0 R /A 769 0 R -/Parent 755 0 R -/Prev 767 0 R +/Parent 767 0 R /Next 775 0 R >> endobj @@ -23961,25 +24209,28 @@ endobj << /Title 768 0 R /A 765 0 R -/Parent 755 0 R -/Prev 763 0 R -/Next 771 0 R +/Parent 611 0 R +/Prev 739 0 R +/Next 835 0 R +/First 771 0 R +/Last 823 0 R +/Count -9 >> endobj 763 0 obj << /Title 764 0 R /A 761 0 R -/Parent 755 0 R +/Parent 743 0 R /Prev 759 0 R -/Next 767 0 R >> endobj 759 0 obj << /Title 760 0 R /A 757 0 R -/Parent 755 0 R +/Parent 743 0 R +/Prev 755 0 R /Next 763 0 R >> endobj @@ -23987,28 +24238,25 @@ endobj << /Title 756 0 R /A 753 0 R -/Parent 599 0 R -/Prev 727 0 R -/Next 823 0 R -/First 759 0 R -/Last 811 0 R -/Count -9 +/Parent 743 0 R +/Prev 751 0 R +/Next 759 0 R >> endobj 751 0 obj << /Title 752 0 R /A 749 0 R -/Parent 731 0 R +/Parent 743 0 R /Prev 747 0 R +/Next 755 0 R >> endobj 747 0 obj << /Title 748 0 R /A 745 0 R -/Parent 731 0 R -/Prev 743 0 R +/Parent 743 0 R /Next 751 0 R >> endobj @@ -24016,18 +24264,22 @@ endobj << /Title 744 0 R /A 741 0 R -/Parent 731 0 R -/Prev 739 0 R -/Next 747 0 R +/Parent 739 0 R +/First 747 0 R +/Last 763 0 R +/Count -5 >> endobj 739 0 obj << /Title 740 0 R /A 737 0 R -/Parent 731 0 R -/Prev 735 0 R -/Next 743 0 R +/Parent 611 0 R +/Prev 731 0 R +/Next 767 0 R +/First 743 0 R +/Last 743 0 R +/Count -1 >> endobj 735 0 obj @@ -24035,73 +24287,68 @@ endobj /Title 736 0 R /A 733 0 R /Parent 731 0 R -/Next 739 0 R >> endobj 731 0 obj << /Title 732 0 R /A 729 0 R -/Parent 727 0 R +/Parent 611 0 R +/Prev 667 0 R +/Next 739 0 R /First 735 0 R -/Last 751 0 R -/Count -5 +/Last 735 0 R +/Count -1 >> endobj 727 0 obj << /Title 728 0 R /A 725 0 R -/Parent 599 0 R -/Prev 719 0 R -/Next 755 0 R -/First 731 0 R -/Last 731 0 R -/Count -1 +/Parent 667 0 R +/Prev 723 0 R >> endobj 723 0 obj << /Title 724 0 R /A 721 0 R -/Parent 719 0 R +/Parent 667 0 R +/Prev 719 0 R +/Next 727 0 R >> endobj 719 0 obj << /Title 720 0 R /A 717 0 R -/Parent 599 0 R -/Prev 655 0 R -/Next 727 0 R -/First 723 0 R -/Last 723 0 R -/Count -1 +/Parent 667 0 R +/Prev 715 0 R +/Next 723 0 R >> endobj 715 0 obj << /Title 716 0 R /A 713 0 R -/Parent 655 0 R -/Prev 711 0 R +/Parent 667 0 R +/Prev 703 0 R +/Next 719 0 R >> endobj 711 0 obj << /Title 712 0 R /A 709 0 R -/Parent 655 0 R +/Parent 703 0 R /Prev 707 0 R -/Next 715 0 R >> endobj 707 0 obj << /Title 708 0 R /A 705 0 R -/Parent 655 0 R -/Prev 703 0 R +/Parent 703 0 R /Next 711 0 R >> endobj @@ -24109,37 +24356,39 @@ endobj << /Title 704 0 R /A 701 0 R -/Parent 655 0 R -/Prev 691 0 R -/Next 707 0 R +/Parent 667 0 R +/Prev 695 0 R +/Next 715 0 R +/First 707 0 R +/Last 711 0 R +/Count -2 >> endobj 699 0 obj << /Title 700 0 R /A 697 0 R -/Parent 691 0 R -/Prev 695 0 R +/Parent 695 0 R >> endobj 695 0 obj << /Title 696 0 R /A 693 0 R -/Parent 691 0 R -/Next 699 0 R +/Parent 667 0 R +/Prev 683 0 R +/Next 703 0 R +/First 699 0 R +/Last 699 0 R +/Count -1 >> endobj 691 0 obj << /Title 692 0 R /A 689 0 R -/Parent 655 0 R -/Prev 683 0 R -/Next 703 0 R -/First 695 0 R -/Last 699 0 R -/Count -2 +/Parent 683 0 R +/Prev 687 0 R >> endobj 687 0 obj @@ -24147,93 +24396,92 @@ endobj /Title 688 0 R /A 685 0 R /Parent 683 0 R +/Next 691 0 R >> endobj 683 0 obj << /Title 684 0 R /A 681 0 R -/Parent 655 0 R -/Prev 671 0 R -/Next 691 0 R +/Parent 667 0 R +/Prev 675 0 R +/Next 695 0 R /First 687 0 R -/Last 687 0 R -/Count -1 +/Last 691 0 R +/Count -2 >> endobj 679 0 obj << /Title 680 0 R /A 677 0 R -/Parent 671 0 R -/Prev 675 0 R +/Parent 675 0 R >> endobj 675 0 obj << /Title 676 0 R /A 673 0 R -/Parent 671 0 R -/Next 679 0 R +/Parent 667 0 R +/Prev 671 0 R +/Next 683 0 R +/First 679 0 R +/Last 679 0 R +/Count -1 >> endobj 671 0 obj << /Title 672 0 R /A 669 0 R -/Parent 655 0 R -/Prev 663 0 R -/Next 683 0 R -/First 675 0 R -/Last 679 0 R -/Count -2 +/Parent 667 0 R +/Next 675 0 R >> endobj 667 0 obj << /Title 668 0 R /A 665 0 R -/Parent 663 0 R +/Parent 611 0 R +/Prev 663 0 R +/Next 731 0 R +/First 671 0 R +/Last 727 0 R +/Count -9 >> endobj 663 0 obj << /Title 664 0 R /A 661 0 R -/Parent 655 0 R -/Prev 659 0 R -/Next 671 0 R -/First 667 0 R -/Last 667 0 R -/Count -1 +/Parent 611 0 R +/Prev 615 0 R +/Next 667 0 R >> endobj 659 0 obj << /Title 660 0 R /A 657 0 R -/Parent 655 0 R -/Next 663 0 R +/Parent 643 0 R +/Prev 655 0 R >> endobj 655 0 obj << /Title 656 0 R /A 653 0 R -/Parent 599 0 R +/Parent 643 0 R /Prev 651 0 R -/Next 719 0 R -/First 659 0 R -/Last 715 0 R -/Count -9 +/Next 659 0 R >> endobj 651 0 obj << /Title 652 0 R /A 649 0 R -/Parent 599 0 R -/Prev 603 0 R +/Parent 643 0 R +/Prev 647 0 R /Next 655 0 R >> endobj @@ -24241,25 +24489,27 @@ endobj << /Title 648 0 R /A 645 0 R -/Parent 631 0 R -/Prev 643 0 R +/Parent 643 0 R +/Next 651 0 R >> endobj 643 0 obj << /Title 644 0 R /A 641 0 R -/Parent 631 0 R +/Parent 615 0 R /Prev 639 0 R -/Next 647 0 R +/First 647 0 R +/Last 659 0 R +/Count -4 >> endobj 639 0 obj << /Title 640 0 R /A 637 0 R -/Parent 631 0 R -/Prev 635 0 R +/Parent 615 0 R +/Prev 627 0 R /Next 643 0 R >> endobj @@ -24267,28 +24517,28 @@ endobj << /Title 636 0 R /A 633 0 R -/Parent 631 0 R -/Next 639 0 R +/Parent 627 0 R +/Prev 631 0 R >> endobj 631 0 obj << /Title 632 0 R /A 629 0 R -/Parent 603 0 R -/Prev 627 0 R -/First 635 0 R -/Last 647 0 R -/Count -4 +/Parent 627 0 R +/Next 635 0 R >> endobj 627 0 obj << /Title 628 0 R /A 625 0 R -/Parent 603 0 R -/Prev 615 0 R -/Next 631 0 R +/Parent 615 0 R +/Prev 623 0 R +/Next 639 0 R +/First 631 0 R +/Last 635 0 R +/Count -2 >> endobj 623 0 obj @@ -24297,6 +24547,7 @@ endobj /A 621 0 R /Parent 615 0 R /Prev 619 0 R +/Next 627 0 R >> endobj 619 0 obj @@ -24311,102 +24562,104 @@ endobj << /Title 616 0 R /A 613 0 R -/Parent 603 0 R -/Prev 611 0 R -/Next 627 0 R +/Parent 611 0 R +/Next 663 0 R /First 619 0 R -/Last 623 0 R -/Count -2 +/Last 643 0 R +/Count -5 >> endobj 611 0 obj << /Title 612 0 R /A 609 0 R -/Parent 603 0 R -/Prev 607 0 R -/Next 615 0 R +/Parent 3345 0 R +/Prev 143 0 R +/Next 963 0 R +/First 615 0 R +/Last 835 0 R +/Count -7 >> endobj 607 0 obj << /Title 608 0 R /A 605 0 R -/Parent 603 0 R -/Next 611 0 R +/Parent 143 0 R +/Prev 603 0 R >> endobj 603 0 obj << /Title 604 0 R /A 601 0 R -/Parent 599 0 R -/Next 651 0 R -/First 607 0 R -/Last 631 0 R -/Count -5 +/Parent 143 0 R +/Prev 579 0 R +/Next 607 0 R >> endobj 599 0 obj << /Title 600 0 R /A 597 0 R -/Parent 3326 0 R -/Prev 143 0 R -/Next 951 0 R -/First 603 0 R -/Last 823 0 R -/Count -7 +/Parent 579 0 R +/Prev 595 0 R >> endobj 595 0 obj << /Title 596 0 R /A 593 0 R -/Parent 143 0 R -/Prev 591 0 R +/Parent 579 0 R +/Prev 583 0 R +/Next 599 0 R >> endobj 591 0 obj << /Title 592 0 R /A 589 0 R -/Parent 143 0 R -/Prev 567 0 R -/Next 595 0 R +/Parent 583 0 R +/Prev 587 0 R >> endobj 587 0 obj << /Title 588 0 R /A 585 0 R -/Parent 567 0 R -/Prev 583 0 R +/Parent 583 0 R +/Next 591 0 R >> endobj 583 0 obj << /Title 584 0 R /A 581 0 R -/Parent 567 0 R -/Prev 571 0 R -/Next 587 0 R +/Parent 579 0 R +/Next 595 0 R +/First 587 0 R +/Last 591 0 R +/Count -2 >> endobj 579 0 obj << /Title 580 0 R /A 577 0 R -/Parent 571 0 R -/Prev 575 0 R +/Parent 143 0 R +/Prev 547 0 R +/Next 603 0 R +/First 583 0 R +/Last 599 0 R +/Count -3 >> endobj 575 0 obj << /Title 576 0 R /A 573 0 R -/Parent 571 0 R -/Next 579 0 R +/Parent 547 0 R +/Prev 567 0 R >> endobj 571 0 obj @@ -24414,30 +24667,26 @@ endobj /Title 572 0 R /A 569 0 R /Parent 567 0 R -/Next 583 0 R -/First 575 0 R -/Last 579 0 R -/Count -2 >> endobj 567 0 obj << /Title 568 0 R /A 565 0 R -/Parent 143 0 R -/Prev 535 0 R -/Next 591 0 R +/Parent 547 0 R +/Prev 555 0 R +/Next 575 0 R /First 571 0 R -/Last 587 0 R -/Count -3 +/Last 571 0 R +/Count -1 >> endobj 563 0 obj << /Title 564 0 R /A 561 0 R -/Parent 535 0 R -/Prev 555 0 R +/Parent 555 0 R +/Prev 559 0 R >> endobj 559 0 obj @@ -24445,53 +24694,56 @@ endobj /Title 560 0 R /A 557 0 R /Parent 555 0 R +/Next 563 0 R >> endobj 555 0 obj << /Title 556 0 R /A 553 0 R -/Parent 535 0 R -/Prev 543 0 R -/Next 563 0 R +/Parent 547 0 R +/Prev 551 0 R +/Next 567 0 R /First 559 0 R -/Last 559 0 R -/Count -1 +/Last 563 0 R +/Count -2 >> endobj 551 0 obj << /Title 552 0 R /A 549 0 R -/Parent 543 0 R -/Prev 547 0 R +/Parent 547 0 R +/Next 555 0 R >> endobj 547 0 obj << /Title 548 0 R /A 545 0 R -/Parent 543 0 R -/Next 551 0 R +/Parent 143 0 R +/Prev 543 0 R +/Next 579 0 R +/First 551 0 R +/Last 575 0 R +/Count -4 >> endobj 543 0 obj << /Title 544 0 R /A 541 0 R -/Parent 535 0 R +/Parent 143 0 R /Prev 539 0 R -/Next 555 0 R -/First 547 0 R -/Last 551 0 R -/Count -2 +/Next 547 0 R >> endobj 539 0 obj << /Title 540 0 R /A 537 0 R -/Parent 535 0 R +/Parent 143 0 R +/Prev 511 0 R /Next 543 0 R >> endobj @@ -24499,19 +24751,15 @@ endobj << /Title 536 0 R /A 533 0 R -/Parent 143 0 R +/Parent 511 0 R /Prev 531 0 R -/Next 567 0 R -/First 539 0 R -/Last 563 0 R -/Count -4 >> endobj 531 0 obj << /Title 532 0 R /A 529 0 R -/Parent 143 0 R +/Parent 511 0 R /Prev 527 0 R /Next 535 0 R >> @@ -24520,8 +24768,8 @@ endobj << /Title 528 0 R /A 525 0 R -/Parent 143 0 R -/Prev 499 0 R +/Parent 511 0 R +/Prev 515 0 R /Next 531 0 R >> endobj @@ -24529,7 +24777,7 @@ endobj << /Title 524 0 R /A 521 0 R -/Parent 499 0 R +/Parent 515 0 R /Prev 519 0 R >> endobj @@ -24537,8 +24785,7 @@ endobj << /Title 520 0 R /A 517 0 R -/Parent 499 0 R -/Prev 515 0 R +/Parent 515 0 R /Next 523 0 R >> endobj @@ -24546,24 +24793,31 @@ endobj << /Title 516 0 R /A 513 0 R -/Parent 499 0 R -/Prev 503 0 R -/Next 519 0 R +/Parent 511 0 R +/Next 527 0 R +/First 519 0 R +/Last 523 0 R +/Count -2 >> endobj 511 0 obj << /Title 512 0 R /A 509 0 R -/Parent 503 0 R +/Parent 143 0 R /Prev 507 0 R +/Next 539 0 R +/First 515 0 R +/Last 535 0 R +/Count -4 >> endobj 507 0 obj << /Title 508 0 R /A 505 0 R -/Parent 503 0 R +/Parent 143 0 R +/Prev 491 0 R /Next 511 0 R >> endobj @@ -24571,31 +24825,24 @@ endobj << /Title 504 0 R /A 501 0 R -/Parent 499 0 R -/Next 515 0 R -/First 507 0 R -/Last 511 0 R -/Count -2 +/Parent 491 0 R +/Prev 499 0 R >> endobj 499 0 obj << /Title 500 0 R /A 497 0 R -/Parent 143 0 R +/Parent 491 0 R /Prev 495 0 R -/Next 527 0 R -/First 503 0 R -/Last 523 0 R -/Count -4 +/Next 503 0 R >> endobj 495 0 obj << /Title 496 0 R /A 493 0 R -/Parent 143 0 R -/Prev 479 0 R +/Parent 491 0 R /Next 499 0 R >> endobj @@ -24603,24 +24850,28 @@ endobj << /Title 492 0 R /A 489 0 R -/Parent 479 0 R -/Prev 487 0 R +/Parent 143 0 R +/Prev 443 0 R +/Next 507 0 R +/First 495 0 R +/Last 503 0 R +/Count -3 >> endobj 487 0 obj << /Title 488 0 R /A 485 0 R -/Parent 479 0 R +/Parent 443 0 R /Prev 483 0 R -/Next 491 0 R >> endobj 483 0 obj << /Title 484 0 R /A 481 0 R -/Parent 479 0 R +/Parent 443 0 R +/Prev 479 0 R /Next 487 0 R >> endobj @@ -24628,27 +24879,25 @@ endobj << /Title 480 0 R /A 477 0 R -/Parent 143 0 R -/Prev 431 0 R -/Next 495 0 R -/First 483 0 R -/Last 491 0 R -/Count -3 +/Parent 443 0 R +/Prev 475 0 R +/Next 483 0 R >> endobj 475 0 obj << /Title 476 0 R /A 473 0 R -/Parent 431 0 R +/Parent 443 0 R /Prev 471 0 R +/Next 479 0 R >> endobj 471 0 obj << /Title 472 0 R /A 469 0 R -/Parent 431 0 R +/Parent 443 0 R /Prev 467 0 R /Next 475 0 R >> @@ -24657,8 +24906,8 @@ endobj << /Title 468 0 R /A 465 0 R -/Parent 431 0 R -/Prev 463 0 R +/Parent 443 0 R +/Prev 447 0 R /Next 471 0 R >> endobj @@ -24666,16 +24915,15 @@ endobj << /Title 464 0 R /A 461 0 R -/Parent 431 0 R +/Parent 447 0 R /Prev 459 0 R -/Next 467 0 R >> endobj 459 0 obj << /Title 460 0 R /A 457 0 R -/Parent 431 0 R +/Parent 447 0 R /Prev 455 0 R /Next 463 0 R >> @@ -24684,8 +24932,8 @@ endobj << /Title 456 0 R /A 453 0 R -/Parent 431 0 R -/Prev 435 0 R +/Parent 447 0 R +/Prev 451 0 R /Next 459 0 R >> endobj @@ -24693,33 +24941,39 @@ endobj << /Title 452 0 R /A 449 0 R -/Parent 435 0 R -/Prev 447 0 R +/Parent 447 0 R +/Next 455 0 R >> endobj 447 0 obj << /Title 448 0 R /A 445 0 R -/Parent 435 0 R -/Prev 443 0 R -/Next 451 0 R +/Parent 443 0 R +/Next 467 0 R +/First 451 0 R +/Last 463 0 R +/Count -4 >> endobj 443 0 obj << /Title 444 0 R /A 441 0 R -/Parent 435 0 R +/Parent 143 0 R /Prev 439 0 R -/Next 447 0 R +/Next 491 0 R +/First 447 0 R +/Last 487 0 R +/Count -7 >> endobj 439 0 obj << /Title 440 0 R /A 437 0 R -/Parent 435 0 R +/Parent 143 0 R +/Prev 435 0 R /Next 443 0 R >> endobj @@ -24727,30 +24981,24 @@ endobj << /Title 436 0 R /A 433 0 R -/Parent 431 0 R -/Next 455 0 R -/First 439 0 R -/Last 451 0 R -/Count -4 +/Parent 143 0 R +/Prev 315 0 R +/Next 439 0 R >> endobj 431 0 obj << /Title 432 0 R /A 429 0 R -/Parent 143 0 R +/Parent 315 0 R /Prev 427 0 R -/Next 479 0 R -/First 435 0 R -/Last 475 0 R -/Count -7 >> endobj 427 0 obj << /Title 428 0 R /A 425 0 R -/Parent 143 0 R +/Parent 315 0 R /Prev 423 0 R /Next 431 0 R >> @@ -24759,8 +25007,8 @@ endobj << /Title 424 0 R /A 421 0 R -/Parent 143 0 R -/Prev 315 0 R +/Parent 315 0 R +/Prev 419 0 R /Next 427 0 R >> endobj @@ -24770,6 +25018,7 @@ endobj /A 417 0 R /Parent 315 0 R /Prev 415 0 R +/Next 423 0 R >> endobj 415 0 obj @@ -24795,7 +25044,7 @@ endobj /Title 408 0 R /A 405 0 R /Parent 315 0 R -/Prev 403 0 R +/Prev 395 0 R /Next 411 0 R >> endobj @@ -24803,17 +25052,15 @@ endobj << /Title 404 0 R /A 401 0 R -/Parent 315 0 R +/Parent 395 0 R /Prev 399 0 R -/Next 407 0 R >> endobj 399 0 obj << /Title 400 0 R /A 397 0 R -/Parent 315 0 R -/Prev 387 0 R +/Parent 395 0 R /Next 403 0 R >> endobj @@ -24821,36 +25068,40 @@ endobj << /Title 396 0 R /A 393 0 R -/Parent 387 0 R -/Prev 391 0 R +/Parent 315 0 R +/Prev 383 0 R +/Next 407 0 R +/First 399 0 R +/Last 403 0 R +/Count -2 >> endobj 391 0 obj << /Title 392 0 R /A 389 0 R -/Parent 387 0 R -/Next 395 0 R +/Parent 383 0 R +/Prev 387 0 R >> endobj 387 0 obj << /Title 388 0 R /A 385 0 R -/Parent 315 0 R -/Prev 375 0 R -/Next 399 0 R -/First 391 0 R -/Last 395 0 R -/Count -2 +/Parent 383 0 R +/Next 391 0 R >> endobj 383 0 obj << /Title 384 0 R /A 381 0 R -/Parent 375 0 R -/Prev 379 0 R +/Parent 315 0 R +/Prev 375 0 R +/Next 395 0 R +/First 387 0 R +/Last 391 0 R +/Count -2 >> endobj 379 0 obj @@ -24858,7 +25109,6 @@ endobj /Title 380 0 R /A 377 0 R /Parent 375 0 R -/Next 383 0 R >> endobj 375 0 obj @@ -24867,10 +25117,10 @@ endobj /A 373 0 R /Parent 315 0 R /Prev 359 0 R -/Next 387 0 R +/Next 383 0 R /First 379 0 R -/Last 383 0 R -/Count -2 +/Last 379 0 R +/Count -1 >> endobj 371 0 obj @@ -25006,10 +25256,10 @@ endobj /A 313 0 R /Parent 143 0 R /Prev 311 0 R -/Next 423 0 R +/Next 435 0 R /First 319 0 R -/Last 419 0 R -/Count -10 +/Last 431 0 R +/Count -12 >> endobj 311 0 obj @@ -25397,11 +25647,11 @@ endobj << /Title 144 0 R /A 141 0 R -/Parent 3326 0 R +/Parent 3345 0 R /Prev 35 0 R -/Next 599 0 R +/Next 611 0 R /First 147 0 R -/Last 595 0 R +/Last 607 0 R /Count -17 >> endobj @@ -25644,7 +25894,7 @@ endobj << /Title 36 0 R /A 33 0 R -/Parent 3326 0 R +/Parent 3345 0 R /Prev 3 0 R /Next 143 0 R /First 39 0 R @@ -25717,4131 +25967,4157 @@ endobj << /Title 4 0 R /A 1 0 R -/Parent 3326 0 R +/Parent 3345 0 R /Next 35 0 R /First 7 0 R /Last 31 0 R /Count -7 >> endobj -3327 0 obj -<< -/Names [(Doc-Start) 1170 0 R (Hfootnote.1) 1510 0 R (Hfootnote.10) 1835 0 R (Hfootnote.11) 1840 0 R (Hfootnote.12) 1861 0 R (Hfootnote.13) 1862 0 R] -/Limits [(Doc-Start) (Hfootnote.13)] ->> -endobj -3328 0 obj -<< -/Names [(Hfootnote.14) 1863 0 R (Hfootnote.15) 1864 0 R (Hfootnote.16) 1865 0 R (Hfootnote.17) 1866 0 R (Hfootnote.18) 1928 0 R (Hfootnote.19) 2023 0 R] -/Limits [(Hfootnote.14) (Hfootnote.19)] ->> -endobj -3329 0 obj -<< -/Names [(Hfootnote.2) 1511 0 R (Hfootnote.20) 2055 0 R (Hfootnote.21) 2069 0 R (Hfootnote.22) 2072 0 R (Hfootnote.23) 2246 0 R (Hfootnote.24) 2261 0 R] -/Limits [(Hfootnote.2) (Hfootnote.24)] ->> -endobj -3330 0 obj -<< -/Names [(Hfootnote.25) 2280 0 R (Hfootnote.26) 2309 0 R (Hfootnote.27) 2336 0 R (Hfootnote.3) 1512 0 R (Hfootnote.4) 1629 0 R (Hfootnote.5) 1682 0 R] -/Limits [(Hfootnote.25) (Hfootnote.5)] ->> -endobj -3331 0 obj -<< -/Names [(Hfootnote.6) 1744 0 R (Hfootnote.7) 1758 0 R (Hfootnote.8) 1809 0 R (Hfootnote.9) 1816 0 R (Item.1) 1560 0 R (Item.10) 1594 0 R] -/Limits [(Hfootnote.6) (Item.10)] ->> -endobj -3332 0 obj -<< -/Names [(Item.11) 1606 0 R (Item.12) 1607 0 R (Item.13) 1615 0 R (Item.14) 1616 0 R (Item.15) 1987 0 R (Item.16) 1988 0 R] -/Limits [(Item.11) (Item.16)] ->> -endobj -3333 0 obj -<< -/Names [(Item.17) 1989 0 R (Item.18) 1990 0 R (Item.19) 1991 0 R (Item.2) 1561 0 R (Item.20) 1992 0 R (Item.21) 2039 0 R] -/Limits [(Item.17) (Item.21)] ->> -endobj -3334 0 obj -<< -/Names [(Item.22) 2040 0 R (Item.23) 2041 0 R (Item.24) 2048 0 R (Item.25) 2049 0 R (Item.26) 2050 0 R (Item.27) 2051 0 R] -/Limits [(Item.22) (Item.27)] ->> -endobj -3335 0 obj -<< -/Names [(Item.28) 2052 0 R (Item.29) 2053 0 R (Item.3) 1562 0 R (Item.30) 2054 0 R (Item.31) 2060 0 R (Item.32) 2061 0 R] -/Limits [(Item.28) (Item.32)] ->> -endobj -3336 0 obj -<< -/Names [(Item.33) 2070 0 R (Item.34) 2071 0 R (Item.35) 2256 0 R (Item.36) 2257 0 R (Item.37) 2258 0 R (Item.38) 2259 0 R] -/Limits [(Item.33) (Item.38)] ->> -endobj -3337 0 obj -<< -/Names [(Item.39) 2260 0 R (Item.4) 1581 0 R (Item.40) 2296 0 R (Item.41) 2297 0 R (Item.42) 2298 0 R (Item.43) 2300 0 R] -/Limits [(Item.39) (Item.43)] ->> -endobj -3338 0 obj -<< -/Names [(Item.44) 2302 0 R (Item.45) 2303 0 R (Item.46) 2304 0 R (Item.47) 2305 0 R (Item.48) 2306 0 R (Item.49) 2307 0 R] -/Limits [(Item.44) (Item.49)] ->> -endobj -3339 0 obj -<< -/Names [(Item.5) 1583 0 R (Item.50) 2308 0 R (Item.6) 1584 0 R (Item.7) 1585 0 R (Item.8) 1586 0 R (Item.9) 1587 0 R] -/Limits [(Item.5) (Item.9)] ->> -endobj -3340 0 obj -<< -/Names [(chapter*.1) 1220 0 R (chapter.1) 2 0 R (chapter.10) 1162 0 R (chapter.2) 34 0 R (chapter.3) 142 0 R (chapter.4) 598 0 R] -/Limits [(chapter*.1) (chapter.4)] ->> -endobj -3341 0 obj -<< -/Names [(chapter.5) 950 0 R (chapter.6) 990 0 R (chapter.7) 1026 0 R (chapter.8) 1070 0 R (chapter.9) 1150 0 R (page.1) 1169 0 R] -/Limits [(chapter.5) (page.1)] ->> -endobj -3342 0 obj -<< -/Names [(page.10) 1531 0 R (page.100) 2144 0 R (page.101) 2154 0 R (page.102) 2169 0 R (page.103) 2198 0 R (page.104) 2228 0 R] -/Limits [(page.10) (page.104)] ->> -endobj -3343 0 obj -<< -/Names [(page.105) 2241 0 R (page.106) 2254 0 R (page.107) 2275 0 R (page.108) 2294 0 R (page.109) 2314 0 R (page.11) 1539 0 R] -/Limits [(page.105) (page.11)] ->> -endobj -3344 0 obj -<< -/Names [(page.110) 2318 0 R (page.111) 2322 0 R (page.112) 2326 0 R (page.113) 2330 0 R (page.114) 2335 0 R (page.115) 2341 0 R] -/Limits [(page.110) (page.115)] ->> -endobj -3345 0 obj -<< -/Names [(page.116) 2345 0 R (page.117) 2349 0 R (page.118) 2353 0 R (page.119) 2360 0 R (page.12) 1546 0 R (page.120) 2366 0 R] -/Limits [(page.116) (page.120)] ->> -endobj 3346 0 obj << -/Names [(page.121) 2376 0 R (page.122) 2382 0 R (page.123) 2386 0 R (page.124) 2391 0 R (page.125) 2395 0 R (page.126) 2399 0 R] -/Limits [(page.121) (page.126)] +/Names [(Doc-Start) 1182 0 R (Hfootnote.1) 1526 0 R (Hfootnote.10) 1839 0 R (Hfootnote.11) 1853 0 R (Hfootnote.12) 1859 0 R (Hfootnote.13) 1880 0 R] +/Limits [(Doc-Start) (Hfootnote.13)] >> endobj 3347 0 obj << -/Names [(page.127) 2406 0 R (page.128) 2550 0 R (page.129) 2697 0 R (page.13) 1555 0 R (page.130) 2870 0 R (page.131) 3028 0 R] -/Limits [(page.127) (page.131)] +/Names [(Hfootnote.14) 1881 0 R (Hfootnote.15) 1882 0 R (Hfootnote.16) 1883 0 R (Hfootnote.17) 1884 0 R (Hfootnote.18) 1885 0 R (Hfootnote.19) 1942 0 R] +/Limits [(Hfootnote.14) (Hfootnote.19)] >> endobj 3348 0 obj << -/Names [(page.132) 3187 0 R (page.133) 3283 0 R (page.14) 1559 0 R (page.15) 1566 0 R (page.16) 1570 0 R (page.17) 1574 0 R] -/Limits [(page.132) (page.17)] +/Names [(Hfootnote.2) 1527 0 R (Hfootnote.20) 2049 0 R (Hfootnote.21) 2070 0 R (Hfootnote.22) 2095 0 R (Hfootnote.23) 2098 0 R (Hfootnote.24) 2267 0 R] +/Limits [(Hfootnote.2) (Hfootnote.24)] >> endobj 3349 0 obj << -/Names [(page.18) 1580 0 R (page.19) 1593 0 R (page.2) 1281 0 R (page.20) 1604 0 R (page.21) 1614 0 R (page.22) 1627 0 R] -/Limits [(page.18) (page.22)] +/Names [(Hfootnote.25) 2282 0 R (Hfootnote.26) 2301 0 R (Hfootnote.27) 2331 0 R (Hfootnote.28) 2358 0 R (Hfootnote.3) 1528 0 R (Hfootnote.4) 1529 0 R] +/Limits [(Hfootnote.25) (Hfootnote.4)] >> endobj 3350 0 obj << -/Names [(page.23) 1637 0 R (page.24) 1641 0 R (page.25) 1650 0 R (page.26) 1657 0 R (page.27) 1662 0 R (page.28) 1666 0 R] -/Limits [(page.23) (page.28)] +/Names [(Hfootnote.5) 1646 0 R (Hfootnote.6) 1705 0 R (Hfootnote.7) 1763 0 R (Hfootnote.8) 1777 0 R (Hfootnote.9) 1834 0 R (Item.1) 1577 0 R] +/Limits [(Hfootnote.5) (Item.1)] >> endobj 3351 0 obj << -/Names [(page.29) 1671 0 R (page.3) 1342 0 R (page.30) 1681 0 R (page.31) 1688 0 R (page.32) 1696 0 R (page.33) 1703 0 R] -/Limits [(page.29) (page.33)] +/Names [(Item.10) 1611 0 R (Item.11) 1623 0 R (Item.12) 1631 0 R (Item.13) 1632 0 R (Item.14) 1633 0 R (Item.15) 2006 0 R] +/Limits [(Item.10) (Item.15)] >> endobj 3352 0 obj << -/Names [(page.34) 1709 0 R (page.35) 1716 0 R (page.36) 1721 0 R (page.37) 1729 0 R (page.38) 1734 0 R (page.39) 1743 0 R] -/Limits [(page.34) (page.39)] +/Names [(Item.16) 2007 0 R (Item.17) 2008 0 R (Item.18) 2009 0 R (Item.19) 2010 0 R (Item.2) 1578 0 R (Item.20) 2018 0 R] +/Limits [(Item.16) (Item.20)] >> endobj 3353 0 obj << -/Names [(page.4) 1396 0 R (page.40) 1751 0 R (page.41) 1757 0 R (page.42) 1763 0 R (page.43) 1768 0 R (page.44) 1772 0 R] -/Limits [(page.4) (page.44)] +/Names [(Item.21) 2064 0 R (Item.22) 2065 0 R (Item.23) 2066 0 R (Item.24) 2067 0 R (Item.25) 2068 0 R (Item.26) 2069 0 R] +/Limits [(Item.21) (Item.26)] >> endobj 3354 0 obj << -/Names [(page.45) 1777 0 R (page.46) 1781 0 R (page.47) 1785 0 R (page.48) 1793 0 R (page.49) 1799 0 R (page.5) 1455 0 R] -/Limits [(page.45) (page.5)] +/Names [(Item.27) 2077 0 R (Item.28) 2078 0 R (Item.29) 2079 0 R (Item.3) 1579 0 R (Item.30) 2080 0 R (Item.31) 2081 0 R] +/Limits [(Item.27) (Item.31)] >> endobj 3355 0 obj << -/Names [(page.50) 1803 0 R (page.51) 1808 0 R (page.52) 1815 0 R (page.53) 1820 0 R (page.54) 1825 0 R (page.55) 1833 0 R] -/Limits [(page.50) (page.55)] +/Names [(Item.32) 2082 0 R (Item.33) 2096 0 R (Item.34) 2097 0 R (Item.35) 2277 0 R (Item.36) 2278 0 R (Item.37) 2279 0 R] +/Limits [(Item.32) (Item.37)] >> endobj 3356 0 obj << -/Names [(page.56) 1839 0 R (page.57) 1852 0 R (page.58) 1859 0 R (page.59) 1873 0 R (page.6) 1491 0 R (page.60) 1880 0 R] -/Limits [(page.56) (page.60)] +/Names [(Item.38) 2280 0 R (Item.39) 2281 0 R (Item.4) 1598 0 R (Item.40) 2318 0 R (Item.41) 2319 0 R (Item.42) 2320 0 R] +/Limits [(Item.38) (Item.42)] >> endobj 3357 0 obj << -/Names [(page.61) 1889 0 R (page.62) 1893 0 R (page.63) 1897 0 R (page.64) 1901 0 R (page.65) 1906 0 R (page.66) 1913 0 R] -/Limits [(page.61) (page.66)] +/Names [(Item.43) 2322 0 R (Item.44) 2324 0 R (Item.45) 2325 0 R (Item.46) 2326 0 R (Item.47) 2327 0 R (Item.48) 2328 0 R] +/Limits [(Item.43) (Item.48)] >> endobj 3358 0 obj << -/Names [(page.67) 1918 0 R (page.68) 1926 0 R (page.69) 1933 0 R (page.7) 1501 0 R (page.70) 1938 0 R (page.71) 1943 0 R] -/Limits [(page.67) (page.71)] +/Names [(Item.49) 2329 0 R (Item.5) 1600 0 R (Item.50) 2330 0 R (Item.6) 1601 0 R (Item.7) 1602 0 R (Item.8) 1603 0 R] +/Limits [(Item.49) (Item.8)] >> endobj 3359 0 obj << -/Names [(page.72) 1951 0 R (page.73) 1961 0 R (page.74) 1969 0 R (page.75) 1976 0 R (page.76) 1980 0 R (page.77) 1986 0 R] -/Limits [(page.72) (page.77)] +/Names [(Item.9) 1604 0 R (chapter*.1) 1232 0 R (chapter.1) 2 0 R (chapter.10) 1174 0 R (chapter.2) 34 0 R (chapter.3) 142 0 R] +/Limits [(Item.9) (chapter.3)] >> endobj 3360 0 obj << -/Names [(page.78) 1996 0 R (page.79) 2001 0 R (page.8) 1509 0 R (page.80) 2005 0 R (page.81) 2009 0 R (page.82) 2013 0 R] -/Limits [(page.78) (page.82)] +/Names [(chapter.4) 610 0 R (chapter.5) 962 0 R (chapter.6) 1002 0 R (chapter.7) 1038 0 R (chapter.8) 1082 0 R (chapter.9) 1162 0 R] +/Limits [(chapter.4) (chapter.9)] >> endobj 3361 0 obj << -/Names [(page.83) 2017 0 R (page.84) 2022 0 R (page.85) 2029 0 R (page.86) 2035 0 R (page.87) 2047 0 R (page.88) 2059 0 R] -/Limits [(page.83) (page.88)] +/Names [(page.1) 1181 0 R (page.10) 1548 0 R (page.100) 2161 0 R (page.101) 2165 0 R (page.102) 2175 0 R (page.103) 2191 0 R] +/Limits [(page.1) (page.103)] >> endobj 3362 0 obj << -/Names [(page.89) 2068 0 R (page.9) 1524 0 R (page.90) 2076 0 R (page.91) 2081 0 R (page.92) 2085 0 R (page.93) 2090 0 R] -/Limits [(page.89) (page.93)] +/Names [(page.104) 2219 0 R (page.105) 2249 0 R (page.106) 2262 0 R (page.107) 2275 0 R (page.108) 2296 0 R (page.109) 2316 0 R] +/Limits [(page.104) (page.109)] >> endobj 3363 0 obj << -/Names [(page.94) 2099 0 R (page.95) 2106 0 R (page.96) 2110 0 R (page.97) 2121 0 R (page.98) 2136 0 R (page.99) 2140 0 R] -/Limits [(page.94) (page.99)] +/Names [(page.11) 1556 0 R (page.110) 2335 0 R (page.111) 2339 0 R (page.112) 2343 0 R (page.113) 2347 0 R (page.114) 2351 0 R] +/Limits [(page.11) (page.114)] >> endobj 3364 0 obj << -/Names [(section*.10) 2115 0 R (section*.11) 2122 0 R (section*.12) 2123 0 R (section*.13) 2124 0 R (section*.14) 2125 0 R (section*.15) 2126 0 R] -/Limits [(section*.10) (section*.15)] +/Names [(page.115) 2357 0 R (page.116) 2362 0 R (page.117) 2366 0 R (page.118) 2370 0 R (page.119) 2374 0 R (page.12) 1563 0 R] +/Limits [(page.115) (page.12)] >> endobj 3365 0 obj << -/Names [(section*.16) 2127 0 R (section*.17) 2128 0 R (section*.18) 2129 0 R (section*.19) 2130 0 R (section*.2) 1854 0 R (section*.20) 2131 0 R] -/Limits [(section*.16) (section*.20)] +/Names [(page.120) 2381 0 R (page.121) 2388 0 R (page.122) 2397 0 R (page.123) 2403 0 R (page.124) 2407 0 R (page.125) 2412 0 R] +/Limits [(page.120) (page.125)] >> endobj 3366 0 obj << -/Names [(section*.21) 2132 0 R (section*.22) 2367 0 R (section*.23) 2368 0 R (section*.24) 2369 0 R (section*.25) 2370 0 R (section*.26) 2371 0 R] -/Limits [(section*.21) (section*.26)] +/Names [(page.126) 2416 0 R (page.127) 2421 0 R (page.128) 2427 0 R (page.129) 2570 0 R (page.13) 1572 0 R (page.130) 2715 0 R] +/Limits [(page.126) (page.130)] >> endobj 3367 0 obj << -/Names [(section*.27) 2377 0 R (section*.28) 2387 0 R (section*.29) 2407 0 R (section*.3) 1855 0 R (section*.4) 2037 0 R (section*.5) 2038 0 R] -/Limits [(section*.27) (section*.5)] +/Names [(page.131) 2889 0 R (page.132) 3046 0 R (page.133) 3204 0 R (page.134) 3302 0 R (page.14) 1576 0 R (page.15) 1583 0 R] +/Limits [(page.131) (page.15)] >> endobj 3368 0 obj << -/Names [(section*.6) 2111 0 R (section*.7) 2112 0 R (section*.8) 2113 0 R (section*.9) 2114 0 R (section.1.1) 6 0 R (section.1.2) 10 0 R] -/Limits [(section*.6) (section.1.2)] +/Names [(page.16) 1587 0 R (page.17) 1591 0 R (page.18) 1597 0 R (page.19) 1610 0 R (page.2) 1293 0 R (page.20) 1621 0 R] +/Limits [(page.16) (page.20)] >> endobj 3369 0 obj << -/Names [(section.1.3) 14 0 R (section.1.4) 18 0 R (section.1.5) 22 0 R (section.1.6) 26 0 R (section.1.7) 30 0 R (section.2.1) 38 0 R] -/Limits [(section.1.3) (section.2.1)] +/Names [(page.21) 1630 0 R (page.22) 1644 0 R (page.23) 1654 0 R (page.24) 1658 0 R (page.25) 1667 0 R (page.26) 1674 0 R] +/Limits [(page.21) (page.26)] >> endobj 3370 0 obj << -/Names [(section.2.2) 42 0 R (section.2.3) 46 0 R (section.2.4) 50 0 R (section.2.5) 86 0 R (section.2.6) 90 0 R (section.2.7) 94 0 R] -/Limits [(section.2.2) (section.2.7)] +/Names [(page.27) 1680 0 R (page.28) 1684 0 R (page.29) 1688 0 R (page.3) 1354 0 R (page.30) 1697 0 R (page.31) 1704 0 R] +/Limits [(page.27) (page.31)] >> endobj 3371 0 obj << -/Names [(section.2.8) 98 0 R (section.2.9) 118 0 R (section.3.1) 146 0 R (section.3.10) 494 0 R (section.3.11) 498 0 R (section.3.12) 526 0 R] -/Limits [(section.2.8) (section.3.12)] +/Names [(page.32) 1711 0 R (page.33) 1716 0 R (page.34) 1723 0 R (page.35) 1729 0 R (page.36) 1736 0 R (page.37) 1743 0 R] +/Limits [(page.32) (page.37)] >> endobj 3372 0 obj << -/Names [(section.3.13) 530 0 R (section.3.14) 534 0 R (section.3.15) 566 0 R (section.3.16) 590 0 R (section.3.17) 594 0 R (section.3.2) 230 0 R] -/Limits [(section.3.13) (section.3.2)] +/Names [(page.38) 1748 0 R (page.39) 1755 0 R (page.4) 1411 0 R (page.40) 1762 0 R (page.41) 1771 0 R (page.42) 1776 0 R] +/Limits [(page.38) (page.42)] >> endobj 3373 0 obj << -/Names [(section.3.3) 254 0 R (section.3.4) 310 0 R (section.3.5) 314 0 R (section.3.6) 422 0 R (section.3.7) 426 0 R (section.3.8) 430 0 R] -/Limits [(section.3.3) (section.3.8)] +/Names [(page.43) 1783 0 R (page.44) 1787 0 R (page.45) 1791 0 R (page.46) 1796 0 R (page.47) 1800 0 R (page.48) 1804 0 R] +/Limits [(page.43) (page.48)] >> endobj 3374 0 obj << -/Names [(section.3.9) 478 0 R (section.4.1) 602 0 R (section.4.2) 650 0 R (section.4.3) 654 0 R (section.4.4) 718 0 R (section.4.5) 726 0 R] -/Limits [(section.3.9) (section.4.5)] +/Names [(page.49) 1813 0 R (page.5) 1470 0 R (page.50) 1818 0 R (page.51) 1822 0 R (page.52) 1827 0 R (page.53) 1833 0 R] +/Limits [(page.49) (page.53)] >> endobj 3375 0 obj << -/Names [(section.4.6) 754 0 R (section.4.7) 822 0 R (section.5.1) 954 0 R (section.5.2) 986 0 R (section.6.1) 994 0 R (section.6.2) 998 0 R] -/Limits [(section.4.6) (section.6.2)] +/Names [(page.54) 1838 0 R (page.55) 1845 0 R (page.56) 1851 0 R (page.57) 1858 0 R (page.58) 1871 0 R (page.59) 1878 0 R] +/Limits [(page.54) (page.59)] >> endobj 3376 0 obj << -/Names [(section.6.3) 1002 0 R (section.6.4) 1006 0 R (section.6.5) 1010 0 R (section.6.6) 1014 0 R (section.6.7) 1018 0 R (section.6.8) 1022 0 R] -/Limits [(section.6.3) (section.6.8)] +/Names [(page.6) 1506 0 R (page.60) 1892 0 R (page.61) 1900 0 R (page.62) 1907 0 R (page.63) 1911 0 R (page.64) 1915 0 R] +/Limits [(page.6) (page.64)] >> endobj 3377 0 obj << -/Names [(section.7.1) 1030 0 R (section.7.10) 1066 0 R (section.7.2) 1034 0 R (section.7.3) 1038 0 R (section.7.4) 1042 0 R (section.7.5) 1046 0 R] -/Limits [(section.7.1) (section.7.5)] +/Names [(page.65) 1920 0 R (page.66) 1927 0 R (page.67) 1932 0 R (page.68) 1940 0 R (page.69) 1947 0 R (page.7) 1517 0 R] +/Limits [(page.65) (page.7)] >> endobj 3378 0 obj << -/Names [(section.7.6) 1050 0 R (section.7.7) 1054 0 R (section.7.8) 1058 0 R (section.7.9) 1062 0 R (section.8.1) 1074 0 R (section.8.2) 1142 0 R] -/Limits [(section.7.6) (section.8.2)] +/Names [(page.70) 1952 0 R (page.71) 1958 0 R (page.72) 1965 0 R (page.73) 1975 0 R (page.74) 1982 0 R (page.75) 1987 0 R] +/Limits [(page.70) (page.75)] >> endobj 3379 0 obj << -/Names [(section.8.3) 1146 0 R (section.9.1) 1154 0 R (section.9.2) 1158 0 R (subsection.2.4.1) 54 0 R (subsection.2.4.2) 58 0 R (subsection.2.4.3) 62 0 R] -/Limits [(section.8.3) (subsection.2.4.3)] +/Names [(page.76) 1994 0 R (page.77) 2001 0 R (page.78) 2005 0 R (page.79) 2017 0 R (page.8) 1525 0 R (page.80) 2022 0 R] +/Limits [(page.76) (page.80)] >> endobj 3380 0 obj << -/Names [(subsection.2.4.4) 66 0 R (subsection.2.4.5) 70 0 R (subsection.2.4.6) 74 0 R (subsection.2.4.7) 78 0 R (subsection.2.4.8) 82 0 R (subsection.2.8.1) 102 0 R] -/Limits [(subsection.2.4.4) (subsection.2.8.1)] +/Names [(page.81) 2026 0 R (page.82) 2030 0 R (page.83) 2034 0 R (page.84) 2038 0 R (page.85) 2044 0 R (page.86) 2048 0 R] +/Limits [(page.81) (page.86)] >> endobj 3381 0 obj << -/Names [(subsection.2.8.2) 106 0 R (subsection.2.8.3) 110 0 R (subsection.2.8.4) 114 0 R (subsection.2.9.1) 122 0 R (subsection.2.9.2) 126 0 R (subsection.2.9.3) 130 0 R] -/Limits [(subsection.2.8.2) (subsection.2.9.3)] +/Names [(page.87) 2054 0 R (page.88) 2060 0 R (page.89) 2076 0 R (page.9) 1541 0 R (page.90) 2087 0 R (page.91) 2094 0 R] +/Limits [(page.87) (page.91)] >> endobj 3382 0 obj << -/Names [(subsection.2.9.4) 134 0 R (subsection.2.9.5) 138 0 R (subsection.3.1.1) 150 0 R (subsection.3.1.2) 154 0 R (subsection.3.1.3) 158 0 R (subsection.3.1.4) 162 0 R] -/Limits [(subsection.2.9.4) (subsection.3.1.4)] +/Names [(page.92) 2102 0 R (page.93) 2106 0 R (page.94) 2111 0 R (page.95) 2120 0 R (page.96) 2127 0 R (page.97) 2132 0 R] +/Limits [(page.92) (page.97)] >> endobj 3383 0 obj << -/Names [(subsection.3.1.5) 166 0 R (subsection.3.1.6) 170 0 R (subsection.3.1.7) 174 0 R (subsection.3.11.1) 502 0 R (subsection.3.11.2) 514 0 R (subsection.3.11.3) 518 0 R] -/Limits [(subsection.3.1.5) (subsection.3.11.3)] +/Names [(page.98) 2142 0 R (page.99) 2157 0 R (section*.10) 2137 0 R (section*.11) 2143 0 R (section*.12) 2144 0 R (section*.13) 2145 0 R] +/Limits [(page.98) (section*.13)] >> endobj 3384 0 obj << -/Names [(subsection.3.11.4) 522 0 R (subsection.3.14.1) 538 0 R (subsection.3.14.2) 542 0 R (subsection.3.14.3) 554 0 R (subsection.3.14.4) 562 0 R (subsection.3.15.1) 570 0 R] -/Limits [(subsection.3.11.4) (subsection.3.15.1)] +/Names [(section*.14) 2146 0 R (section*.15) 2147 0 R (section*.16) 2148 0 R (section*.17) 2149 0 R (section*.18) 2150 0 R (section*.19) 2151 0 R] +/Limits [(section*.14) (section*.19)] >> endobj 3385 0 obj << -/Names [(subsection.3.15.2) 582 0 R (subsection.3.15.3) 586 0 R (subsection.3.2.1) 234 0 R (subsection.3.2.2) 238 0 R (subsection.3.2.3) 242 0 R (subsection.3.2.4) 246 0 R] -/Limits [(subsection.3.15.2) (subsection.3.2.4)] +/Names [(section*.2) 1873 0 R (section*.20) 2152 0 R (section*.21) 2153 0 R (section*.22) 2389 0 R (section*.23) 2390 0 R (section*.24) 2391 0 R] +/Limits [(section*.2) (section*.24)] >> endobj 3386 0 obj << -/Names [(subsection.3.2.5) 250 0 R (subsection.3.3.1) 258 0 R (subsection.3.3.10) 294 0 R (subsection.3.3.11) 298 0 R (subsection.3.3.12) 302 0 R (subsection.3.3.13) 306 0 R] -/Limits [(subsection.3.2.5) (subsection.3.3.13)] +/Names [(section*.25) 2392 0 R (section*.26) 2393 0 R (section*.27) 2398 0 R (section*.28) 2408 0 R (section*.29) 2428 0 R (section*.3) 1874 0 R] +/Limits [(section*.25) (section*.3)] >> endobj 3387 0 obj << -/Names [(subsection.3.3.2) 262 0 R (subsection.3.3.3) 266 0 R (subsection.3.3.4) 270 0 R (subsection.3.3.5) 274 0 R (subsection.3.3.6) 278 0 R (subsection.3.3.7) 282 0 R] -/Limits [(subsection.3.3.2) (subsection.3.3.7)] +/Names [(section*.4) 2062 0 R (section*.5) 2063 0 R (section*.6) 2133 0 R (section*.7) 2134 0 R (section*.8) 2135 0 R (section*.9) 2136 0 R] +/Limits [(section*.4) (section*.9)] >> endobj 3388 0 obj << -/Names [(subsection.3.3.8) 286 0 R (subsection.3.3.9) 290 0 R (subsection.3.5.1) 318 0 R (subsection.3.5.10) 418 0 R (subsection.3.5.2) 358 0 R (subsection.3.5.3) 374 0 R] -/Limits [(subsection.3.3.8) (subsection.3.5.3)] +/Names [(section.1.1) 6 0 R (section.1.2) 10 0 R (section.1.3) 14 0 R (section.1.4) 18 0 R (section.1.5) 22 0 R (section.1.6) 26 0 R] +/Limits [(section.1.1) (section.1.6)] >> endobj 3389 0 obj << -/Names [(subsection.3.5.4) 386 0 R (subsection.3.5.5) 398 0 R (subsection.3.5.6) 402 0 R (subsection.3.5.7) 406 0 R (subsection.3.5.8) 410 0 R (subsection.3.5.9) 414 0 R] -/Limits [(subsection.3.5.4) (subsection.3.5.9)] +/Names [(section.1.7) 30 0 R (section.2.1) 38 0 R (section.2.2) 42 0 R (section.2.3) 46 0 R (section.2.4) 50 0 R (section.2.5) 86 0 R] +/Limits [(section.1.7) (section.2.5)] >> endobj 3390 0 obj << -/Names [(subsection.3.8.1) 434 0 R (subsection.3.8.2) 454 0 R (subsection.3.8.3) 458 0 R (subsection.3.8.4) 462 0 R (subsection.3.8.5) 466 0 R (subsection.3.8.6) 470 0 R] -/Limits [(subsection.3.8.1) (subsection.3.8.6)] +/Names [(section.2.6) 90 0 R (section.2.7) 94 0 R (section.2.8) 98 0 R (section.2.9) 118 0 R (section.3.1) 146 0 R (section.3.10) 506 0 R] +/Limits [(section.2.6) (section.3.10)] >> endobj 3391 0 obj << -/Names [(subsection.3.8.7) 474 0 R (subsection.3.9.1) 482 0 R (subsection.3.9.2) 486 0 R (subsection.3.9.3) 490 0 R (subsection.4.1.1) 606 0 R (subsection.4.1.2) 610 0 R] -/Limits [(subsection.3.8.7) (subsection.4.1.2)] +/Names [(section.3.11) 510 0 R (section.3.12) 538 0 R (section.3.13) 542 0 R (section.3.14) 546 0 R (section.3.15) 578 0 R (section.3.16) 602 0 R] +/Limits [(section.3.11) (section.3.16)] >> endobj 3392 0 obj << -/Names [(subsection.4.1.3) 614 0 R (subsection.4.1.4) 626 0 R (subsection.4.1.5) 630 0 R (subsection.4.3.1) 658 0 R (subsection.4.3.2) 662 0 R (subsection.4.3.3) 670 0 R] -/Limits [(subsection.4.1.3) (subsection.4.3.3)] +/Names [(section.3.17) 606 0 R (section.3.2) 230 0 R (section.3.3) 254 0 R (section.3.4) 310 0 R (section.3.5) 314 0 R (section.3.6) 434 0 R] +/Limits [(section.3.17) (section.3.6)] >> endobj 3393 0 obj << -/Names [(subsection.4.3.4) 682 0 R (subsection.4.3.5) 690 0 R (subsection.4.3.6) 702 0 R (subsection.4.3.7) 706 0 R (subsection.4.3.8) 710 0 R (subsection.4.3.9) 714 0 R] -/Limits [(subsection.4.3.4) (subsection.4.3.9)] +/Names [(section.3.7) 438 0 R (section.3.8) 442 0 R (section.3.9) 490 0 R (section.4.1) 614 0 R (section.4.2) 662 0 R (section.4.3) 666 0 R] +/Limits [(section.3.7) (section.4.3)] >> endobj 3394 0 obj << -/Names [(subsection.4.4.1) 722 0 R (subsection.4.5.1) 730 0 R (subsection.4.6.1) 758 0 R (subsection.4.6.2) 762 0 R (subsection.4.6.3) 766 0 R (subsection.4.6.4) 770 0 R] -/Limits [(subsection.4.4.1) (subsection.4.6.4)] +/Names [(section.4.4) 730 0 R (section.4.5) 738 0 R (section.4.6) 766 0 R (section.4.7) 834 0 R (section.5.1) 966 0 R (section.5.2) 998 0 R] +/Limits [(section.4.4) (section.5.2)] >> endobj 3395 0 obj << -/Names [(subsection.4.6.5) 774 0 R (subsection.4.6.6) 778 0 R (subsection.4.6.7) 782 0 R (subsection.4.6.8) 786 0 R (subsection.4.6.9) 810 0 R (subsection.4.7.1) 826 0 R] -/Limits [(subsection.4.6.5) (subsection.4.7.1)] +/Names [(section.6.1) 1006 0 R (section.6.2) 1010 0 R (section.6.3) 1014 0 R (section.6.4) 1018 0 R (section.6.5) 1022 0 R (section.6.6) 1026 0 R] +/Limits [(section.6.1) (section.6.6)] >> endobj 3396 0 obj << -/Names [(subsection.4.7.10) 882 0 R (subsection.4.7.11) 886 0 R (subsection.4.7.12) 890 0 R (subsection.4.7.13) 894 0 R (subsection.4.7.14) 898 0 R (subsection.4.7.15) 902 0 R] -/Limits [(subsection.4.7.10) (subsection.4.7.15)] +/Names [(section.6.7) 1030 0 R (section.6.8) 1034 0 R (section.7.1) 1042 0 R (section.7.10) 1078 0 R (section.7.2) 1046 0 R (section.7.3) 1050 0 R] +/Limits [(section.6.7) (section.7.3)] >> endobj 3397 0 obj << -/Names [(subsection.4.7.16) 906 0 R (subsection.4.7.17) 910 0 R (subsection.4.7.18) 914 0 R (subsection.4.7.19) 930 0 R (subsection.4.7.2) 830 0 R (subsection.4.7.20) 938 0 R] -/Limits [(subsection.4.7.16) (subsection.4.7.20)] +/Names [(section.7.4) 1054 0 R (section.7.5) 1058 0 R (section.7.6) 1062 0 R (section.7.7) 1066 0 R (section.7.8) 1070 0 R (section.7.9) 1074 0 R] +/Limits [(section.7.4) (section.7.9)] >> endobj 3398 0 obj << -/Names [(subsection.4.7.3) 854 0 R (subsection.4.7.4) 858 0 R (subsection.4.7.5) 862 0 R (subsection.4.7.6) 866 0 R (subsection.4.7.7) 870 0 R (subsection.4.7.8) 874 0 R] -/Limits [(subsection.4.7.3) (subsection.4.7.8)] +/Names [(section.8.1) 1086 0 R (section.8.2) 1154 0 R (section.8.3) 1158 0 R (section.9.1) 1166 0 R (section.9.2) 1170 0 R (subsection.2.4.1) 54 0 R] +/Limits [(section.8.1) (subsection.2.4.1)] >> endobj 3399 0 obj << -/Names [(subsection.4.7.9) 878 0 R (subsection.5.1.1) 958 0 R (subsection.5.1.2) 962 0 R (subsection.5.1.3) 966 0 R (subsection.5.1.4) 970 0 R (subsection.5.1.5) 974 0 R] -/Limits [(subsection.4.7.9) (subsection.5.1.5)] +/Names [(subsection.2.4.2) 58 0 R (subsection.2.4.3) 62 0 R (subsection.2.4.4) 66 0 R (subsection.2.4.5) 70 0 R (subsection.2.4.6) 74 0 R (subsection.2.4.7) 78 0 R] +/Limits [(subsection.2.4.2) (subsection.2.4.7)] >> endobj 3400 0 obj << -/Names [(subsection.5.1.6) 978 0 R (subsection.5.1.7) 982 0 R (subsection.8.1.1) 1078 0 R (subsection.8.1.10) 1114 0 R (subsection.8.1.11) 1118 0 R (subsection.8.1.12) 1122 0 R] -/Limits [(subsection.5.1.6) (subsection.8.1.12)] +/Names [(subsection.2.4.8) 82 0 R (subsection.2.8.1) 102 0 R (subsection.2.8.2) 106 0 R (subsection.2.8.3) 110 0 R (subsection.2.8.4) 114 0 R (subsection.2.9.1) 122 0 R] +/Limits [(subsection.2.4.8) (subsection.2.9.1)] >> endobj 3401 0 obj << -/Names [(subsection.8.1.13) 1126 0 R (subsection.8.1.14) 1130 0 R (subsection.8.1.15) 1134 0 R (subsection.8.1.16) 1138 0 R (subsection.8.1.2) 1082 0 R (subsection.8.1.3) 1086 0 R] -/Limits [(subsection.8.1.13) (subsection.8.1.3)] +/Names [(subsection.2.9.2) 126 0 R (subsection.2.9.3) 130 0 R (subsection.2.9.4) 134 0 R (subsection.2.9.5) 138 0 R (subsection.3.1.1) 150 0 R (subsection.3.1.2) 154 0 R] +/Limits [(subsection.2.9.2) (subsection.3.1.2)] >> endobj 3402 0 obj << -/Names [(subsection.8.1.4) 1090 0 R (subsection.8.1.5) 1094 0 R (subsection.8.1.6) 1098 0 R (subsection.8.1.7) 1102 0 R (subsection.8.1.8) 1106 0 R (subsection.8.1.9) 1110 0 R] -/Limits [(subsection.8.1.4) (subsection.8.1.9)] +/Names [(subsection.3.1.3) 158 0 R (subsection.3.1.4) 162 0 R (subsection.3.1.5) 166 0 R (subsection.3.1.6) 170 0 R (subsection.3.1.7) 174 0 R (subsection.3.11.1) 514 0 R] +/Limits [(subsection.3.1.3) (subsection.3.11.1)] >> endobj 3403 0 obj << -/Names [(subsubsection.3.1.7.1) 178 0 R (subsubsection.3.1.7.10) 214 0 R (subsubsection.3.1.7.11) 218 0 R (subsubsection.3.1.7.12) 222 0 R (subsubsection.3.1.7.13) 226 0 R (subsubsection.3.1.7.2) 182 0 R] -/Limits [(subsubsection.3.1.7.1) (subsubsection.3.1.7.2)] +/Names [(subsection.3.11.2) 526 0 R (subsection.3.11.3) 530 0 R (subsection.3.11.4) 534 0 R (subsection.3.14.1) 550 0 R (subsection.3.14.2) 554 0 R (subsection.3.14.3) 566 0 R] +/Limits [(subsection.3.11.2) (subsection.3.14.3)] >> endobj 3404 0 obj << -/Names [(subsubsection.3.1.7.3) 186 0 R (subsubsection.3.1.7.4) 190 0 R (subsubsection.3.1.7.5) 194 0 R (subsubsection.3.1.7.6) 198 0 R (subsubsection.3.1.7.7) 202 0 R (subsubsection.3.1.7.8) 206 0 R] -/Limits [(subsubsection.3.1.7.3) (subsubsection.3.1.7.8)] +/Names [(subsection.3.14.4) 574 0 R (subsection.3.15.1) 582 0 R (subsection.3.15.2) 594 0 R (subsection.3.15.3) 598 0 R (subsection.3.2.1) 234 0 R (subsection.3.2.2) 238 0 R] +/Limits [(subsection.3.14.4) (subsection.3.2.2)] >> endobj 3405 0 obj << -/Names [(subsubsection.3.1.7.9) 210 0 R (subsubsection.3.11.1.1) 506 0 R (subsubsection.3.11.1.2) 510 0 R (subsubsection.3.14.2.1) 546 0 R (subsubsection.3.14.2.2) 550 0 R (subsubsection.3.14.3.1) 558 0 R] -/Limits [(subsubsection.3.1.7.9) (subsubsection.3.14.3.1)] +/Names [(subsection.3.2.3) 242 0 R (subsection.3.2.4) 246 0 R (subsection.3.2.5) 250 0 R (subsection.3.3.1) 258 0 R (subsection.3.3.10) 294 0 R (subsection.3.3.11) 298 0 R] +/Limits [(subsection.3.2.3) (subsection.3.3.11)] >> endobj 3406 0 obj << -/Names [(subsubsection.3.15.1.1) 574 0 R (subsubsection.3.15.1.2) 578 0 R (subsubsection.3.5.1.1) 322 0 R (subsubsection.3.5.1.2) 326 0 R (subsubsection.3.5.1.3) 330 0 R (subsubsection.3.5.1.4) 334 0 R] -/Limits [(subsubsection.3.15.1.1) (subsubsection.3.5.1.4)] +/Names [(subsection.3.3.12) 302 0 R (subsection.3.3.13) 306 0 R (subsection.3.3.2) 262 0 R (subsection.3.3.3) 266 0 R (subsection.3.3.4) 270 0 R (subsection.3.3.5) 274 0 R] +/Limits [(subsection.3.3.12) (subsection.3.3.5)] >> endobj 3407 0 obj << -/Names [(subsubsection.3.5.1.5) 338 0 R (subsubsection.3.5.1.6) 342 0 R (subsubsection.3.5.1.7) 346 0 R (subsubsection.3.5.1.8) 350 0 R (subsubsection.3.5.1.9) 354 0 R (subsubsection.3.5.2.1) 362 0 R] -/Limits [(subsubsection.3.5.1.5) (subsubsection.3.5.2.1)] +/Names [(subsection.3.3.6) 278 0 R (subsection.3.3.7) 282 0 R (subsection.3.3.8) 286 0 R (subsection.3.3.9) 290 0 R (subsection.3.5.1) 318 0 R (subsection.3.5.10) 422 0 R] +/Limits [(subsection.3.3.6) (subsection.3.5.10)] >> endobj 3408 0 obj << -/Names [(subsubsection.3.5.2.2) 366 0 R (subsubsection.3.5.2.3) 370 0 R (subsubsection.3.5.3.1) 378 0 R (subsubsection.3.5.3.2) 382 0 R (subsubsection.3.5.4.1) 390 0 R (subsubsection.3.5.4.2) 394 0 R] -/Limits [(subsubsection.3.5.2.2) (subsubsection.3.5.4.2)] +/Names [(subsection.3.5.11) 426 0 R (subsection.3.5.12) 430 0 R (subsection.3.5.2) 358 0 R (subsection.3.5.3) 374 0 R (subsection.3.5.4) 382 0 R (subsection.3.5.5) 394 0 R] +/Limits [(subsection.3.5.11) (subsection.3.5.5)] >> endobj 3409 0 obj << -/Names [(subsubsection.3.8.1.1) 438 0 R (subsubsection.3.8.1.2) 442 0 R (subsubsection.3.8.1.3) 446 0 R (subsubsection.3.8.1.4) 450 0 R (subsubsection.4.1.3.1) 618 0 R (subsubsection.4.1.3.2) 622 0 R] -/Limits [(subsubsection.3.8.1.1) (subsubsection.4.1.3.2)] +/Names [(subsection.3.5.6) 406 0 R (subsection.3.5.7) 410 0 R (subsection.3.5.8) 414 0 R (subsection.3.5.9) 418 0 R (subsection.3.8.1) 446 0 R (subsection.3.8.2) 466 0 R] +/Limits [(subsection.3.5.6) (subsection.3.8.2)] >> endobj 3410 0 obj << -/Names [(subsubsection.4.1.5.1) 634 0 R (subsubsection.4.1.5.2) 638 0 R (subsubsection.4.1.5.3) 642 0 R (subsubsection.4.1.5.4) 646 0 R (subsubsection.4.3.2.1) 666 0 R (subsubsection.4.3.3.1) 674 0 R] -/Limits [(subsubsection.4.1.5.1) (subsubsection.4.3.3.1)] +/Names [(subsection.3.8.3) 470 0 R (subsection.3.8.4) 474 0 R (subsection.3.8.5) 478 0 R (subsection.3.8.6) 482 0 R (subsection.3.8.7) 486 0 R (subsection.3.9.1) 494 0 R] +/Limits [(subsection.3.8.3) (subsection.3.9.1)] >> endobj 3411 0 obj << -/Names [(subsubsection.4.3.3.2) 678 0 R (subsubsection.4.3.4.1) 686 0 R (subsubsection.4.3.5.1) 694 0 R (subsubsection.4.3.5.2) 698 0 R (subsubsection.4.5.1.1) 734 0 R (subsubsection.4.5.1.2) 738 0 R] -/Limits [(subsubsection.4.3.3.2) (subsubsection.4.5.1.2)] +/Names [(subsection.3.9.2) 498 0 R (subsection.3.9.3) 502 0 R (subsection.4.1.1) 618 0 R (subsection.4.1.2) 622 0 R (subsection.4.1.3) 626 0 R (subsection.4.1.4) 638 0 R] +/Limits [(subsection.3.9.2) (subsection.4.1.4)] >> endobj 3412 0 obj << -/Names [(subsubsection.4.5.1.3) 742 0 R (subsubsection.4.5.1.4) 746 0 R (subsubsection.4.5.1.5) 750 0 R (subsubsection.4.6.8.1) 790 0 R (subsubsection.4.6.8.2) 794 0 R (subsubsection.4.6.8.3) 798 0 R] -/Limits [(subsubsection.4.5.1.3) (subsubsection.4.6.8.3)] +/Names [(subsection.4.1.5) 642 0 R (subsection.4.3.1) 670 0 R (subsection.4.3.2) 674 0 R (subsection.4.3.3) 682 0 R (subsection.4.3.4) 694 0 R (subsection.4.3.5) 702 0 R] +/Limits [(subsection.4.1.5) (subsection.4.3.5)] >> endobj 3413 0 obj << -/Names [(subsubsection.4.6.8.4) 802 0 R (subsubsection.4.6.8.5) 806 0 R (subsubsection.4.6.9.1) 814 0 R (subsubsection.4.6.9.2) 818 0 R (subsubsection.4.7.18.1) 918 0 R (subsubsection.4.7.18.2) 922 0 R] -/Limits [(subsubsection.4.6.8.4) (subsubsection.4.7.18.2)] +/Names [(subsection.4.3.6) 714 0 R (subsection.4.3.7) 718 0 R (subsection.4.3.8) 722 0 R (subsection.4.3.9) 726 0 R (subsection.4.4.1) 734 0 R (subsection.4.5.1) 742 0 R] +/Limits [(subsection.4.3.6) (subsection.4.5.1)] >> endobj 3414 0 obj << -/Names [(subsubsection.4.7.18.3) 926 0 R (subsubsection.4.7.19.1) 934 0 R (subsubsection.4.7.2.1) 834 0 R (subsubsection.4.7.2.2) 838 0 R (subsubsection.4.7.2.3) 842 0 R (subsubsection.4.7.2.4) 846 0 R] -/Limits [(subsubsection.4.7.18.3) (subsubsection.4.7.2.4)] +/Names [(subsection.4.6.1) 770 0 R (subsection.4.6.2) 774 0 R (subsection.4.6.3) 778 0 R (subsection.4.6.4) 782 0 R (subsection.4.6.5) 786 0 R (subsection.4.6.6) 790 0 R] +/Limits [(subsection.4.6.1) (subsection.4.6.6)] >> endobj 3415 0 obj << -/Names [(subsubsection.4.7.2.5) 850 0 R (subsubsection.4.7.20.1) 942 0 R (subsubsection.4.7.20.2) 946 0 R (table.3.1) 1860 0 R (table.9.1) 2378 0 R] -/Limits [(subsubsection.4.7.2.5) (table.9.1)] +/Names [(subsection.4.6.7) 794 0 R (subsection.4.6.8) 798 0 R (subsection.4.6.9) 822 0 R (subsection.4.7.1) 838 0 R (subsection.4.7.10) 894 0 R (subsection.4.7.11) 898 0 R] +/Limits [(subsection.4.6.7) (subsection.4.7.11)] >> endobj 3416 0 obj << -/Kids [3327 0 R 3328 0 R 3329 0 R 3330 0 R 3331 0 R 3332 0 R] -/Limits [(Doc-Start) (Item.16)] +/Names [(subsection.4.7.12) 902 0 R (subsection.4.7.13) 906 0 R (subsection.4.7.14) 910 0 R (subsection.4.7.15) 914 0 R (subsection.4.7.16) 918 0 R (subsection.4.7.17) 922 0 R] +/Limits [(subsection.4.7.12) (subsection.4.7.17)] >> endobj 3417 0 obj << -/Kids [3333 0 R 3334 0 R 3335 0 R 3336 0 R 3337 0 R 3338 0 R] -/Limits [(Item.17) (Item.49)] +/Names [(subsection.4.7.18) 926 0 R (subsection.4.7.19) 942 0 R (subsection.4.7.2) 842 0 R (subsection.4.7.20) 950 0 R (subsection.4.7.3) 866 0 R (subsection.4.7.4) 870 0 R] +/Limits [(subsection.4.7.18) (subsection.4.7.4)] >> endobj 3418 0 obj << -/Kids [3339 0 R 3340 0 R 3341 0 R 3342 0 R 3343 0 R 3344 0 R] -/Limits [(Item.5) (page.115)] +/Names [(subsection.4.7.5) 874 0 R (subsection.4.7.6) 878 0 R (subsection.4.7.7) 882 0 R (subsection.4.7.8) 886 0 R (subsection.4.7.9) 890 0 R (subsection.5.1.1) 970 0 R] +/Limits [(subsection.4.7.5) (subsection.5.1.1)] >> endobj 3419 0 obj << -/Kids [3345 0 R 3346 0 R 3347 0 R 3348 0 R 3349 0 R 3350 0 R] -/Limits [(page.116) (page.28)] +/Names [(subsection.5.1.2) 974 0 R (subsection.5.1.3) 978 0 R (subsection.5.1.4) 982 0 R (subsection.5.1.5) 986 0 R (subsection.5.1.6) 990 0 R (subsection.5.1.7) 994 0 R] +/Limits [(subsection.5.1.2) (subsection.5.1.7)] >> endobj 3420 0 obj << -/Kids [3351 0 R 3352 0 R 3353 0 R 3354 0 R 3355 0 R 3356 0 R] -/Limits [(page.29) (page.60)] +/Names [(subsection.8.1.1) 1090 0 R (subsection.8.1.10) 1126 0 R (subsection.8.1.11) 1130 0 R (subsection.8.1.12) 1134 0 R (subsection.8.1.13) 1138 0 R (subsection.8.1.14) 1142 0 R] +/Limits [(subsection.8.1.1) (subsection.8.1.14)] >> endobj 3421 0 obj << -/Kids [3357 0 R 3358 0 R 3359 0 R 3360 0 R 3361 0 R 3362 0 R] -/Limits [(page.61) (page.93)] +/Names [(subsection.8.1.15) 1146 0 R (subsection.8.1.16) 1150 0 R (subsection.8.1.2) 1094 0 R (subsection.8.1.3) 1098 0 R (subsection.8.1.4) 1102 0 R (subsection.8.1.5) 1106 0 R] +/Limits [(subsection.8.1.15) (subsection.8.1.5)] >> endobj 3422 0 obj << -/Kids [3363 0 R 3364 0 R 3365 0 R 3366 0 R 3367 0 R 3368 0 R] -/Limits [(page.94) (section.1.2)] +/Names [(subsection.8.1.6) 1110 0 R (subsection.8.1.7) 1114 0 R (subsection.8.1.8) 1118 0 R (subsection.8.1.9) 1122 0 R (subsubsection.3.1.7.1) 178 0 R (subsubsection.3.1.7.10) 214 0 R] +/Limits [(subsection.8.1.6) (subsubsection.3.1.7.10)] >> endobj 3423 0 obj << -/Kids [3369 0 R 3370 0 R 3371 0 R 3372 0 R 3373 0 R 3374 0 R] -/Limits [(section.1.3) (section.4.5)] +/Names [(subsubsection.3.1.7.11) 218 0 R (subsubsection.3.1.7.12) 222 0 R (subsubsection.3.1.7.13) 226 0 R (subsubsection.3.1.7.2) 182 0 R (subsubsection.3.1.7.3) 186 0 R (subsubsection.3.1.7.4) 190 0 R] +/Limits [(subsubsection.3.1.7.11) (subsubsection.3.1.7.4)] >> endobj 3424 0 obj << -/Kids [3375 0 R 3376 0 R 3377 0 R 3378 0 R 3379 0 R 3380 0 R] -/Limits [(section.4.6) (subsection.2.8.1)] +/Names [(subsubsection.3.1.7.5) 194 0 R (subsubsection.3.1.7.6) 198 0 R (subsubsection.3.1.7.7) 202 0 R (subsubsection.3.1.7.8) 206 0 R (subsubsection.3.1.7.9) 210 0 R (subsubsection.3.11.1.1) 518 0 R] +/Limits [(subsubsection.3.1.7.5) (subsubsection.3.11.1.1)] >> endobj 3425 0 obj << -/Kids [3381 0 R 3382 0 R 3383 0 R 3384 0 R 3385 0 R 3386 0 R] -/Limits [(subsection.2.8.2) (subsection.3.3.13)] +/Names [(subsubsection.3.11.1.2) 522 0 R (subsubsection.3.14.2.1) 558 0 R (subsubsection.3.14.2.2) 562 0 R (subsubsection.3.14.3.1) 570 0 R (subsubsection.3.15.1.1) 586 0 R (subsubsection.3.15.1.2) 590 0 R] +/Limits [(subsubsection.3.11.1.2) (subsubsection.3.15.1.2)] >> endobj 3426 0 obj << -/Kids [3387 0 R 3388 0 R 3389 0 R 3390 0 R 3391 0 R 3392 0 R] -/Limits [(subsection.3.3.2) (subsection.4.3.3)] +/Names [(subsubsection.3.5.1.1) 322 0 R (subsubsection.3.5.1.2) 326 0 R (subsubsection.3.5.1.3) 330 0 R (subsubsection.3.5.1.4) 334 0 R (subsubsection.3.5.1.5) 338 0 R (subsubsection.3.5.1.6) 342 0 R] +/Limits [(subsubsection.3.5.1.1) (subsubsection.3.5.1.6)] >> endobj 3427 0 obj << -/Kids [3393 0 R 3394 0 R 3395 0 R 3396 0 R 3397 0 R 3398 0 R] -/Limits [(subsection.4.3.4) (subsection.4.7.8)] +/Names [(subsubsection.3.5.1.7) 346 0 R (subsubsection.3.5.1.8) 350 0 R (subsubsection.3.5.1.9) 354 0 R (subsubsection.3.5.2.1) 362 0 R (subsubsection.3.5.2.2) 366 0 R (subsubsection.3.5.2.3) 370 0 R] +/Limits [(subsubsection.3.5.1.7) (subsubsection.3.5.2.3)] >> endobj 3428 0 obj << -/Kids [3399 0 R 3400 0 R 3401 0 R 3402 0 R 3403 0 R 3404 0 R] -/Limits [(subsection.4.7.9) (subsubsection.3.1.7.8)] +/Names [(subsubsection.3.5.3.1) 378 0 R (subsubsection.3.5.4.1) 386 0 R (subsubsection.3.5.4.2) 390 0 R (subsubsection.3.5.5.1) 398 0 R (subsubsection.3.5.5.2) 402 0 R (subsubsection.3.8.1.1) 450 0 R] +/Limits [(subsubsection.3.5.3.1) (subsubsection.3.8.1.1)] >> endobj 3429 0 obj << -/Kids [3405 0 R 3406 0 R 3407 0 R 3408 0 R 3409 0 R 3410 0 R] -/Limits [(subsubsection.3.1.7.9) (subsubsection.4.3.3.1)] +/Names [(subsubsection.3.8.1.2) 454 0 R (subsubsection.3.8.1.3) 458 0 R (subsubsection.3.8.1.4) 462 0 R (subsubsection.4.1.3.1) 630 0 R (subsubsection.4.1.3.2) 634 0 R (subsubsection.4.1.5.1) 646 0 R] +/Limits [(subsubsection.3.8.1.2) (subsubsection.4.1.5.1)] >> endobj 3430 0 obj << -/Kids [3411 0 R 3412 0 R 3413 0 R 3414 0 R 3415 0 R] -/Limits [(subsubsection.4.3.3.2) (table.9.1)] +/Names [(subsubsection.4.1.5.2) 650 0 R (subsubsection.4.1.5.3) 654 0 R (subsubsection.4.1.5.4) 658 0 R (subsubsection.4.3.2.1) 678 0 R (subsubsection.4.3.3.1) 686 0 R (subsubsection.4.3.3.2) 690 0 R] +/Limits [(subsubsection.4.1.5.2) (subsubsection.4.3.3.2)] >> endobj 3431 0 obj << -/Kids [3416 0 R 3417 0 R 3418 0 R 3419 0 R 3420 0 R 3421 0 R] -/Limits [(Doc-Start) (page.93)] +/Names [(subsubsection.4.3.4.1) 698 0 R (subsubsection.4.3.5.1) 706 0 R (subsubsection.4.3.5.2) 710 0 R (subsubsection.4.5.1.1) 746 0 R (subsubsection.4.5.1.2) 750 0 R (subsubsection.4.5.1.3) 754 0 R] +/Limits [(subsubsection.4.3.4.1) (subsubsection.4.5.1.3)] >> endobj 3432 0 obj << -/Kids [3422 0 R 3423 0 R 3424 0 R 3425 0 R 3426 0 R 3427 0 R] -/Limits [(page.94) (subsection.4.7.8)] +/Names [(subsubsection.4.5.1.4) 758 0 R (subsubsection.4.5.1.5) 762 0 R (subsubsection.4.6.8.1) 802 0 R (subsubsection.4.6.8.2) 806 0 R (subsubsection.4.6.8.3) 810 0 R (subsubsection.4.6.8.4) 814 0 R] +/Limits [(subsubsection.4.5.1.4) (subsubsection.4.6.8.4)] >> endobj 3433 0 obj << -/Kids [3428 0 R 3429 0 R 3430 0 R] -/Limits [(subsection.4.7.9) (table.9.1)] +/Names [(subsubsection.4.6.8.5) 818 0 R (subsubsection.4.6.9.1) 826 0 R (subsubsection.4.6.9.2) 830 0 R (subsubsection.4.7.18.1) 930 0 R (subsubsection.4.7.18.2) 934 0 R (subsubsection.4.7.18.3) 938 0 R] +/Limits [(subsubsection.4.6.8.5) (subsubsection.4.7.18.3)] >> endobj 3434 0 obj << -/Kids [3431 0 R 3432 0 R 3433 0 R] -/Limits [(Doc-Start) (table.9.1)] +/Names [(subsubsection.4.7.19.1) 946 0 R (subsubsection.4.7.2.1) 846 0 R (subsubsection.4.7.2.2) 850 0 R (subsubsection.4.7.2.3) 854 0 R (subsubsection.4.7.2.4) 858 0 R (subsubsection.4.7.2.5) 862 0 R] +/Limits [(subsubsection.4.7.19.1) (subsubsection.4.7.2.5)] >> endobj 3435 0 obj << -/Dests 3434 0 R +/Names [(subsubsection.4.7.20.1) 954 0 R (subsubsection.4.7.20.2) 958 0 R (table.3.1) 1879 0 R (table.9.1) 2399 0 R] +/Limits [(subsubsection.4.7.20.1) (table.9.1)] >> endobj 3436 0 obj << +/Kids [3346 0 R 3347 0 R 3348 0 R 3349 0 R 3350 0 R 3351 0 R] +/Limits [(Doc-Start) (Item.15)] +>> +endobj +3437 0 obj +<< +/Kids [3352 0 R 3353 0 R 3354 0 R 3355 0 R 3356 0 R 3357 0 R] +/Limits [(Item.16) (Item.48)] +>> +endobj +3438 0 obj +<< +/Kids [3358 0 R 3359 0 R 3360 0 R 3361 0 R 3362 0 R 3363 0 R] +/Limits [(Item.49) (page.114)] +>> +endobj +3439 0 obj +<< +/Kids [3364 0 R 3365 0 R 3366 0 R 3367 0 R 3368 0 R 3369 0 R] +/Limits [(page.115) (page.26)] +>> +endobj +3440 0 obj +<< +/Kids [3370 0 R 3371 0 R 3372 0 R 3373 0 R 3374 0 R 3375 0 R] +/Limits [(page.27) (page.59)] +>> +endobj +3441 0 obj +<< +/Kids [3376 0 R 3377 0 R 3378 0 R 3379 0 R 3380 0 R 3381 0 R] +/Limits [(page.6) (page.91)] +>> +endobj +3442 0 obj +<< +/Kids [3382 0 R 3383 0 R 3384 0 R 3385 0 R 3386 0 R 3387 0 R] +/Limits [(page.92) (section*.9)] +>> +endobj +3443 0 obj +<< +/Kids [3388 0 R 3389 0 R 3390 0 R 3391 0 R 3392 0 R 3393 0 R] +/Limits [(section.1.1) (section.4.3)] +>> +endobj +3444 0 obj +<< +/Kids [3394 0 R 3395 0 R 3396 0 R 3397 0 R 3398 0 R 3399 0 R] +/Limits [(section.4.4) (subsection.2.4.7)] +>> +endobj +3445 0 obj +<< +/Kids [3400 0 R 3401 0 R 3402 0 R 3403 0 R 3404 0 R 3405 0 R] +/Limits [(subsection.2.4.8) (subsection.3.3.11)] +>> +endobj +3446 0 obj +<< +/Kids [3406 0 R 3407 0 R 3408 0 R 3409 0 R 3410 0 R 3411 0 R] +/Limits [(subsection.3.3.12) (subsection.4.1.4)] +>> +endobj +3447 0 obj +<< +/Kids [3412 0 R 3413 0 R 3414 0 R 3415 0 R 3416 0 R 3417 0 R] +/Limits [(subsection.4.1.5) (subsection.4.7.4)] +>> +endobj +3448 0 obj +<< +/Kids [3418 0 R 3419 0 R 3420 0 R 3421 0 R 3422 0 R 3423 0 R] +/Limits [(subsection.4.7.5) (subsubsection.3.1.7.4)] +>> +endobj +3449 0 obj +<< +/Kids [3424 0 R 3425 0 R 3426 0 R 3427 0 R 3428 0 R 3429 0 R] +/Limits [(subsubsection.3.1.7.5) (subsubsection.4.1.5.1)] +>> +endobj +3450 0 obj +<< +/Kids [3430 0 R 3431 0 R 3432 0 R 3433 0 R 3434 0 R 3435 0 R] +/Limits [(subsubsection.4.1.5.2) (table.9.1)] +>> +endobj +3451 0 obj +<< +/Kids [3436 0 R 3437 0 R 3438 0 R 3439 0 R 3440 0 R 3441 0 R] +/Limits [(Doc-Start) (page.91)] +>> +endobj +3452 0 obj +<< +/Kids [3442 0 R 3443 0 R 3444 0 R 3445 0 R 3446 0 R 3447 0 R] +/Limits [(page.92) (subsection.4.7.4)] +>> +endobj +3453 0 obj +<< +/Kids [3448 0 R 3449 0 R 3450 0 R] +/Limits [(subsection.4.7.5) (table.9.1)] +>> +endobj +3454 0 obj +<< +/Kids [3451 0 R 3452 0 R 3453 0 R] +/Limits [(Doc-Start) (table.9.1)] +>> +endobj +3455 0 obj +<< +/Dests 3454 0 R +>> +endobj +3456 0 obj +<< /Type /Catalog -/Pages 3325 0 R -/Outlines 3326 0 R -/Names 3435 0 R +/Pages 3344 0 R +/Outlines 3345 0 R +/Names 3455 0 R /PageMode/UseOutlines/PageLabels<</Nums[0<</S/D>>1<</S/D>>]>> -/OpenAction 1165 0 R +/OpenAction 1177 0 R >> endobj -3437 0 obj +3457 0 obj << /Producer (pdfTeX-1.40.21) /Author(\376\377\000S\000D\000C\000C\000\040\000d\000e\000v\000e\000l\000o\000p\000m\000e\000n\000t\000\040\000t\000e\000a\000m)/Title(\376\377\000S\000D\000C\000C\000\040\000C\000o\000m\000p\000i\000l\000e\000r\000\040\000U\000s\000e\000r\000\040\000G\000u\000i\000d\000e)/Subject(\376\377\000i\000n\000s\000t\000a\000l\000l\000a\000t\000i\000o\000n\000,\000\040\000u\000s\000e\000r\000\040\000m\000a\000n\000u\000a\000l)/Creator(LaTeX with hyperref)/Keywords(\376\377\0006\0008\000h\000c\0000\0008\000\040\0008\0000\0003\0002\000\040\0008\0000\0005\0001\000\040\000a\000n\000s\000i\000\040\000i\000s\000o\000\040\000c\000\040\000c\000o\000m\000p\000i\000l\000e\000r\000\040\000a\000s\000s\000e\000m\000b\000l\000e\000r\000\040\000C\000P\000U\000\040\000D\000S\0003\0009\0000\000\040\000e\000m\000b\000e\000d\000d\000e\000d\000\040\000d\000e\000v\000e\000l\000o\000p\000m\000e\000n\000t\000\040\000f\000r\000e\000e\000\040\000F\000l\000o\000a\000t\000i\000n\000g\000\040\000P\000o\000i\000n\000t\000\040\000A\000r\000i\000t\000h\000m\000e\000t\000i\000c\000\040\000F\000r\000e\000e\000s\000c\000a\000l\000e\000\040\000G\000P\000L\000\040\000H\000C\0000\0008\000\040\000S\0000\0008\000\040\000i\000n\000l\000i\000n\000e\000\040\000I\000n\000t\000e\000l\000\040\000I\000S\000O\000/\000I\000E\000C\000\040\0009\0008\0009\0009\000:\0001\0009\0009\0000\000\040\000L\000i\000n\000u\000x\000\040\000M\000A\000C\000\040\000O\000S\000\040\000X\000\040\000m\000a\000n\000u\000a\000l\000\040\000M\000a\000x\000i\000m\000\040\000m\000c\000s\0005\0001\000\040\000M\000i\000c\000r\000o\000c\000h\000i\000p\000\040\000m\000i\000c\000r\000o\000c\000o\000n\000t\000r\000o\000l\000l\000e\000r\000\040\000o\000p\000e\000n\000\040\000s\000o\000u\000r\000c\000e\000\040\000P\000I\000C\000\040\000U\000n\000i\000x\000\040\000W\000i\000n\000d\000o\000w\000s\000\040\000Z\0008\0000\000\040\000Z\0001\0008\0000\000\040\000Z\000i\000l\000o\000g\000\040\000R\000a\000b\000b\000i\000t) -/CreationDate (D:20220503003200-05'00') -/ModDate (D:20220503003200-05'00') +/CreationDate (D:20230601003153-05'00') +/ModDate (D:20230601003153-05'00') /Trapped /False /PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020) kpathsea version 6.3.2) >> endobj xref -0 3438 +0 3458 0000000000 65535 f 0000000015 00000 n -0000126300 00000 n -0000882444 00000 n +0000127504 00000 n +0000915176 00000 n 0000000060 00000 n 0000000146 00000 n -0000126360 00000 n -0000882374 00000 n +0000127564 00000 n +0000915106 00000 n 0000000193 00000 n 0000000272 00000 n -0000131351 00000 n -0000882290 00000 n +0000132822 00000 n +0000915022 00000 n 0000000319 00000 n 0000000447 00000 n -0000135616 00000 n -0000882204 00000 n +0000137148 00000 n +0000914936 00000 n 0000000495 00000 n 0000000587 00000 n -0000135677 00000 n -0000882118 00000 n +0000137209 00000 n +0000914850 00000 n 0000000635 00000 n 0000000780 00000 n -0000135738 00000 n -0000882032 00000 n +0000137270 00000 n +0000914764 00000 n 0000000828 00000 n 0000001044 00000 n -0000144764 00000 n -0000881946 00000 n +0000146936 00000 n +0000914678 00000 n 0000001092 00000 n 0000001217 00000 n -0000144825 00000 n -0000881873 00000 n +0000146997 00000 n +0000914605 00000 n 0000001265 00000 n 0000001370 00000 n -0000146583 00000 n -0000881746 00000 n +0000148755 00000 n +0000914478 00000 n 0000001416 00000 n 0000001521 00000 n -0000146644 00000 n -0000881672 00000 n +0000148816 00000 n +0000914404 00000 n 0000001569 00000 n 0000001684 00000 n -0000151561 00000 n -0000881585 00000 n +0000153733 00000 n +0000914317 00000 n 0000001732 00000 n 0000001827 00000 n -0000154021 00000 n -0000881498 00000 n +0000156193 00000 n +0000914230 00000 n 0000001875 00000 n 0000001965 00000 n -0000159033 00000 n -0000881374 00000 n +0000161205 00000 n +0000914106 00000 n 0000002013 00000 n 0000002108 00000 n -0000159094 00000 n -0000881300 00000 n +0000161266 00000 n +0000914032 00000 n 0000002161 00000 n 0000002307 00000 n -0000162521 00000 n -0000881213 00000 n +0000164826 00000 n +0000913945 00000 n 0000002360 00000 n 0000002527 00000 n -0000162582 00000 n -0000881126 00000 n +0000164887 00000 n +0000913858 00000 n 0000002580 00000 n 0000002830 00000 n -0000162643 00000 n -0000881039 00000 n +0000164948 00000 n +0000913771 00000 n 0000002883 00000 n 0000003115 00000 n -0000166946 00000 n -0000880952 00000 n +0000169218 00000 n +0000913684 00000 n 0000003168 00000 n 0000003482 00000 n -0000170730 00000 n -0000880865 00000 n +0000172885 00000 n +0000913597 00000 n 0000003535 00000 n 0000003752 00000 n -0000170917 00000 n -0000880778 00000 n +0000173072 00000 n +0000913510 00000 n 0000003805 00000 n 0000004042 00000 n -0000170978 00000 n -0000880704 00000 n +0000173133 00000 n +0000913436 00000 n 0000004095 00000 n 0000004190 00000 n -0000176282 00000 n -0000880617 00000 n +0000178657 00000 n +0000913349 00000 n 0000004238 00000 n 0000004401 00000 n -0000176343 00000 n -0000880530 00000 n +0000178718 00000 n +0000913262 00000 n 0000004449 00000 n 0000004607 00000 n -0000176404 00000 n -0000880443 00000 n +0000178779 00000 n +0000913175 00000 n 0000004655 00000 n 0000004816 00000 n -0000179449 00000 n -0000880315 00000 n +0000181823 00000 n +0000913047 00000 n 0000004864 00000 n 0000005015 00000 n -0000179510 00000 n -0000880237 00000 n +0000181884 00000 n +0000912969 00000 n 0000005069 00000 n 0000005272 00000 n -0000179572 00000 n -0000880145 00000 n +0000181946 00000 n +0000912877 00000 n 0000005326 00000 n 0000005504 00000 n -0000179634 00000 n -0000880053 00000 n +0000182008 00000 n +0000912785 00000 n 0000005558 00000 n 0000005701 00000 n -0000181995 00000 n -0000879975 00000 n +0000184369 00000 n +0000912707 00000 n 0000005755 00000 n 0000005989 00000 n -0000182057 00000 n -0000879859 00000 n +0000184431 00000 n +0000912591 00000 n 0000006038 00000 n 0000006162 00000 n -0000185427 00000 n -0000879780 00000 n +0000187801 00000 n +0000912512 00000 n 0000006216 00000 n 0000006348 00000 n -0000185489 00000 n -0000879687 00000 n +0000187863 00000 n +0000912419 00000 n 0000006402 00000 n 0000006569 00000 n -0000185551 00000 n -0000879594 00000 n +0000187925 00000 n +0000912326 00000 n 0000006623 00000 n 0000006907 00000 n -0000185613 00000 n -0000879501 00000 n +0000187987 00000 n +0000912233 00000 n 0000006961 00000 n 0000007207 00000 n -0000185675 00000 n -0000879422 00000 n +0000188049 00000 n +0000912154 00000 n 0000007261 00000 n 0000007446 00000 n -0000187742 00000 n -0000879289 00000 n +0000190533 00000 n +0000912021 00000 n 0000007493 00000 n 0000007574 00000 n -0000187804 00000 n -0000879171 00000 n +0000190595 00000 n +0000911903 00000 n 0000007623 00000 n 0000007746 00000 n -0000187866 00000 n -0000879092 00000 n +0000190657 00000 n +0000911824 00000 n 0000007800 00000 n 0000007940 00000 n -0000189954 00000 n -0000878999 00000 n +0000192894 00000 n +0000911731 00000 n 0000007994 00000 n 0000008060 00000 n -0000190016 00000 n -0000878906 00000 n +0000192956 00000 n +0000911638 00000 n 0000008114 00000 n 0000008180 00000 n -0000190078 00000 n -0000878813 00000 n +0000193018 00000 n +0000911545 00000 n 0000008234 00000 n 0000008369 00000 n -0000190140 00000 n -0000878720 00000 n +0000193079 00000 n +0000911452 00000 n 0000008423 00000 n 0000008489 00000 n -0000190202 00000 n -0000878627 00000 n +0000195259 00000 n +0000911359 00000 n 0000008543 00000 n 0000008624 00000 n -0000190264 00000 n -0000878508 00000 n +0000195321 00000 n +0000911240 00000 n 0000008678 00000 n 0000008864 00000 n -0000190326 00000 n -0000878429 00000 n +0000195383 00000 n +0000911161 00000 n 0000008923 00000 n 0000009006 00000 n -0000190388 00000 n -0000878336 00000 n +0000195445 00000 n +0000911068 00000 n 0000009065 00000 n 0000009148 00000 n -0000190450 00000 n -0000878243 00000 n +0000195507 00000 n +0000910975 00000 n 0000009207 00000 n 0000009290 00000 n -0000192305 00000 n -0000878150 00000 n +0000195569 00000 n +0000910882 00000 n 0000009349 00000 n 0000009427 00000 n -0000192367 00000 n -0000878057 00000 n +0000195631 00000 n +0000910789 00000 n 0000009486 00000 n 0000009554 00000 n -0000192429 00000 n -0000877964 00000 n +0000197785 00000 n +0000910696 00000 n 0000009613 00000 n 0000009714 00000 n -0000192491 00000 n -0000877871 00000 n +0000197847 00000 n +0000910603 00000 n 0000009773 00000 n 0000009902 00000 n -0000192551 00000 n -0000877778 00000 n +0000197908 00000 n +0000910510 00000 n 0000009961 00000 n 0000010014 00000 n -0000192612 00000 n -0000877685 00000 n +0000197970 00000 n +0000910417 00000 n 0000010073 00000 n 0000010348 00000 n -0000192674 00000 n -0000877592 00000 n +0000198032 00000 n +0000910324 00000 n 0000010408 00000 n 0000010486 00000 n -0000192736 00000 n -0000877499 00000 n +0000198093 00000 n +0000910231 00000 n 0000010546 00000 n 0000010697 00000 n -0000195328 00000 n -0000877406 00000 n +0000198155 00000 n +0000910138 00000 n 0000010757 00000 n 0000010873 00000 n -0000195390 00000 n -0000877327 00000 n +0000201498 00000 n +0000910059 00000 n 0000010933 00000 n 0000011021 00000 n -0000195452 00000 n -0000877195 00000 n +0000201560 00000 n +0000909927 00000 n 0000011070 00000 n 0000011143 00000 n -0000195514 00000 n -0000877116 00000 n +0000201622 00000 n +0000909848 00000 n 0000011197 00000 n 0000011369 00000 n -0000199138 00000 n -0000877023 00000 n +0000201684 00000 n +0000909755 00000 n 0000011423 00000 n 0000011628 00000 n -0000199200 00000 n -0000876930 00000 n +0000205229 00000 n +0000909662 00000 n 0000011682 00000 n 0000011897 00000 n -0000202047 00000 n -0000876837 00000 n +0000205291 00000 n +0000909569 00000 n 0000011951 00000 n 0000012158 00000 n -0000202109 00000 n -0000876758 00000 n +0000207332 00000 n +0000909490 00000 n 0000012212 00000 n 0000012463 00000 n -0000202171 00000 n -0000876625 00000 n +0000207394 00000 n +0000909357 00000 n 0000012512 00000 n 0000012646 00000 n -0000202233 00000 n -0000876546 00000 n +0000207456 00000 n +0000909278 00000 n 0000012700 00000 n 0000012869 00000 n -0000206225 00000 n -0000876453 00000 n +0000211590 00000 n +0000909185 00000 n 0000012923 00000 n 0000013054 00000 n -0000210019 00000 n -0000876360 00000 n +0000211652 00000 n +0000909092 00000 n 0000013108 00000 n 0000013239 00000 n -0000214340 00000 n -0000876267 00000 n +0000215305 00000 n +0000908999 00000 n 0000013293 00000 n 0000013389 00000 n -0000221545 00000 n -0000876174 00000 n +0000227413 00000 n +0000908906 00000 n 0000013443 00000 n 0000013544 00000 n -0000225577 00000 n -0000876081 00000 n +0000227475 00000 n +0000908813 00000 n 0000013598 00000 n 0000013694 00000 n -0000225639 00000 n -0000875988 00000 n +0000231130 00000 n +0000908720 00000 n 0000013748 00000 n 0000013890 00000 n -0000228799 00000 n -0000875895 00000 n +0000231192 00000 n +0000908627 00000 n 0000013944 00000 n 0000014447 00000 n -0000228861 00000 n -0000875802 00000 n +0000234514 00000 n +0000908534 00000 n 0000014501 00000 n 0000014870 00000 n -0000228923 00000 n -0000875709 00000 n +0000234576 00000 n +0000908441 00000 n 0000014925 00000 n 0000015016 00000 n -0000228985 00000 n -0000875616 00000 n +0000234638 00000 n +0000908348 00000 n 0000015071 00000 n 0000015162 00000 n -0000229047 00000 n -0000875523 00000 n +0000234700 00000 n +0000908255 00000 n 0000015217 00000 n 0000015376 00000 n -0000237793 00000 n -0000875444 00000 n +0000234762 00000 n +0000908176 00000 n 0000015431 00000 n 0000015651 00000 n -0000237855 00000 n -0000875351 00000 n +0000234824 00000 n +0000908083 00000 n 0000015700 00000 n 0000015836 00000 n -0000237916 00000 n -0000875218 00000 n +0000243314 00000 n +0000907950 00000 n 0000015885 00000 n 0000016039 00000 n -0000237978 00000 n -0000875100 00000 n +0000243376 00000 n +0000907832 00000 n 0000016093 00000 n 0000016343 00000 n -0000240375 00000 n -0000875021 00000 n +0000243438 00000 n +0000907753 00000 n 0000016402 00000 n 0000016523 00000 n -0000240437 00000 n -0000874928 00000 n +0000243500 00000 n +0000907660 00000 n 0000016582 00000 n 0000016703 00000 n -0000240499 00000 n -0000874835 00000 n +0000245855 00000 n +0000907567 00000 n 0000016762 00000 n 0000016831 00000 n -0000240561 00000 n -0000874742 00000 n +0000245917 00000 n +0000907474 00000 n 0000016890 00000 n 0000016959 00000 n -0000243935 00000 n -0000874649 00000 n +0000245979 00000 n +0000907381 00000 n 0000017018 00000 n 0000017082 00000 n -0000243997 00000 n -0000874556 00000 n +0000249457 00000 n +0000907288 00000 n 0000017141 00000 n 0000017200 00000 n -0000244059 00000 n -0000874463 00000 n +0000249519 00000 n +0000907195 00000 n 0000017259 00000 n 0000017499 00000 n -0000247078 00000 n -0000874370 00000 n +0000249581 00000 n +0000907102 00000 n 0000017558 00000 n 0000017874 00000 n -0000247140 00000 n -0000874291 00000 n +0000253430 00000 n +0000907023 00000 n 0000017933 00000 n 0000018113 00000 n -0000250520 00000 n -0000874159 00000 n +0000255816 00000 n +0000906891 00000 n 0000018167 00000 n 0000018427 00000 n -0000250582 00000 n -0000874080 00000 n +0000255878 00000 n +0000906812 00000 n 0000018486 00000 n 0000018703 00000 n -0000250644 00000 n -0000873987 00000 n +0000255940 00000 n +0000906719 00000 n 0000018762 00000 n 0000019038 00000 n -0000250706 00000 n -0000873908 00000 n +0000256002 00000 n +0000906640 00000 n 0000019097 00000 n 0000019413 00000 n -0000250768 00000 n -0000873776 00000 n +0000256064 00000 n +0000906508 00000 n 0000019467 00000 n -0000019702 00000 n -0000250830 00000 n -0000873697 00000 n -0000019761 00000 n -0000019833 00000 n -0000252999 00000 n -0000873618 00000 n -0000019892 00000 n -0000019969 00000 n -0000253061 00000 n -0000873486 00000 n -0000020023 00000 n -0000020273 00000 n -0000253123 00000 n -0000873407 00000 n -0000020332 00000 n -0000020391 00000 n -0000253185 00000 n -0000873328 00000 n -0000020450 00000 n -0000020519 00000 n -0000253247 00000 n -0000873235 00000 n -0000020573 00000 n -0000020780 00000 n -0000256333 00000 n -0000873142 00000 n -0000020834 00000 n +0000019682 00000 n +0000256125 00000 n +0000906443 00000 n +0000019741 00000 n +0000019800 00000 n +0000256187 00000 n +0000906311 00000 n +0000019854 00000 n +0000020089 00000 n +0000256249 00000 n +0000906232 00000 n +0000020148 00000 n +0000020220 00000 n +0000256311 00000 n +0000906153 00000 n +0000020279 00000 n +0000020356 00000 n +0000258674 00000 n +0000906021 00000 n +0000020410 00000 n +0000020660 00000 n +0000258736 00000 n +0000905942 00000 n +0000020719 00000 n +0000020778 00000 n +0000258798 00000 n +0000905863 00000 n +0000020837 00000 n +0000020906 00000 n +0000258860 00000 n +0000905770 00000 n 0000020960 00000 n -0000259497 00000 n -0000873049 00000 n -0000021014 00000 n -0000021208 00000 n -0000259559 00000 n -0000872956 00000 n -0000021262 00000 n -0000021373 00000 n -0000259620 00000 n -0000872863 00000 n -0000021427 00000 n -0000021528 00000 n -0000259682 00000 n -0000872784 00000 n -0000021583 00000 n -0000022106 00000 n -0000259744 00000 n -0000872691 00000 n -0000022155 00000 n -0000022342 00000 n -0000262552 00000 n -0000872598 00000 n -0000022391 00000 n -0000022469 00000 n -0000262614 00000 n -0000872466 00000 n -0000022518 00000 n -0000022682 00000 n -0000262676 00000 n -0000872348 00000 n -0000022736 00000 n -0000022862 00000 n -0000267392 00000 n -0000872269 00000 n -0000022921 00000 n -0000023247 00000 n -0000267454 00000 n -0000872176 00000 n -0000023306 00000 n -0000023561 00000 n -0000267516 00000 n -0000872083 00000 n -0000023620 00000 n -0000023860 00000 n -0000267578 00000 n -0000872004 00000 n -0000023919 00000 n -0000024245 00000 n -0000267640 00000 n -0000871911 00000 n -0000024299 00000 n -0000024526 00000 n -0000271152 00000 n -0000871818 00000 n -0000024580 00000 n -0000024772 00000 n -0000271214 00000 n -0000871725 00000 n -0000024826 00000 n -0000025097 00000 n -0000271276 00000 n -0000871632 00000 n -0000025151 00000 n -0000025470 00000 n -0000273598 00000 n -0000871539 00000 n -0000025524 00000 n -0000025782 00000 n -0000273660 00000 n -0000871460 00000 n -0000025836 00000 n -0000026028 00000 n -0000273722 00000 n -0000871328 00000 n -0000026077 00000 n -0000026279 00000 n -0000273784 00000 n -0000871249 00000 n -0000026333 00000 n -0000026583 00000 n -0000273846 00000 n -0000871156 00000 n -0000026637 00000 n -0000026887 00000 n -0000277799 00000 n -0000871077 00000 n -0000026941 00000 n -0000027136 00000 n -0000277861 00000 n -0000870984 00000 n -0000027186 00000 n -0000027495 00000 n -0000281564 00000 n -0000870852 00000 n -0000027545 00000 n -0000027684 00000 n -0000281626 00000 n -0000870734 00000 n -0000027739 00000 n -0000027921 00000 n -0000281688 00000 n -0000870655 00000 n -0000027981 00000 n -0000028183 00000 n -0000281750 00000 n -0000870576 00000 n -0000028243 00000 n -0000028530 00000 n -0000281811 00000 n -0000870483 00000 n -0000028585 00000 n -0000028760 00000 n -0000287132 00000 n -0000870390 00000 n -0000028815 00000 n -0000028921 00000 n -0000290070 00000 n -0000870311 00000 n -0000028976 00000 n -0000029204 00000 n -0000293418 00000 n -0000870218 00000 n -0000029254 00000 n -0000029562 00000 n -0000293479 00000 n -0000870125 00000 n -0000029612 00000 n -0000029756 00000 n -0000297666 00000 n -0000869993 00000 n -0000029806 00000 n -0000029917 00000 n -0000297728 00000 n -0000869914 00000 n -0000029972 00000 n -0000030277 00000 n -0000297790 00000 n -0000869782 00000 n -0000030332 00000 n -0000030606 00000 n -0000297852 00000 n -0000869703 00000 n -0000030666 00000 n -0000030739 00000 n -0000302720 00000 n -0000869624 00000 n -0000030799 00000 n -0000030877 00000 n -0000302782 00000 n -0000869492 00000 n -0000030932 00000 n -0000031176 00000 n -0000302844 00000 n -0000869427 00000 n -0000031236 00000 n -0000031304 00000 n -0000307830 00000 n -0000869348 00000 n -0000031359 00000 n -0000031465 00000 n -0000307892 00000 n -0000869216 00000 n -0000031515 00000 n -0000031611 00000 n -0000307954 00000 n -0000869098 00000 n -0000031666 00000 n -0000031795 00000 n -0000308015 00000 n -0000869019 00000 n -0000031855 00000 n -0000032040 00000 n -0000308077 00000 n -0000868940 00000 n -0000032100 00000 n -0000032201 00000 n -0000308139 00000 n -0000868847 00000 n -0000032256 00000 n -0000032380 00000 n -0000312723 00000 n -0000868768 00000 n -0000032435 00000 n -0000032559 00000 n -0000312785 00000 n -0000868675 00000 n -0000032609 00000 n -0000032672 00000 n -0000320049 00000 n -0000868596 00000 n -0000032722 00000 n -0000032917 00000 n -0000325133 00000 n -0000868463 00000 n -0000032964 00000 n -0000033146 00000 n -0000325195 00000 n -0000868345 00000 n -0000033195 00000 n -0000033296 00000 n -0000325257 00000 n -0000868266 00000 n -0000033350 00000 n -0000033482 00000 n -0000325319 00000 n -0000868173 00000 n -0000033536 00000 n -0000033731 00000 n -0000325380 00000 n -0000868041 00000 n -0000033785 00000 n -0000033878 00000 n -0000329573 00000 n -0000867962 00000 n -0000033937 00000 n -0000034005 00000 n -0000329635 00000 n -0000867883 00000 n -0000034064 00000 n -0000034132 00000 n -0000329697 00000 n -0000867790 00000 n -0000034186 00000 n -0000034340 00000 n -0000337998 00000 n -0000867672 00000 n -0000034394 00000 n -0000034586 00000 n -0000338060 00000 n -0000867593 00000 n -0000034645 00000 n -0000034903 00000 n -0000338122 00000 n -0000867500 00000 n -0000034962 00000 n -0000035063 00000 n -0000338184 00000 n -0000867407 00000 n -0000035122 00000 n -0000035327 00000 n -0000340009 00000 n -0000867328 00000 n -0000035386 00000 n -0000035571 00000 n -0000344630 00000 n -0000867235 00000 n -0000035620 00000 n -0000035701 00000 n -0000344692 00000 n -0000867103 00000 n -0000035750 00000 n -0000036296 00000 n -0000344754 00000 n -0000867024 00000 n -0000036350 00000 n -0000036441 00000 n -0000344816 00000 n -0000866892 00000 n -0000036495 00000 n -0000036586 00000 n -0000344878 00000 n -0000866827 00000 n -0000036645 00000 n -0000036769 00000 n -0000344939 00000 n -0000866695 00000 n -0000036823 00000 n -0000037056 00000 n -0000356461 00000 n -0000866616 00000 n -0000037115 00000 n -0000037348 00000 n -0000356523 00000 n -0000866537 00000 n -0000037407 00000 n -0000037640 00000 n -0000356585 00000 n -0000866405 00000 n -0000037694 00000 n -0000038137 00000 n -0000356647 00000 n -0000866340 00000 n -0000038196 00000 n -0000038444 00000 n -0000364507 00000 n -0000866208 00000 n -0000038498 00000 n -0000038652 00000 n -0000364567 00000 n -0000866129 00000 n -0000038711 00000 n -0000038949 00000 n -0000364629 00000 n -0000866050 00000 n -0000039008 00000 n -0000039246 00000 n -0000364691 00000 n -0000865957 00000 n -0000039300 00000 n -0000039464 00000 n -0000371705 00000 n -0000865864 00000 n -0000039518 00000 n -0000039649 00000 n -0000371767 00000 n -0000865771 00000 n -0000039703 00000 n -0000039794 00000 n -0000371828 00000 n -0000865692 00000 n -0000039848 00000 n -0000039962 00000 n -0000371890 00000 n -0000865560 00000 n -0000040011 00000 n -0000040161 00000 n -0000371952 00000 n -0000865495 00000 n -0000040215 00000 n -0000040306 00000 n -0000372013 00000 n -0000865363 00000 n -0000040355 00000 n -0000040454 00000 n -0000372075 00000 n -0000865259 00000 n -0000040508 00000 n -0000040634 00000 n -0000372136 00000 n -0000865180 00000 n -0000040693 00000 n -0000040903 00000 n -0000374839 00000 n -0000865087 00000 n -0000040962 00000 n -0000041172 00000 n -0000374901 00000 n -0000864994 00000 n -0000041231 00000 n -0000041410 00000 n -0000374963 00000 n -0000864901 00000 n -0000041469 00000 n -0000041613 00000 n -0000375025 00000 n -0000864822 00000 n -0000041672 00000 n -0000041831 00000 n -0000375087 00000 n -0000864690 00000 n -0000041880 00000 n -0000041984 00000 n -0000377170 00000 n -0000864611 00000 n -0000042038 00000 n -0000042236 00000 n -0000380694 00000 n -0000864518 00000 n -0000042290 00000 n -0000042491 00000 n -0000380944 00000 n -0000864425 00000 n -0000042545 00000 n -0000042646 00000 n -0000381006 00000 n -0000864332 00000 n -0000042700 00000 n -0000042821 00000 n -0000384258 00000 n -0000864239 00000 n -0000042875 00000 n -0000043019 00000 n -0000384320 00000 n -0000864146 00000 n -0000043073 00000 n -0000043204 00000 n -0000384382 00000 n -0000864053 00000 n -0000043258 00000 n -0000043394 00000 n -0000387978 00000 n -0000863921 00000 n -0000043448 00000 n -0000043534 00000 n -0000388040 00000 n -0000863842 00000 n -0000043593 00000 n -0000043694 00000 n -0000388102 00000 n -0000863749 00000 n -0000043753 00000 n -0000044016 00000 n -0000388164 00000 n -0000863656 00000 n -0000044075 00000 n -0000044295 00000 n -0000388226 00000 n -0000863563 00000 n -0000044354 00000 n -0000044658 00000 n -0000388288 00000 n -0000863484 00000 n -0000044717 00000 n -0000044932 00000 n -0000388350 00000 n -0000863366 00000 n -0000044986 00000 n -0000045067 00000 n -0000388412 00000 n -0000863287 00000 n -0000045126 00000 n -0000045247 00000 n -0000390333 00000 n -0000863208 00000 n -0000045306 00000 n -0000045445 00000 n -0000390395 00000 n -0000863089 00000 n -0000045494 00000 n -0000045598 00000 n -0000392121 00000 n -0000863010 00000 n -0000045652 00000 n -0000045753 00000 n -0000392183 00000 n -0000862878 00000 n -0000045807 00000 n -0000045946 00000 n -0000394449 00000 n -0000862799 00000 n -0000046005 00000 n -0000046154 00000 n -0000394511 00000 n -0000862706 00000 n -0000046213 00000 n -0000046344 00000 n -0000394573 00000 n -0000862613 00000 n -0000046403 00000 n -0000046524 00000 n -0000394635 00000 n -0000862520 00000 n -0000046583 00000 n -0000046689 00000 n -0000397826 00000 n -0000862441 00000 n -0000046748 00000 n -0000046864 00000 n -0000397888 00000 n -0000862348 00000 n -0000046918 00000 n -0000047054 00000 n -0000397950 00000 n -0000862255 00000 n -0000047108 00000 n -0000047234 00000 n -0000398011 00000 n -0000862162 00000 n -0000047288 00000 n -0000047371 00000 n -0000401610 00000 n -0000862069 00000 n -0000047425 00000 n -0000047488 00000 n -0000404244 00000 n -0000861976 00000 n -0000047542 00000 n -0000047709 00000 n -0000407500 00000 n -0000861883 00000 n -0000047763 00000 n -0000047854 00000 n -0000407562 00000 n -0000861790 00000 n -0000047908 00000 n -0000047981 00000 n -0000407750 00000 n -0000861697 00000 n -0000048036 00000 n -0000048229 00000 n -0000411881 00000 n -0000861604 00000 n -0000048284 00000 n -0000048380 00000 n -0000411943 00000 n -0000861511 00000 n -0000048435 00000 n -0000048488 00000 n -0000415319 00000 n -0000861418 00000 n -0000048543 00000 n -0000048616 00000 n -0000415377 00000 n -0000861325 00000 n -0000048671 00000 n -0000048815 00000 n -0000419122 00000 n -0000861232 00000 n -0000048870 00000 n -0000048948 00000 n -0000419184 00000 n -0000861139 00000 n -0000049003 00000 n -0000049114 00000 n -0000422608 00000 n -0000861046 00000 n -0000049169 00000 n -0000049290 00000 n -0000422670 00000 n -0000860914 00000 n -0000049345 00000 n -0000049464 00000 n -0000422732 00000 n -0000860835 00000 n -0000049524 00000 n -0000049658 00000 n -0000426131 00000 n -0000860742 00000 n -0000049718 00000 n -0000049839 00000 n -0000426193 00000 n -0000860663 00000 n -0000049899 00000 n -0000049962 00000 n -0000428468 00000 n -0000860531 00000 n -0000050017 00000 n -0000050142 00000 n -0000428530 00000 n -0000860466 00000 n -0000050202 00000 n -0000050283 00000 n -0000430099 00000 n -0000860348 00000 n -0000050338 00000 n -0000050419 00000 n -0000430161 00000 n -0000860269 00000 n -0000050479 00000 n -0000050633 00000 n -0000430223 00000 n -0000860190 00000 n -0000050693 00000 n -0000050804 00000 n -0000433910 00000 n -0000860057 00000 n -0000050851 00000 n -0000050924 00000 n -0000437702 00000 n -0000859939 00000 n -0000050973 00000 n -0000051115 00000 n -0000437764 00000 n -0000859860 00000 n -0000051169 00000 n -0000051318 00000 n -0000437824 00000 n -0000859767 00000 n -0000051372 00000 n -0000051519 00000 n -0000437886 00000 n -0000859674 00000 n -0000051573 00000 n -0000051745 00000 n -0000439764 00000 n -0000859581 00000 n -0000051799 00000 n -0000051966 00000 n -0000439826 00000 n -0000859488 00000 n -0000052020 00000 n -0000052169 00000 n -0000444894 00000 n -0000859395 00000 n -0000052223 00000 n -0000052390 00000 n -0000444956 00000 n -0000859316 00000 n -0000052444 00000 n -0000052626 00000 n -0000446407 00000 n -0000859237 00000 n -0000052675 00000 n -0000053003 00000 n -0000448681 00000 n -0000859102 00000 n -0000053050 00000 n -0000053098 00000 n -0000453153 00000 n -0000859023 00000 n -0000053147 00000 n -0000053388 00000 n -0000453215 00000 n -0000858928 00000 n -0000053437 00000 n -0000053648 00000 n -0000455816 00000 n -0000858831 00000 n -0000053698 00000 n -0000053949 00000 n -0000465582 00000 n -0000858733 00000 n -0000053999 00000 n -0000054212 00000 n -0000465645 00000 n -0000858635 00000 n -0000054262 00000 n -0000054425 00000 n -0000474425 00000 n -0000858537 00000 n -0000054475 00000 n -0000054731 00000 n -0000474488 00000 n -0000858439 00000 n -0000054781 00000 n -0000055017 00000 n -0000479917 00000 n -0000858356 00000 n -0000055067 00000 n -0000055169 00000 n -0000483869 00000 n -0000858216 00000 n -0000055217 00000 n -0000055281 00000 n -0000483932 00000 n -0000858132 00000 n -0000055331 00000 n -0000055433 00000 n -0000490707 00000 n -0000858033 00000 n -0000055483 00000 n -0000055610 00000 n -0000490770 00000 n -0000857934 00000 n -0000055660 00000 n -0000055782 00000 n -0000490833 00000 n -0000857835 00000 n -0000055832 00000 n -0000055924 00000 n -0000490896 00000 n -0000857736 00000 n -0000055974 00000 n -0000056048 00000 n -0000490959 00000 n -0000857637 00000 n -0000056098 00000 n -0000056301 00000 n -0000491022 00000 n -0000857538 00000 n -0000056351 00000 n -0000056453 00000 n -0000491085 00000 n -0000857439 00000 n -0000056503 00000 n -0000056610 00000 n -0000497020 00000 n -0000857340 00000 n -0000056660 00000 n -0000056729 00000 n -0000497083 00000 n -0000857256 00000 n -0000056780 00000 n -0000056941 00000 n -0000499259 00000 n -0000857116 00000 n -0000056989 00000 n -0000057119 00000 n -0000499322 00000 n -0000856990 00000 n -0000057169 00000 n -0000057263 00000 n -0000499385 00000 n -0000856906 00000 n -0000057318 00000 n -0000057480 00000 n -0000499448 00000 n -0000856807 00000 n -0000057535 00000 n -0000057672 00000 n -0000501412 00000 n -0000856708 00000 n -0000057727 00000 n -0000057836 00000 n -0000501475 00000 n -0000856609 00000 n -0000057891 00000 n -0000058013 00000 n -0000503780 00000 n -0000856510 00000 n -0000058068 00000 n -0000058170 00000 n -0000503843 00000 n -0000856411 00000 n -0000058225 00000 n -0000058382 00000 n -0000503906 00000 n -0000856312 00000 n -0000058437 00000 n -0000058564 00000 n -0000507134 00000 n -0000856213 00000 n -0000058619 00000 n -0000058771 00000 n -0000507197 00000 n -0000856114 00000 n -0000058826 00000 n -0000058915 00000 n -0000507260 00000 n -0000856015 00000 n -0000058971 00000 n -0000059129 00000 n -0000509734 00000 n -0000855916 00000 n -0000059185 00000 n -0000059285 00000 n -0000512071 00000 n -0000855817 00000 n -0000059341 00000 n -0000059573 00000 n -0000512134 00000 n -0000855718 00000 n -0000059629 00000 n -0000059867 00000 n -0000515267 00000 n -0000855619 00000 n -0000059923 00000 n -0000060259 00000 n -0000515330 00000 n -0000855520 00000 n -0000060315 00000 n -0000060442 00000 n -0000515393 00000 n -0000855436 00000 n -0000060498 00000 n -0000060620 00000 n -0000521404 00000 n -0000855337 00000 n -0000060670 00000 n -0000060807 00000 n -0000521467 00000 n -0000855253 00000 n -0000060857 00000 n -0000061060 00000 n -0000527581 00000 n -0000855113 00000 n -0000061108 00000 n -0000061230 00000 n -0000527644 00000 n -0000855029 00000 n -0000061280 00000 n -0000061456 00000 n -0000542051 00000 n -0000854945 00000 n -0000061506 00000 n -0000061907 00000 n -0000543734 00000 n -0000854861 00000 n -0000061956 00000 n +0000021167 00000 n +0000258922 00000 n +0000905677 00000 n +0000021221 00000 n +0000021347 00000 n +0000265240 00000 n +0000905584 00000 n +0000021401 00000 n +0000021556 00000 n +0000265302 00000 n +0000905491 00000 n +0000021610 00000 n +0000021804 00000 n +0000265364 00000 n +0000905398 00000 n +0000021859 00000 n +0000021970 00000 n +0000265426 00000 n +0000905305 00000 n +0000022025 00000 n +0000022126 00000 n +0000265488 00000 n +0000905226 00000 n +0000022181 00000 n +0000022704 00000 n +0000265550 00000 n +0000905133 00000 n +0000022753 00000 n +0000022940 00000 n +0000268463 00000 n +0000905040 00000 n +0000022989 00000 n +0000023067 00000 n +0000273204 00000 n +0000904908 00000 n +0000023116 00000 n +0000023280 00000 n +0000273266 00000 n +0000904790 00000 n +0000023334 00000 n +0000023460 00000 n +0000273328 00000 n +0000904711 00000 n +0000023519 00000 n +0000023845 00000 n +0000273390 00000 n +0000904618 00000 n +0000023904 00000 n +0000024159 00000 n +0000273452 00000 n +0000904525 00000 n +0000024218 00000 n +0000024458 00000 n +0000273514 00000 n +0000904446 00000 n +0000024517 00000 n +0000024843 00000 n +0000277146 00000 n +0000904353 00000 n +0000024897 00000 n +0000025124 00000 n +0000277208 00000 n +0000904260 00000 n +0000025178 00000 n +0000025370 00000 n +0000277270 00000 n +0000904167 00000 n +0000025424 00000 n +0000025695 00000 n +0000279707 00000 n +0000904074 00000 n +0000025749 00000 n +0000026068 00000 n +0000279769 00000 n +0000903981 00000 n +0000026122 00000 n +0000026380 00000 n +0000279830 00000 n +0000903902 00000 n +0000026434 00000 n +0000026626 00000 n +0000279892 00000 n +0000903770 00000 n +0000026675 00000 n +0000026877 00000 n +0000279954 00000 n +0000903691 00000 n +0000026931 00000 n +0000027181 00000 n +0000280016 00000 n +0000903598 00000 n +0000027235 00000 n +0000027485 00000 n +0000283184 00000 n +0000903519 00000 n +0000027539 00000 n +0000027734 00000 n +0000283246 00000 n +0000903426 00000 n +0000027784 00000 n +0000028093 00000 n +0000287026 00000 n +0000903294 00000 n +0000028143 00000 n +0000028282 00000 n +0000287088 00000 n +0000903176 00000 n +0000028337 00000 n +0000028519 00000 n +0000287150 00000 n +0000903097 00000 n +0000028579 00000 n +0000028781 00000 n +0000287212 00000 n +0000903018 00000 n +0000028841 00000 n +0000029128 00000 n +0000287274 00000 n +0000902925 00000 n +0000029183 00000 n +0000029358 00000 n +0000293282 00000 n +0000902832 00000 n +0000029413 00000 n +0000029519 00000 n +0000296158 00000 n +0000902753 00000 n +0000029574 00000 n +0000029802 00000 n +0000299574 00000 n +0000902660 00000 n +0000029852 00000 n +0000030160 00000 n +0000299636 00000 n +0000902567 00000 n +0000030210 00000 n +0000030354 00000 n +0000303904 00000 n +0000902435 00000 n +0000030404 00000 n +0000030515 00000 n +0000303966 00000 n +0000902356 00000 n +0000030570 00000 n +0000030875 00000 n +0000304026 00000 n +0000902224 00000 n +0000030930 00000 n +0000031204 00000 n +0000304088 00000 n +0000902145 00000 n +0000031264 00000 n +0000031337 00000 n +0000308958 00000 n +0000902066 00000 n +0000031397 00000 n +0000031475 00000 n +0000309020 00000 n +0000901934 00000 n +0000031530 00000 n +0000031774 00000 n +0000309082 00000 n +0000901869 00000 n +0000031834 00000 n +0000031902 00000 n +0000314068 00000 n +0000901790 00000 n +0000031957 00000 n +0000032063 00000 n +0000314130 00000 n +0000901658 00000 n +0000032113 00000 n +0000032209 00000 n +0000314192 00000 n +0000901540 00000 n +0000032264 00000 n +0000032393 00000 n +0000314253 00000 n +0000901461 00000 n +0000032453 00000 n +0000032638 00000 n +0000314315 00000 n +0000901382 00000 n +0000032698 00000 n +0000032799 00000 n +0000314377 00000 n +0000901289 00000 n +0000032854 00000 n +0000032978 00000 n +0000318959 00000 n +0000901210 00000 n +0000033033 00000 n +0000033157 00000 n +0000319021 00000 n +0000901117 00000 n +0000033207 00000 n +0000033270 00000 n +0000327652 00000 n +0000901038 00000 n +0000033320 00000 n +0000033515 00000 n +0000330313 00000 n +0000900905 00000 n +0000033562 00000 n +0000033744 00000 n +0000330375 00000 n +0000900787 00000 n +0000033793 00000 n +0000033894 00000 n +0000330437 00000 n +0000900708 00000 n +0000033948 00000 n +0000034080 00000 n +0000330499 00000 n +0000900615 00000 n +0000034134 00000 n +0000034329 00000 n +0000330560 00000 n +0000900483 00000 n +0000034383 00000 n +0000034476 00000 n +0000334753 00000 n +0000900404 00000 n +0000034535 00000 n +0000034603 00000 n +0000334815 00000 n +0000900325 00000 n +0000034662 00000 n +0000034730 00000 n +0000334877 00000 n +0000900232 00000 n +0000034784 00000 n +0000034938 00000 n +0000340343 00000 n +0000900114 00000 n +0000034992 00000 n +0000035184 00000 n +0000340405 00000 n +0000900035 00000 n +0000035243 00000 n +0000035501 00000 n +0000343105 00000 n +0000899942 00000 n +0000035560 00000 n +0000035661 00000 n +0000343167 00000 n +0000899849 00000 n +0000035720 00000 n +0000035925 00000 n +0000345685 00000 n +0000899770 00000 n +0000035984 00000 n +0000036169 00000 n +0000345747 00000 n +0000899677 00000 n +0000036218 00000 n +0000036299 00000 n +0000349948 00000 n +0000899545 00000 n +0000036348 00000 n +0000036894 00000 n +0000350010 00000 n +0000899466 00000 n +0000036948 00000 n +0000037039 00000 n +0000350072 00000 n +0000899334 00000 n +0000037093 00000 n +0000037184 00000 n +0000350134 00000 n +0000899269 00000 n +0000037243 00000 n +0000037367 00000 n +0000350196 00000 n +0000899137 00000 n +0000037421 00000 n +0000037654 00000 n +0000350258 00000 n +0000899058 00000 n +0000037713 00000 n +0000037946 00000 n +0000382547 00000 n +0000898979 00000 n +0000038005 00000 n +0000038238 00000 n +0000389370 00000 n +0000898847 00000 n +0000038292 00000 n +0000038735 00000 n +0000389432 00000 n +0000898782 00000 n +0000038794 00000 n +0000039042 00000 n +0000391016 00000 n +0000898650 00000 n +0000039096 00000 n +0000039250 00000 n +0000391078 00000 n +0000898571 00000 n +0000039309 00000 n +0000039547 00000 n +0000399218 00000 n +0000898492 00000 n +0000039606 00000 n +0000039844 00000 n +0000399280 00000 n +0000898399 00000 n +0000039898 00000 n +0000040062 00000 n +0000399342 00000 n +0000898306 00000 n +0000040116 00000 n +0000040247 00000 n +0000399404 00000 n +0000898213 00000 n +0000040301 00000 n +0000040392 00000 n +0000399466 00000 n +0000898134 00000 n +0000040446 00000 n +0000040560 00000 n +0000406433 00000 n +0000898002 00000 n +0000040609 00000 n +0000040759 00000 n +0000406495 00000 n +0000897937 00000 n +0000040813 00000 n +0000040904 00000 n +0000406557 00000 n +0000897805 00000 n +0000040953 00000 n +0000041052 00000 n +0000406619 00000 n +0000897701 00000 n +0000041106 00000 n +0000041232 00000 n +0000406681 00000 n +0000897622 00000 n +0000041291 00000 n +0000041501 00000 n +0000406743 00000 n +0000897529 00000 n +0000041560 00000 n +0000041770 00000 n +0000406805 00000 n +0000897436 00000 n +0000041829 00000 n +0000042008 00000 n +0000406867 00000 n +0000897343 00000 n +0000042067 00000 n +0000042211 00000 n +0000408977 00000 n +0000897264 00000 n +0000042270 00000 n +0000042429 00000 n +0000409039 00000 n +0000897132 00000 n +0000042478 00000 n +0000042582 00000 n +0000411856 00000 n +0000897053 00000 n +0000042636 00000 n +0000042834 00000 n +0000412107 00000 n +0000896960 00000 n +0000042888 00000 n +0000043089 00000 n +0000415758 00000 n +0000896867 00000 n +0000043143 00000 n +0000043244 00000 n +0000415820 00000 n +0000896774 00000 n +0000043298 00000 n +0000043419 00000 n +0000415882 00000 n +0000896681 00000 n +0000043473 00000 n +0000043617 00000 n +0000418842 00000 n +0000896588 00000 n +0000043671 00000 n +0000043802 00000 n +0000418904 00000 n +0000896495 00000 n +0000043856 00000 n +0000043992 00000 n +0000418966 00000 n +0000896363 00000 n +0000044046 00000 n +0000044132 00000 n +0000419028 00000 n +0000896284 00000 n +0000044191 00000 n +0000044292 00000 n +0000422361 00000 n +0000896191 00000 n +0000044351 00000 n +0000044614 00000 n +0000422423 00000 n +0000896098 00000 n +0000044673 00000 n +0000044893 00000 n +0000422485 00000 n +0000896005 00000 n +0000044952 00000 n +0000045256 00000 n +0000422547 00000 n +0000895926 00000 n +0000045315 00000 n +0000045530 00000 n +0000422609 00000 n +0000895808 00000 n +0000045584 00000 n +0000045665 00000 n +0000422671 00000 n +0000895729 00000 n +0000045724 00000 n +0000045845 00000 n +0000422733 00000 n +0000895650 00000 n +0000045904 00000 n +0000046043 00000 n +0000422795 00000 n +0000895531 00000 n +0000046092 00000 n +0000046196 00000 n +0000426109 00000 n +0000895452 00000 n +0000046250 00000 n +0000046351 00000 n +0000426171 00000 n +0000895320 00000 n +0000046405 00000 n +0000046544 00000 n +0000426233 00000 n +0000895241 00000 n +0000046603 00000 n +0000046752 00000 n +0000428499 00000 n +0000895148 00000 n +0000046811 00000 n +0000046942 00000 n +0000428561 00000 n +0000895055 00000 n +0000047001 00000 n +0000047122 00000 n +0000428623 00000 n +0000894962 00000 n +0000047181 00000 n +0000047287 00000 n +0000428685 00000 n +0000894883 00000 n +0000047346 00000 n +0000047462 00000 n +0000431933 00000 n +0000894790 00000 n +0000047516 00000 n +0000047652 00000 n +0000431995 00000 n +0000894697 00000 n +0000047706 00000 n +0000047832 00000 n +0000432057 00000 n +0000894604 00000 n +0000047886 00000 n +0000047969 00000 n +0000432119 00000 n +0000894511 00000 n +0000048023 00000 n +0000048086 00000 n +0000438168 00000 n +0000894418 00000 n +0000048140 00000 n +0000048307 00000 n +0000438230 00000 n +0000894325 00000 n +0000048361 00000 n +0000048452 00000 n +0000441976 00000 n +0000894232 00000 n +0000048506 00000 n +0000048579 00000 n +0000442164 00000 n +0000894139 00000 n +0000048634 00000 n +0000048827 00000 n +0000446462 00000 n +0000894046 00000 n +0000048882 00000 n +0000048978 00000 n +0000446524 00000 n +0000893953 00000 n +0000049033 00000 n +0000049086 00000 n +0000449733 00000 n +0000893860 00000 n +0000049141 00000 n +0000049214 00000 n +0000449795 00000 n +0000893767 00000 n +0000049269 00000 n +0000049413 00000 n +0000449856 00000 n +0000893674 00000 n +0000049468 00000 n +0000049546 00000 n +0000453637 00000 n +0000893581 00000 n +0000049601 00000 n +0000049712 00000 n +0000453699 00000 n +0000893488 00000 n +0000049767 00000 n +0000049888 00000 n +0000456749 00000 n +0000893356 00000 n +0000049943 00000 n +0000050062 00000 n +0000456811 00000 n +0000893277 00000 n +0000050122 00000 n +0000050256 00000 n +0000459977 00000 n +0000893184 00000 n +0000050316 00000 n +0000050437 00000 n +0000460039 00000 n +0000893105 00000 n +0000050497 00000 n +0000050560 00000 n +0000462769 00000 n +0000892973 00000 n +0000050615 00000 n +0000050740 00000 n +0000462831 00000 n +0000892908 00000 n +0000050800 00000 n +0000050881 00000 n +0000462893 00000 n +0000892790 00000 n +0000050936 00000 n +0000051017 00000 n +0000462955 00000 n +0000892711 00000 n +0000051077 00000 n +0000051231 00000 n +0000463017 00000 n +0000892632 00000 n +0000051291 00000 n +0000051402 00000 n +0000466718 00000 n +0000892498 00000 n +0000051449 00000 n +0000051522 00000 n +0000470510 00000 n +0000892380 00000 n +0000051571 00000 n +0000051713 00000 n +0000470572 00000 n +0000892301 00000 n +0000051767 00000 n +0000051916 00000 n +0000470632 00000 n +0000892208 00000 n +0000051970 00000 n +0000052117 00000 n +0000470694 00000 n +0000892115 00000 n +0000052171 00000 n +0000052343 00000 n +0000472572 00000 n +0000892022 00000 n +0000052397 00000 n +0000052564 00000 n +0000472634 00000 n +0000891929 00000 n +0000052618 00000 n +0000052767 00000 n +0000477702 00000 n +0000891836 00000 n +0000052821 00000 n +0000052988 00000 n +0000477764 00000 n +0000891757 00000 n +0000053042 00000 n +0000053224 00000 n +0000479215 00000 n +0000891677 00000 n +0000053273 00000 n +0000053602 00000 n +0000481489 00000 n +0000891538 00000 n +0000053650 00000 n +0000053699 00000 n +0000485962 00000 n +0000891454 00000 n +0000053749 00000 n +0000053991 00000 n +0000486025 00000 n +0000891355 00000 n +0000054041 00000 n +0000054252 00000 n +0000488627 00000 n +0000891256 00000 n +0000054302 00000 n +0000054553 00000 n +0000498392 00000 n +0000891157 00000 n +0000054603 00000 n +0000054816 00000 n +0000498455 00000 n +0000891058 00000 n +0000054866 00000 n +0000055029 00000 n +0000507235 00000 n +0000890959 00000 n +0000055079 00000 n +0000055335 00000 n +0000507298 00000 n +0000890860 00000 n +0000055385 00000 n +0000055621 00000 n +0000512727 00000 n +0000890776 00000 n +0000055671 00000 n +0000055773 00000 n +0000516678 00000 n +0000890635 00000 n +0000055821 00000 n +0000055885 00000 n +0000516741 00000 n +0000890551 00000 n +0000055935 00000 n +0000056037 00000 n +0000523516 00000 n +0000890452 00000 n +0000056087 00000 n +0000056214 00000 n +0000523579 00000 n +0000890353 00000 n +0000056264 00000 n +0000056386 00000 n +0000523642 00000 n +0000890254 00000 n +0000056436 00000 n +0000056528 00000 n +0000523705 00000 n +0000890155 00000 n +0000056578 00000 n +0000056652 00000 n +0000523768 00000 n +0000890056 00000 n +0000056702 00000 n +0000056905 00000 n +0000523831 00000 n +0000889957 00000 n +0000056955 00000 n +0000057057 00000 n +0000523894 00000 n +0000889858 00000 n +0000057107 00000 n +0000057214 00000 n +0000529829 00000 n +0000889759 00000 n +0000057264 00000 n +0000057333 00000 n +0000529892 00000 n +0000889675 00000 n +0000057384 00000 n +0000057545 00000 n +0000532068 00000 n +0000889535 00000 n +0000057593 00000 n +0000057723 00000 n +0000532131 00000 n +0000889409 00000 n +0000057773 00000 n +0000057867 00000 n +0000532194 00000 n +0000889325 00000 n +0000057922 00000 n +0000058084 00000 n +0000532257 00000 n +0000889226 00000 n +0000058139 00000 n +0000058276 00000 n +0000534221 00000 n +0000889127 00000 n +0000058331 00000 n +0000058440 00000 n +0000534284 00000 n +0000889028 00000 n +0000058495 00000 n +0000058617 00000 n +0000536589 00000 n +0000888929 00000 n +0000058672 00000 n +0000058774 00000 n +0000536652 00000 n +0000888830 00000 n +0000058829 00000 n +0000058986 00000 n +0000536715 00000 n +0000888731 00000 n +0000059041 00000 n +0000059168 00000 n +0000539943 00000 n +0000888632 00000 n +0000059223 00000 n +0000059375 00000 n +0000540006 00000 n +0000888533 00000 n +0000059430 00000 n +0000059519 00000 n +0000540069 00000 n +0000888434 00000 n +0000059575 00000 n +0000059733 00000 n +0000542543 00000 n +0000888335 00000 n +0000059789 00000 n +0000059889 00000 n +0000544880 00000 n +0000888236 00000 n +0000059945 00000 n +0000060177 00000 n +0000544943 00000 n +0000888137 00000 n +0000060233 00000 n +0000060471 00000 n +0000548074 00000 n +0000888038 00000 n +0000060527 00000 n +0000060863 00000 n +0000548137 00000 n +0000887939 00000 n +0000060919 00000 n +0000061046 00000 n +0000548200 00000 n +0000887855 00000 n +0000061102 00000 n +0000061224 00000 n +0000554211 00000 n +0000887756 00000 n +0000061274 00000 n +0000061411 00000 n +0000554274 00000 n +0000887672 00000 n +0000061461 00000 n +0000061664 00000 n +0000560388 00000 n +0000887532 00000 n +0000061712 00000 n +0000061834 00000 n +0000560451 00000 n +0000887448 00000 n +0000061884 00000 n 0000062060 00000 n -0000062387 00000 n -0000062629 00000 n -0000062112 00000 n -0000062503 00000 n -0000062566 00000 n -0000850811 00000 n -0000851357 00000 n -0000064751 00000 n -0000064903 00000 n -0000065057 00000 n -0000065211 00000 n -0000065364 00000 n -0000065518 00000 n -0000065671 00000 n -0000065825 00000 n -0000065978 00000 n -0000066130 00000 n -0000066284 00000 n -0000066438 00000 n -0000066591 00000 n -0000066745 00000 n -0000066904 00000 n -0000067063 00000 n -0000067223 00000 n -0000067382 00000 n -0000067542 00000 n -0000067701 00000 n -0000067861 00000 n -0000068020 00000 n -0000068174 00000 n -0000068328 00000 n -0000068481 00000 n -0000068635 00000 n -0000068794 00000 n -0000068954 00000 n -0000069114 00000 n -0000069274 00000 n -0000069428 00000 n -0000069588 00000 n -0000069748 00000 n -0000069908 00000 n -0000070068 00000 n -0000070228 00000 n -0000070378 00000 n -0000070532 00000 n -0000070691 00000 n -0000070851 00000 n -0000071010 00000 n -0000071168 00000 n -0000071326 00000 n -0000074089 00000 n -0000071546 00000 n -0000064236 00000 n -0000062703 00000 n -0000071483 00000 n -0000850453 00000 n -0000074249 00000 n -0000074413 00000 n -0000074578 00000 n -0000074742 00000 n -0000074907 00000 n -0000075072 00000 n -0000075235 00000 n -0000075400 00000 n -0000075564 00000 n -0000075729 00000 n -0000075895 00000 n -0000076061 00000 n -0000076226 00000 n -0000076392 00000 n -0000076546 00000 n -0000076706 00000 n -0000076866 00000 n -0000077026 00000 n -0000077186 00000 n -0000077346 00000 n -0000077500 00000 n -0000077660 00000 n -0000077820 00000 n -0000077980 00000 n -0000078140 00000 n -0000078300 00000 n -0000078459 00000 n -0000078619 00000 n -0000078779 00000 n -0000078939 00000 n -0000079099 00000 n -0000079259 00000 n -0000079419 00000 n -0000079580 00000 n -0000079733 00000 n -0000079886 00000 n -0000080046 00000 n -0000080210 00000 n -0000080375 00000 n -0000080540 00000 n -0000080705 00000 n -0000080870 00000 n -0000081035 00000 n -0000081200 00000 n -0000081365 00000 n -0000081530 00000 n -0000081690 00000 n -0000081854 00000 n -0000082019 00000 n -0000082184 00000 n -0000082344 00000 n -0000082509 00000 n -0000082674 00000 n -0000082832 00000 n -0000082995 00000 n -0000085940 00000 n -0000083221 00000 n -0000073457 00000 n -0000071634 00000 n -0000083158 00000 n -0000851169 00000 n -0000086100 00000 n -0000086259 00000 n -0000086419 00000 n -0000086578 00000 n -0000086738 00000 n -0000086899 00000 n -0000087053 00000 n -0000087207 00000 n -0000087360 00000 n -0000087520 00000 n -0000087684 00000 n -0000087849 00000 n -0000088014 00000 n -0000088179 00000 n -0000088339 00000 n -0000088498 00000 n -0000088658 00000 n -0000088818 00000 n -0000088978 00000 n -0000089138 00000 n -0000089292 00000 n -0000089451 00000 n -0000089611 00000 n -0000089771 00000 n -0000089926 00000 n -0000090081 00000 n -0000090242 00000 n -0000090408 00000 n -0000090573 00000 n -0000090734 00000 n -0000090893 00000 n -0000091054 00000 n -0000091208 00000 n -0000091363 00000 n -0000091517 00000 n -0000091677 00000 n -0000091838 00000 n -0000092004 00000 n -0000092170 00000 n -0000092330 00000 n -0000092496 00000 n -0000092657 00000 n -0000092812 00000 n -0000092973 00000 n -0000093139 00000 n -0000093305 00000 n -0000093466 00000 n -0000093627 00000 n -0000093782 00000 n -0000096600 00000 n -0000096751 00000 n -0000096903 00000 n -0000097063 00000 n -0000097222 00000 n -0000097382 00000 n -0000097547 00000 n -0000093999 00000 n -0000085362 00000 n -0000083309 00000 n -0000093936 00000 n -0000850988 00000 n -0000097712 00000 n -0000097872 00000 n -0000098031 00000 n -0000098196 00000 n -0000098360 00000 n -0000098525 00000 n -0000098690 00000 n -0000098843 00000 n -0000099150 00000 n -0000099310 00000 n -0000099469 00000 n -0000099634 00000 n -0000099794 00000 n -0000099959 00000 n -0000100124 00000 n -0000100284 00000 n -0000100449 00000 n -0000100609 00000 n -0000100774 00000 n -0000100939 00000 n -0000101099 00000 n -0000101259 00000 n -0000101417 00000 n -0000101576 00000 n -0000101730 00000 n -0000101889 00000 n -0000102043 00000 n -0000102202 00000 n -0000102366 00000 n -0000102531 00000 n -0000102695 00000 n -0000102860 00000 n -0000103024 00000 n -0000103178 00000 n -0000103338 00000 n -0000103498 00000 n -0000103658 00000 n -0000103818 00000 n -0000103978 00000 n -0000104138 00000 n -0000104298 00000 n -0000104458 00000 n -0000104623 00000 n -0000104788 00000 n -0000104953 00000 n -0000105117 00000 n -0000105280 00000 n -0000105438 00000 n -0000108171 00000 n -0000105664 00000 n -0000095968 00000 n -0000094101 00000 n -0000105601 00000 n -0000098996 00000 n -0000108335 00000 n -0000108488 00000 n -0000108648 00000 n -0000108807 00000 n -0000108972 00000 n -0000109137 00000 n -0000109301 00000 n -0000109466 00000 n -0000109630 00000 n -0000109790 00000 n -0000109949 00000 n -0000110109 00000 n -0000110269 00000 n -0000110429 00000 n -0000110589 00000 n -0000110749 00000 n -0000110910 00000 n -0000111071 00000 n -0000111232 00000 n -0000111391 00000 n -0000111552 00000 n -0000111713 00000 n -0000111874 00000 n -0000112035 00000 n -0000112196 00000 n -0000112361 00000 n -0000112527 00000 n -0000112693 00000 n -0000112854 00000 n -0000113019 00000 n -0000113179 00000 n -0000113345 00000 n -0000113510 00000 n -0000113662 00000 n -0000113816 00000 n -0000113976 00000 n -0000114136 00000 n -0000114295 00000 n -0000114455 00000 n -0000114615 00000 n -0000114774 00000 n -0000114934 00000 n -0000115087 00000 n -0000115239 00000 n -0000115393 00000 n -0000115547 00000 n -0000115701 00000 n -0000115855 00000 n -0000116009 00000 n -0000116163 00000 n -0000116317 00000 n -0000118472 00000 n -0000118624 00000 n -0000118777 00000 n -0000116533 00000 n -0000107575 00000 n -0000105766 00000 n -0000116470 00000 n -0000118931 00000 n -0000119084 00000 n -0000119238 00000 n -0000119392 00000 n -0000119545 00000 n -0000119699 00000 n -0000119852 00000 n -0000120006 00000 n -0000120161 00000 n -0000120313 00000 n -0000120467 00000 n -0000120627 00000 n -0000120786 00000 n -0000120945 00000 n -0000121104 00000 n -0000121264 00000 n -0000121422 00000 n -0000121582 00000 n -0000121742 00000 n -0000121902 00000 n -0000122062 00000 n -0000122221 00000 n -0000122382 00000 n -0000122542 00000 n -0000122703 00000 n -0000122864 00000 n -0000123025 00000 n -0000123179 00000 n -0000123332 00000 n -0000123483 00000 n -0000123637 00000 n -0000123791 00000 n -0000124007 00000 n -0000118029 00000 n -0000116635 00000 n -0000123944 00000 n -0000851482 00000 n -0000126052 00000 n -0000130110 00000 n -0000130265 00000 n -0000130420 00000 n -0000130605 00000 n -0000126420 00000 n -0000125915 00000 n -0000124109 00000 n -0000126237 00000 n -0000849419 00000 n -0000130760 00000 n -0000130928 00000 n -0000131104 00000 n -0000131599 00000 n -0000129919 00000 n -0000126537 00000 n -0000131288 00000 n -0000131412 00000 n -0000131475 00000 n -0000131537 00000 n -0000134092 00000 n -0000134262 00000 n -0000134464 00000 n -0000134667 00000 n -0000134852 00000 n -0000135040 00000 n -0000135231 00000 n -0000135399 00000 n -0000135799 00000 n -0000133892 00000 n -0000131730 00000 n -0000135553 00000 n -0000849773 00000 n -0000849947 00000 n -0000138662 00000 n -0000138885 00000 n -0000138525 00000 n -0000135960 00000 n -0000138822 00000 n -0000141419 00000 n -0000141582 00000 n -0000141737 00000 n -0000141897 00000 n -0000142114 00000 n -0000141255 00000 n -0000139002 00000 n -0000142051 00000 n -0000143736 00000 n -0000143913 00000 n -0000144294 00000 n -0000144886 00000 n -0000143563 00000 n -0000142217 00000 n -0000144701 00000 n -0000144104 00000 n -0000144497 00000 n -0000851607 00000 n -0000146200 00000 n -0000146360 00000 n -0000146705 00000 n -0000146054 00000 n -0000145003 00000 n -0000146520 00000 n -0000149727 00000 n -0000149361 00000 n -0000146793 00000 n -0000149477 00000 n -0000149540 00000 n -0000149602 00000 n -0000149665 00000 n -0000151622 00000 n -0000151382 00000 n -0000149829 00000 n -0000151498 00000 n -0000154082 00000 n -0000153842 00000 n -0000151753 00000 n -0000153958 00000 n -0000155737 00000 n -0000155558 00000 n -0000154213 00000 n -0000155674 00000 n -0000158602 00000 n -0000161901 00000 n -0000159531 00000 n -0000158456 00000 n -0000155839 00000 n -0000158970 00000 n -0000159155 00000 n -0000158786 00000 n -0000159218 00000 n -0000159280 00000 n -0000159343 00000 n -0000159406 00000 n -0000159469 00000 n -0000851732 00000 n -0000162055 00000 n -0000162704 00000 n -0000161746 00000 n -0000159692 00000 n -0000162395 00000 n -0000162458 00000 n -0000162225 00000 n -0000165830 00000 n -0000166013 00000 n -0000166182 00000 n -0000166362 00000 n -0000166541 00000 n -0000167132 00000 n -0000165648 00000 n -0000162836 00000 n -0000166883 00000 n -0000166712 00000 n -0000167007 00000 n -0000167070 00000 n -0000170116 00000 n -0000170292 00000 n -0000170483 00000 n -0000171039 00000 n -0000169961 00000 n -0000167249 00000 n -0000170667 00000 n -0000170791 00000 n -0000170854 00000 n -0000174824 00000 n -0000174991 00000 n -0000175176 00000 n -0000175331 00000 n -0000175523 00000 n -0000175695 00000 n -0000176066 00000 n -0000176527 00000 n -0000174624 00000 n -0000171170 00000 n -0000176219 00000 n -0000175880 00000 n -0000176465 00000 n -0000179076 00000 n -0000179231 00000 n -0000181624 00000 n -0000181778 00000 n -0000179695 00000 n -0000178930 00000 n -0000176673 00000 n -0000179386 00000 n -0000182119 00000 n -0000181478 00000 n -0000179827 00000 n -0000181932 00000 n -0000851857 00000 n -0000184299 00000 n -0000184467 00000 n -0000184805 00000 n -0000185209 00000 n -0000185737 00000 n -0000184117 00000 n -0000182221 00000 n -0000185364 00000 n -0000184636 00000 n -0000185007 00000 n -0000187468 00000 n -0000187928 00000 n -0000187331 00000 n -0000185854 00000 n -0000187679 00000 n -0000849244 00000 n -0000190512 00000 n -0000189775 00000 n -0000188060 00000 n -0000189891 00000 n -0000192798 00000 n -0000192126 00000 n -0000190629 00000 n -0000192242 00000 n -0000194952 00000 n -0000195576 00000 n -0000194806 00000 n -0000192900 00000 n -0000195265 00000 n -0000850122 00000 n -0000195109 00000 n -0000198420 00000 n -0000198579 00000 n -0000198733 00000 n -0000198887 00000 n -0000199323 00000 n -0000198256 00000 n -0000195708 00000 n -0000199075 00000 n -0000199261 00000 n -0000851982 00000 n -0000201824 00000 n -0000202295 00000 n -0000201687 00000 n -0000199469 00000 n -0000201984 00000 n -0000205331 00000 n -0000205664 00000 n -0000205855 00000 n -0000206009 00000 n -0000206287 00000 n -0000205158 00000 n -0000202426 00000 n -0000206162 00000 n -0000205498 00000 n -0000209637 00000 n -0000209796 00000 n -0000210081 00000 n -0000209491 00000 n -0000206418 00000 n -0000209956 00000 n -0000213967 00000 n -0000214121 00000 n -0000214402 00000 n -0000213821 00000 n -0000210197 00000 n -0000214277 00000 n -0000216984 00000 n -0000220981 00000 n -0000221150 00000 n -0000217203 00000 n -0000216847 00000 n -0000214518 00000 n -0000217140 00000 n -0000221327 00000 n -0000221607 00000 n -0000220826 00000 n -0000217320 00000 n -0000221482 00000 n -0000850630 00000 n -0000852107 00000 n -0000225192 00000 n -0000225348 00000 n -0000225701 00000 n -0000225046 00000 n -0000221783 00000 n -0000225514 00000 n -0000228581 00000 n -0000229109 00000 n -0000228444 00000 n -0000225817 00000 n -0000228736 00000 n -0000237112 00000 n -0000237267 00000 n -0000237421 00000 n -0000237576 00000 n -0000231641 00000 n -0000238102 00000 n -0000231477 00000 n -0000229225 00000 n -0000237730 00000 n -0000238039 00000 n -0000231996 00000 n -0000232302 00000 n -0000240157 00000 n -0000240623 00000 n -0000240020 00000 n -0000238248 00000 n -0000240312 00000 n -0000243564 00000 n -0000243719 00000 n -0000244183 00000 n -0000243418 00000 n -0000240740 00000 n -0000243872 00000 n -0000244121 00000 n -0000246858 00000 n -0000247202 00000 n -0000246721 00000 n -0000244329 00000 n -0000247015 00000 n -0000852232 00000 n -0000250888 00000 n -0000250341 00000 n -0000247333 00000 n -0000250457 00000 n -0000253309 00000 n -0000252820 00000 n -0000251019 00000 n -0000252936 00000 n -0000256109 00000 n -0000256395 00000 n -0000255972 00000 n -0000253440 00000 n -0000256270 00000 n -0000259806 00000 n -0000259318 00000 n -0000256526 00000 n -0000259434 00000 n -0000262737 00000 n -0000262373 00000 n -0000259937 00000 n -0000262489 00000 n -0000266664 00000 n -0000266858 00000 n -0000267019 00000 n -0000267173 00000 n -0000267702 00000 n -0000266500 00000 n -0000262868 00000 n -0000267329 00000 n -0000852357 00000 n -0000270930 00000 n -0000271338 00000 n -0000270793 00000 n -0000267863 00000 n -0000271089 00000 n -0000273908 00000 n -0000273419 00000 n -0000271469 00000 n -0000273535 00000 n -0000277582 00000 n -0000277985 00000 n -0000277445 00000 n -0000274039 00000 n -0000277736 00000 n -0000277923 00000 n -0000281182 00000 n -0000281347 00000 n -0000281935 00000 n -0000281036 00000 n -0000278116 00000 n -0000281501 00000 n -0000281873 00000 n -0000283652 00000 n -0000283473 00000 n -0000282081 00000 n -0000283589 00000 n -0000286643 00000 n -0000287194 00000 n -0000286497 00000 n -0000283770 00000 n -0000287069 00000 n -0000286856 00000 n -0000852482 00000 n -0000289851 00000 n -0000293199 00000 n -0000290195 00000 n -0000289714 00000 n -0000287325 00000 n -0000290007 00000 n -0000849594 00000 n -0000290132 00000 n -0000293604 00000 n -0000293062 00000 n -0000290341 00000 n -0000293355 00000 n -0000293541 00000 n -0000297015 00000 n -0000297445 00000 n -0000301659 00000 n -0000301815 00000 n -0000301971 00000 n -0000302127 00000 n -0000302283 00000 n -0000302439 00000 n -0000298039 00000 n -0000296860 00000 n -0000293735 00000 n -0000297603 00000 n -0000297230 00000 n -0000297913 00000 n -0000297976 00000 n -0000303282 00000 n -0000301477 00000 n -0000298170 00000 n -0000302594 00000 n -0000302657 00000 n -0000302906 00000 n -0000302969 00000 n -0000303032 00000 n -0000303095 00000 n -0000303157 00000 n -0000303220 00000 n -0000307257 00000 n -0000307454 00000 n -0000307614 00000 n -0000308201 00000 n -0000307102 00000 n -0000303413 00000 n -0000307767 00000 n -0000312187 00000 n -0000312342 00000 n -0000312501 00000 n -0000312847 00000 n -0000312032 00000 n -0000308332 00000 n -0000312660 00000 n -0000852607 00000 n -0000316057 00000 n -0000316217 00000 n -0000316371 00000 n -0000316526 00000 n -0000316748 00000 n -0000315893 00000 n -0000312963 00000 n -0000316685 00000 n -0000318492 00000 n -0000318313 00000 n -0000316879 00000 n -0000318429 00000 n -0000320111 00000 n -0000319870 00000 n -0000318609 00000 n -0000319986 00000 n -0000322549 00000 n -0000322370 00000 n -0000320228 00000 n -0000322486 00000 n -0000324910 00000 n -0000325442 00000 n -0000324773 00000 n -0000322665 00000 n -0000325070 00000 n -0000329035 00000 n -0000329195 00000 n -0000329350 00000 n -0000329759 00000 n -0000328880 00000 n -0000325559 00000 n -0000329510 00000 n -0000852732 00000 n -0000331038 00000 n -0000330859 00000 n -0000329905 00000 n -0000330975 00000 n -0000333855 00000 n -0000334010 00000 n -0000334456 00000 n -0000334612 00000 n -0000335227 00000 n -0000333673 00000 n -0000331156 00000 n -0000335101 00000 n -0000334233 00000 n -0000335164 00000 n -0000334858 00000 n -0000338246 00000 n -0000337819 00000 n -0000335359 00000 n -0000337935 00000 n -0000343731 00000 n -0000340071 00000 n -0000339830 00000 n -0000338377 00000 n -0000339946 00000 n -0000344159 00000 n -0000345001 00000 n -0000343567 00000 n -0000340203 00000 n -0000344567 00000 n -0000343945 00000 n -0000344363 00000 n -0000347858 00000 n -0000351912 00000 n -0000356709 00000 n -0000347742 00000 n -0000345132 00000 n -0000356398 00000 n -0000852857 00000 n -0000348212 00000 n -0000348520 00000 n -0000352268 00000 n -0000352577 00000 n -0000359619 00000 n -0000364753 00000 n -0000359503 00000 n -0000356854 00000 n -0000364444 00000 n -0000359975 00000 n -0000360284 00000 n -0000371232 00000 n -0000367682 00000 n -0000372198 00000 n -0000367536 00000 n -0000364884 00000 n -0000371642 00000 n -0000371437 00000 n -0000368037 00000 n -0000368346 00000 n -0000375149 00000 n -0000374660 00000 n -0000372344 00000 n -0000374776 00000 n -0000377232 00000 n -0000376991 00000 n -0000375251 00000 n -0000377107 00000 n -0000383852 00000 n -0000384040 00000 n -0000381068 00000 n -0000380326 00000 n -0000377363 00000 n -0000380442 00000 n -0000380505 00000 n -0000380568 00000 n -0000380631 00000 n -0000380755 00000 n -0000380818 00000 n -0000380881 00000 n -0000384444 00000 n -0000383706 00000 n -0000381199 00000 n -0000384195 00000 n -0000852982 00000 n -0000388474 00000 n -0000387799 00000 n -0000384561 00000 n -0000387915 00000 n -0000390457 00000 n -0000390154 00000 n -0000388606 00000 n -0000390270 00000 n -0000392244 00000 n -0000391942 00000 n -0000390559 00000 n -0000392058 00000 n -0000394697 00000 n -0000394270 00000 n -0000392361 00000 n -0000394386 00000 n -0000398073 00000 n -0000397647 00000 n -0000394813 00000 n -0000397763 00000 n -0000401393 00000 n -0000401734 00000 n -0000401256 00000 n -0000398189 00000 n -0000401547 00000 n -0000401672 00000 n -0000853107 00000 n -0000404026 00000 n -0000404306 00000 n -0000403889 00000 n -0000401865 00000 n -0000404181 00000 n -0000407063 00000 n -0000410901 00000 n -0000407999 00000 n -0000406917 00000 n -0000404423 00000 n -0000407437 00000 n -0000407250 00000 n -0000407624 00000 n -0000407687 00000 n -0000407812 00000 n -0000407875 00000 n -0000407937 00000 n -0000411057 00000 n -0000411217 00000 n -0000412067 00000 n -0000410746 00000 n -0000408130 00000 n -0000411377 00000 n -0000411440 00000 n -0000411503 00000 n -0000411566 00000 n -0000411629 00000 n -0000411692 00000 n -0000411755 00000 n -0000411818 00000 n -0000412005 00000 n -0000415439 00000 n -0000415014 00000 n -0000412184 00000 n -0000415130 00000 n -0000415193 00000 n -0000415256 00000 n -0000418748 00000 n -0000418903 00000 n -0000422385 00000 n -0000419495 00000 n -0000418602 00000 n -0000415570 00000 n -0000419059 00000 n -0000419246 00000 n -0000419309 00000 n -0000419372 00000 n -0000419434 00000 n -0000422794 00000 n -0000422248 00000 n -0000419641 00000 n -0000422545 00000 n -0000853232 00000 n -0000426255 00000 n -0000425952 00000 n -0000422925 00000 n -0000426068 00000 n -0000428592 00000 n -0000428289 00000 n -0000426386 00000 n -0000428405 00000 n -0000429881 00000 n -0000430285 00000 n -0000429744 00000 n -0000428723 00000 n -0000430036 00000 n -0000433059 00000 n -0000433218 00000 n -0000433377 00000 n -0000433532 00000 n -0000433692 00000 n -0000433972 00000 n -0000432886 00000 n -0000430402 00000 n -0000433847 00000 n -0000850301 00000 n -0000437302 00000 n -0000437462 00000 n -0000437948 00000 n -0000437156 00000 n -0000434089 00000 n -0000437639 00000 n -0000440202 00000 n -0000439585 00000 n -0000438094 00000 n -0000439701 00000 n -0000439888 00000 n -0000439951 00000 n -0000440014 00000 n -0000440076 00000 n -0000440139 00000 n -0000853357 00000 n -0000444628 00000 n -0000442300 00000 n -0000441429 00000 n -0000440319 00000 n -0000441545 00000 n -0000441608 00000 n -0000441671 00000 n -0000441734 00000 n -0000441797 00000 n -0000441860 00000 n -0000441923 00000 n -0000441986 00000 n -0000442048 00000 n -0000442111 00000 n -0000442174 00000 n -0000442237 00000 n -0000445018 00000 n -0000444491 00000 n -0000442402 00000 n -0000444831 00000 n -0000446469 00000 n -0000446228 00000 n -0000445164 00000 n -0000446344 00000 n -0000448743 00000 n -0000448502 00000 n +0000574857 00000 n +0000887364 00000 n +0000062110 00000 n +0000062511 00000 n +0000576540 00000 n +0000887280 00000 n +0000062560 00000 n +0000062664 00000 n +0000062994 00000 n +0000063236 00000 n +0000062716 00000 n +0000063110 00000 n +0000063173 00000 n +0000883221 00000 n +0000883767 00000 n +0000065360 00000 n +0000065512 00000 n +0000065666 00000 n +0000065820 00000 n +0000065973 00000 n +0000066127 00000 n +0000066280 00000 n +0000066434 00000 n +0000066587 00000 n +0000066739 00000 n +0000066893 00000 n +0000067047 00000 n +0000067200 00000 n +0000067354 00000 n +0000067513 00000 n +0000067672 00000 n +0000067832 00000 n +0000067991 00000 n +0000068151 00000 n +0000068310 00000 n +0000068470 00000 n +0000068629 00000 n +0000068783 00000 n +0000068937 00000 n +0000069090 00000 n +0000069244 00000 n +0000069403 00000 n +0000069563 00000 n +0000069723 00000 n +0000069883 00000 n +0000070037 00000 n +0000070197 00000 n +0000070357 00000 n +0000070517 00000 n +0000070677 00000 n +0000070837 00000 n +0000070987 00000 n +0000071141 00000 n +0000071300 00000 n +0000071460 00000 n +0000071619 00000 n +0000071777 00000 n +0000071935 00000 n +0000074699 00000 n +0000072155 00000 n +0000064845 00000 n +0000063310 00000 n +0000072092 00000 n +0000882863 00000 n +0000074859 00000 n +0000075023 00000 n +0000075188 00000 n +0000075352 00000 n +0000075517 00000 n +0000075682 00000 n +0000075845 00000 n +0000076010 00000 n +0000076174 00000 n +0000076339 00000 n +0000076505 00000 n +0000076671 00000 n +0000076836 00000 n +0000077002 00000 n +0000077156 00000 n +0000077316 00000 n +0000077476 00000 n +0000077636 00000 n +0000077796 00000 n +0000077956 00000 n +0000078110 00000 n +0000078270 00000 n +0000078430 00000 n +0000078590 00000 n +0000078750 00000 n +0000078910 00000 n +0000079069 00000 n +0000079229 00000 n +0000079389 00000 n +0000079549 00000 n +0000079709 00000 n +0000079869 00000 n +0000080029 00000 n +0000080190 00000 n +0000080343 00000 n +0000080496 00000 n +0000080656 00000 n +0000080820 00000 n +0000080985 00000 n +0000081150 00000 n +0000081315 00000 n +0000081480 00000 n +0000081645 00000 n +0000081810 00000 n +0000081975 00000 n +0000082140 00000 n +0000082300 00000 n +0000082464 00000 n +0000082629 00000 n +0000082794 00000 n +0000082954 00000 n +0000083119 00000 n +0000083279 00000 n +0000083442 00000 n +0000083605 00000 n +0000086639 00000 n +0000083826 00000 n +0000074067 00000 n +0000072243 00000 n +0000083763 00000 n +0000883579 00000 n +0000086804 00000 n +0000086968 00000 n +0000087128 00000 n +0000087287 00000 n +0000087447 00000 n +0000087607 00000 n +0000087767 00000 n +0000087928 00000 n +0000088088 00000 n +0000088242 00000 n +0000088395 00000 n +0000088549 00000 n +0000088709 00000 n +0000088874 00000 n +0000089039 00000 n +0000089204 00000 n +0000089369 00000 n +0000089529 00000 n +0000089688 00000 n +0000089848 00000 n +0000090008 00000 n +0000090168 00000 n +0000090328 00000 n +0000090482 00000 n +0000090642 00000 n +0000090802 00000 n +0000090962 00000 n +0000091117 00000 n +0000091272 00000 n +0000091433 00000 n +0000091598 00000 n +0000091764 00000 n +0000091924 00000 n +0000092084 00000 n +0000092244 00000 n +0000092398 00000 n +0000092553 00000 n +0000092707 00000 n +0000092868 00000 n +0000093028 00000 n +0000093194 00000 n +0000093360 00000 n +0000093521 00000 n +0000093687 00000 n +0000093848 00000 n +0000094003 00000 n +0000094164 00000 n +0000094330 00000 n +0000094496 00000 n +0000094657 00000 n +0000094818 00000 n +0000094973 00000 n +0000097809 00000 n +0000097960 00000 n +0000098112 00000 n +0000098272 00000 n +0000095190 00000 n +0000086034 00000 n +0000083914 00000 n +0000095127 00000 n +0000883398 00000 n +0000098431 00000 n +0000098591 00000 n +0000098756 00000 n +0000098921 00000 n +0000099081 00000 n +0000099240 00000 n +0000099405 00000 n +0000099569 00000 n +0000099734 00000 n +0000099899 00000 n +0000100052 00000 n +0000100359 00000 n +0000100519 00000 n +0000100678 00000 n +0000100843 00000 n +0000101003 00000 n +0000101168 00000 n +0000101333 00000 n +0000101493 00000 n +0000101658 00000 n +0000101818 00000 n +0000101983 00000 n +0000102148 00000 n +0000102308 00000 n +0000102468 00000 n +0000102626 00000 n +0000102785 00000 n +0000102939 00000 n +0000103098 00000 n +0000103252 00000 n +0000103411 00000 n +0000103575 00000 n +0000103740 00000 n +0000103904 00000 n +0000104069 00000 n +0000104233 00000 n +0000104387 00000 n +0000104547 00000 n +0000104707 00000 n +0000104867 00000 n +0000105027 00000 n +0000105187 00000 n +0000105347 00000 n +0000105507 00000 n +0000105667 00000 n +0000105832 00000 n +0000105997 00000 n +0000106162 00000 n +0000106326 00000 n +0000106489 00000 n +0000106647 00000 n +0000109373 00000 n +0000106873 00000 n +0000097177 00000 n +0000095292 00000 n +0000106810 00000 n +0000100205 00000 n +0000109537 00000 n +0000109690 00000 n +0000109850 00000 n +0000110009 00000 n +0000110174 00000 n +0000110339 00000 n +0000110503 00000 n +0000110668 00000 n +0000110832 00000 n +0000110992 00000 n +0000111151 00000 n +0000111311 00000 n +0000111471 00000 n +0000111631 00000 n +0000111791 00000 n +0000111951 00000 n +0000112112 00000 n +0000112273 00000 n +0000112434 00000 n +0000112595 00000 n +0000112756 00000 n +0000112917 00000 n +0000113078 00000 n +0000113239 00000 n +0000113400 00000 n +0000113565 00000 n +0000113731 00000 n +0000113897 00000 n +0000114058 00000 n +0000114223 00000 n +0000114383 00000 n +0000114549 00000 n +0000114714 00000 n +0000114866 00000 n +0000115020 00000 n +0000115180 00000 n +0000115340 00000 n +0000115499 00000 n +0000115659 00000 n +0000115819 00000 n +0000115978 00000 n +0000116138 00000 n +0000116291 00000 n +0000116443 00000 n +0000116597 00000 n +0000116751 00000 n +0000116905 00000 n +0000117059 00000 n +0000117213 00000 n +0000117367 00000 n +0000117521 00000 n +0000119676 00000 n +0000119828 00000 n +0000119981 00000 n +0000117737 00000 n +0000108777 00000 n +0000106975 00000 n +0000117674 00000 n +0000120135 00000 n +0000120288 00000 n +0000120442 00000 n +0000120596 00000 n +0000120749 00000 n +0000120903 00000 n +0000121056 00000 n +0000121210 00000 n +0000121365 00000 n +0000121517 00000 n +0000121671 00000 n +0000121831 00000 n +0000121990 00000 n +0000122149 00000 n +0000122308 00000 n +0000122468 00000 n +0000122626 00000 n +0000122786 00000 n +0000122946 00000 n +0000123106 00000 n +0000123266 00000 n +0000123425 00000 n +0000123586 00000 n +0000123746 00000 n +0000123907 00000 n +0000124068 00000 n +0000124229 00000 n +0000124383 00000 n +0000124536 00000 n +0000124687 00000 n +0000124841 00000 n +0000124995 00000 n +0000125211 00000 n +0000119233 00000 n +0000117839 00000 n +0000125148 00000 n +0000883892 00000 n +0000127256 00000 n +0000131425 00000 n +0000131580 00000 n +0000131735 00000 n +0000131890 00000 n +0000132075 00000 n +0000127624 00000 n +0000127119 00000 n +0000125313 00000 n +0000127441 00000 n +0000881829 00000 n +0000132230 00000 n +0000132398 00000 n +0000132574 00000 n +0000133131 00000 n +0000131225 00000 n +0000127741 00000 n +0000132759 00000 n +0000132883 00000 n +0000132945 00000 n +0000133007 00000 n +0000133069 00000 n +0000135624 00000 n +0000135794 00000 n +0000135996 00000 n +0000136199 00000 n +0000136384 00000 n +0000136572 00000 n +0000136763 00000 n +0000136931 00000 n +0000137331 00000 n +0000135424 00000 n +0000133262 00000 n +0000137085 00000 n +0000882183 00000 n +0000882357 00000 n +0000140194 00000 n +0000140417 00000 n +0000140057 00000 n +0000137492 00000 n +0000140354 00000 n +0000142999 00000 n +0000143163 00000 n +0000143318 00000 n +0000143477 00000 n +0000143694 00000 n +0000142835 00000 n +0000140534 00000 n +0000143631 00000 n +0000145908 00000 n +0000146085 00000 n +0000146466 00000 n +0000147058 00000 n +0000145735 00000 n +0000143797 00000 n +0000146873 00000 n +0000146276 00000 n +0000146669 00000 n +0000884017 00000 n +0000148372 00000 n +0000148532 00000 n +0000148877 00000 n +0000148226 00000 n +0000147175 00000 n +0000148692 00000 n +0000151899 00000 n +0000151533 00000 n +0000148965 00000 n +0000151649 00000 n +0000151712 00000 n +0000151774 00000 n +0000151837 00000 n +0000153794 00000 n +0000153554 00000 n +0000152001 00000 n +0000153670 00000 n +0000156254 00000 n +0000156014 00000 n +0000153925 00000 n +0000156130 00000 n +0000157909 00000 n +0000157730 00000 n +0000156385 00000 n +0000157846 00000 n +0000160774 00000 n +0000164206 00000 n +0000161703 00000 n +0000160628 00000 n +0000158011 00000 n +0000161142 00000 n +0000161327 00000 n +0000160958 00000 n +0000161390 00000 n +0000161452 00000 n +0000161515 00000 n +0000161578 00000 n +0000161641 00000 n +0000884142 00000 n +0000164360 00000 n +0000165009 00000 n +0000164051 00000 n +0000161864 00000 n +0000164700 00000 n +0000164763 00000 n +0000164530 00000 n +0000168101 00000 n +0000168285 00000 n +0000168454 00000 n +0000168634 00000 n +0000168813 00000 n +0000169342 00000 n +0000167919 00000 n +0000165141 00000 n +0000169155 00000 n +0000168984 00000 n +0000169279 00000 n +0000172208 00000 n +0000172384 00000 n +0000172574 00000 n +0000173194 00000 n +0000172053 00000 n +0000169459 00000 n +0000172759 00000 n +0000172822 00000 n +0000172946 00000 n +0000173009 00000 n +0000177199 00000 n +0000177365 00000 n +0000177550 00000 n +0000177705 00000 n +0000177897 00000 n +0000178069 00000 n +0000178440 00000 n +0000178901 00000 n +0000176999 00000 n +0000173325 00000 n +0000178594 00000 n +0000178254 00000 n +0000178839 00000 n +0000181450 00000 n +0000181605 00000 n +0000183998 00000 n +0000184152 00000 n +0000182069 00000 n +0000181304 00000 n +0000179047 00000 n +0000181760 00000 n +0000184493 00000 n +0000183852 00000 n +0000182201 00000 n +0000184306 00000 n +0000884267 00000 n +0000186673 00000 n +0000186841 00000 n +0000187179 00000 n +0000187583 00000 n +0000188111 00000 n +0000186491 00000 n +0000184595 00000 n +0000187738 00000 n +0000187010 00000 n +0000187381 00000 n +0000190051 00000 n +0000190719 00000 n +0000189905 00000 n +0000188228 00000 n +0000190470 00000 n +0000190260 00000 n +0000881654 00000 n +0000193141 00000 n +0000192715 00000 n +0000190851 00000 n +0000192831 00000 n +0000195692 00000 n +0000195080 00000 n +0000193258 00000 n +0000195196 00000 n +0000198216 00000 n +0000197606 00000 n +0000195824 00000 n +0000197722 00000 n +0000200960 00000 n +0000201120 00000 n +0000201280 00000 n +0000204665 00000 n +0000204819 00000 n +0000201746 00000 n +0000200805 00000 n +0000198318 00000 n +0000201435 00000 n +0000882532 00000 n +0000884392 00000 n +0000205006 00000 n +0000205415 00000 n +0000204510 00000 n +0000201907 00000 n +0000205166 00000 n +0000205353 00000 n +0000210843 00000 n +0000211176 00000 n +0000207518 00000 n +0000207153 00000 n +0000205561 00000 n +0000207269 00000 n +0000211367 00000 n +0000211714 00000 n +0000210679 00000 n +0000207649 00000 n +0000211527 00000 n +0000211010 00000 n +0000215083 00000 n +0000219009 00000 n +0000215367 00000 n +0000214946 00000 n +0000211845 00000 n +0000215242 00000 n +0000219162 00000 n +0000219318 00000 n +0000219535 00000 n +0000218854 00000 n +0000215483 00000 n +0000219472 00000 n +0000223092 00000 n +0000223262 00000 n +0000223438 00000 n +0000223654 00000 n +0000222937 00000 n +0000219666 00000 n +0000223591 00000 n +0000883040 00000 n +0000884517 00000 n +0000227194 00000 n +0000227536 00000 n +0000227057 00000 n +0000223830 00000 n +0000227350 00000 n +0000230903 00000 n +0000231254 00000 n +0000230766 00000 n +0000227652 00000 n +0000231067 00000 n +0000234296 00000 n +0000242635 00000 n +0000242790 00000 n +0000234886 00000 n +0000234159 00000 n +0000231370 00000 n +0000234451 00000 n +0000242943 00000 n +0000243098 00000 n +0000237164 00000 n +0000243624 00000 n +0000237000 00000 n +0000235002 00000 n +0000243251 00000 n +0000243562 00000 n +0000237519 00000 n +0000237825 00000 n +0000245637 00000 n +0000249086 00000 n +0000246041 00000 n +0000245500 00000 n +0000243770 00000 n +0000245792 00000 n +0000249239 00000 n +0000249704 00000 n +0000248940 00000 n +0000246158 00000 n +0000249394 00000 n +0000249642 00000 n +0000884642 00000 n +0000253209 00000 n +0000253492 00000 n +0000253072 00000 n +0000249850 00000 n +0000253367 00000 n +0000256373 00000 n +0000255637 00000 n +0000253623 00000 n +0000255753 00000 n +0000258984 00000 n +0000258495 00000 n +0000256504 00000 n +0000258611 00000 n +0000261655 00000 n +0000261879 00000 n +0000261518 00000 n +0000259115 00000 n +0000261816 00000 n +0000265612 00000 n +0000265061 00000 n +0000262010 00000 n +0000265177 00000 n +0000268525 00000 n +0000268284 00000 n +0000265743 00000 n +0000268400 00000 n +0000884767 00000 n +0000272484 00000 n +0000272677 00000 n +0000272837 00000 n +0000272988 00000 n +0000273576 00000 n +0000272320 00000 n +0000268656 00000 n +0000273141 00000 n +0000276924 00000 n +0000277332 00000 n +0000276787 00000 n +0000273737 00000 n +0000277083 00000 n +0000280078 00000 n +0000279528 00000 n +0000277463 00000 n +0000279644 00000 n +0000286648 00000 n +0000283308 00000 n +0000283005 00000 n +0000280209 00000 n +0000283121 00000 n +0000286799 00000 n +0000289561 00000 n +0000287398 00000 n +0000286502 00000 n +0000283439 00000 n +0000286963 00000 n +0000287336 00000 n +0000289842 00000 n +0000289424 00000 n +0000287544 00000 n +0000289717 00000 n +0000289780 00000 n +0000884892 00000 n +0000292793 00000 n +0000293344 00000 n +0000292647 00000 n +0000289974 00000 n +0000293219 00000 n +0000293006 00000 n +0000295939 00000 n +0000296283 00000 n +0000295802 00000 n +0000293475 00000 n +0000296095 00000 n +0000882004 00000 n +0000296220 00000 n +0000299356 00000 n +0000299760 00000 n +0000299219 00000 n +0000296429 00000 n +0000299511 00000 n +0000299697 00000 n +0000303253 00000 n +0000303682 00000 n +0000307897 00000 n +0000308053 00000 n +0000308209 00000 n +0000308365 00000 n +0000308521 00000 n +0000308677 00000 n +0000304276 00000 n +0000303098 00000 n +0000299891 00000 n +0000303841 00000 n +0000303467 00000 n +0000304150 00000 n +0000304213 00000 n +0000309520 00000 n +0000307715 00000 n +0000304407 00000 n +0000308832 00000 n +0000308895 00000 n +0000309144 00000 n +0000309207 00000 n +0000309270 00000 n +0000309333 00000 n +0000309395 00000 n +0000309458 00000 n +0000313495 00000 n +0000313692 00000 n +0000313852 00000 n +0000314439 00000 n +0000313340 00000 n +0000309651 00000 n +0000314005 00000 n +0000885017 00000 n +0000318423 00000 n +0000318578 00000 n +0000318737 00000 n +0000319083 00000 n +0000318268 00000 n +0000314570 00000 n +0000318896 00000 n +0000322161 00000 n +0000322321 00000 n +0000322475 00000 n +0000322693 00000 n +0000322006 00000 n +0000319199 00000 n +0000322630 00000 n +0000324669 00000 n +0000324490 00000 n +0000322824 00000 n +0000324606 00000 n +0000327714 00000 n +0000327473 00000 n +0000324786 00000 n +0000327589 00000 n +0000330090 00000 n +0000330622 00000 n +0000329953 00000 n +0000327845 00000 n +0000330250 00000 n +0000334215 00000 n +0000334375 00000 n +0000334530 00000 n +0000334939 00000 n +0000334060 00000 n +0000330739 00000 n +0000334690 00000 n +0000885142 00000 n +0000336220 00000 n +0000336041 00000 n +0000335085 00000 n +0000336157 00000 n +0000339035 00000 n +0000339190 00000 n +0000339635 00000 n +0000339790 00000 n +0000340529 00000 n +0000338853 00000 n +0000336338 00000 n +0000340280 00000 n +0000339412 00000 n +0000340467 00000 n +0000340035 00000 n +0000343229 00000 n +0000342926 00000 n +0000340675 00000 n +0000343042 00000 n +0000345198 00000 n +0000345809 00000 n +0000345052 00000 n +0000343375 00000 n +0000345622 00000 n +0000345409 00000 n +0000349477 00000 n +0000350320 00000 n +0000349331 00000 n +0000345941 00000 n +0000349885 00000 n +0000349681 00000 n +0000352026 00000 n +0000356080 00000 n +0000382609 00000 n +0000351910 00000 n +0000350451 00000 n +0000382484 00000 n +0000885267 00000 n +0000352380 00000 n +0000352688 00000 n +0000356443 00000 n +0000356755 00000 n +0000384821 00000 n +0000389494 00000 n +0000384705 00000 n +0000382754 00000 n +0000389307 00000 n +0000385177 00000 n +0000385486 00000 n +0000394330 00000 n +0000391140 00000 n +0000390837 00000 n +0000389625 00000 n +0000390953 00000 n +0000405960 00000 n +0000399528 00000 n +0000394214 00000 n +0000391271 00000 n +0000399155 00000 n +0000394686 00000 n +0000394995 00000 n +0000402410 00000 n +0000406929 00000 n +0000402264 00000 n +0000399659 00000 n +0000406370 00000 n +0000406165 00000 n +0000402765 00000 n +0000403074 00000 n +0000409101 00000 n +0000408798 00000 n +0000407075 00000 n +0000408914 00000 n +0000412294 00000 n +0000411677 00000 n +0000409203 00000 n +0000411793 00000 n +0000411918 00000 n +0000411981 00000 n +0000412044 00000 n +0000412169 00000 n +0000412232 00000 n +0000885392 00000 n +0000415289 00000 n +0000415477 00000 n +0000415944 00000 n +0000415143 00000 n +0000412425 00000 n +0000415632 00000 n +0000415695 00000 n +0000419090 00000 n +0000418663 00000 n +0000416075 00000 n +0000418779 00000 n +0000422857 00000 n +0000422182 00000 n +0000419207 00000 n +0000422298 00000 n +0000424212 00000 n +0000424033 00000 n +0000422989 00000 n +0000424149 00000 n +0000426295 00000 n +0000425930 00000 n +0000424300 00000 n +0000426046 00000 n +0000428747 00000 n +0000428320 00000 n +0000426426 00000 n +0000428436 00000 n +0000885517 00000 n +0000435221 00000 n +0000432181 00000 n +0000431754 00000 n +0000428863 00000 n +0000431870 00000 n +0000435501 00000 n +0000435084 00000 n +0000432297 00000 n +0000435375 00000 n +0000435438 00000 n +0000437950 00000 n +0000438292 00000 n +0000437813 00000 n +0000435632 00000 n +0000438105 00000 n +0000441385 00000 n +0000441758 00000 n +0000442665 00000 n +0000441230 00000 n +0000438409 00000 n +0000441913 00000 n +0000441571 00000 n +0000442038 00000 n +0000442101 00000 n +0000442226 00000 n +0000442289 00000 n +0000442352 00000 n +0000442415 00000 n +0000442478 00000 n +0000442541 00000 n +0000442604 00000 n +0000445829 00000 n +0000445989 00000 n +0000446711 00000 n +0000445683 00000 n +0000442796 00000 n +0000446148 00000 n +0000446211 00000 n +0000446274 00000 n +0000446337 00000 n +0000446399 00000 n 0000446586 00000 n -0000448618 00000 n -0000451562 00000 n -0000452012 00000 n -0000452462 00000 n -0000452627 00000 n -0000452780 00000 n -0000452935 00000 n -0000453277 00000 n -0000451362 00000 n -0000448860 00000 n -0000453090 00000 n -0000451787 00000 n -0000452237 00000 n -0000458835 00000 n -0000459027 00000 n -0000459433 00000 n -0000459860 00000 n -0000460295 00000 n -0000460690 00000 n -0000461109 00000 n -0000461544 00000 n -0000461963 00000 n -0000455879 00000 n -0000455637 00000 n -0000453408 00000 n -0000455753 00000 n -0000853482 00000 n -0000462376 00000 n -0000462739 00000 n -0000463149 00000 n -0000463560 00000 n -0000463948 00000 n -0000464336 00000 n -0000464720 00000 n -0000465137 00000 n -0000469150 00000 n -0000469528 00000 n -0000469903 00000 n -0000470087 00000 n -0000470272 00000 n -0000470650 00000 n -0000471025 00000 n -0000471212 00000 n -0000471383 00000 n -0000471555 00000 n -0000471939 00000 n -0000472098 00000 n -0000472268 00000 n -0000472448 00000 n -0000472630 00000 n -0000472798 00000 n -0000465708 00000 n -0000458410 00000 n -0000455981 00000 n -0000465519 00000 n -0000459229 00000 n -0000459646 00000 n -0000460077 00000 n -0000460493 00000 n -0000460899 00000 n -0000461326 00000 n -0000461753 00000 n -0000462169 00000 n -0000462558 00000 n -0000462944 00000 n -0000463354 00000 n -0000463754 00000 n -0000464142 00000 n -0000464528 00000 n -0000464928 00000 n -0000465328 00000 n -0000472982 00000 n -0000473362 00000 n -0000473529 00000 n -0000473951 00000 n -0000477496 00000 n -0000477688 00000 n -0000477881 00000 n -0000478345 00000 n -0000478780 00000 n -0000479216 00000 n -0000474551 00000 n -0000468770 00000 n -0000465839 00000 n -0000474362 00000 n -0000469339 00000 n -0000469715 00000 n -0000470461 00000 n -0000470837 00000 n -0000471747 00000 n -0000473172 00000 n -0000473740 00000 n -0000474157 00000 n -0000479698 00000 n -0000480042 00000 n -0000477269 00000 n +0000446649 00000 n +0000453102 00000 n +0000449918 00000 n +0000449554 00000 n +0000446828 00000 n +0000449670 00000 n +0000885642 00000 n +0000453258 00000 n +0000453414 00000 n +0000454009 00000 n +0000452947 00000 n +0000450064 00000 n +0000453574 00000 n +0000453761 00000 n +0000453823 00000 n +0000453885 00000 n +0000453947 00000 n +0000456873 00000 n +0000456570 00000 n +0000454140 00000 n +0000456686 00000 n +0000460101 00000 n +0000459798 00000 n +0000457004 00000 n +0000459914 00000 n +0000462553 00000 n +0000463079 00000 n +0000462416 00000 n +0000460232 00000 n +0000462706 00000 n +0000465867 00000 n +0000466026 00000 n +0000466185 00000 n +0000466340 00000 n +0000466500 00000 n +0000466780 00000 n +0000465694 00000 n +0000463210 00000 n +0000466655 00000 n +0000882711 00000 n +0000470110 00000 n +0000470270 00000 n +0000470756 00000 n +0000469964 00000 n +0000466897 00000 n +0000470447 00000 n +0000885767 00000 n +0000473010 00000 n +0000472393 00000 n +0000470902 00000 n +0000472509 00000 n +0000472696 00000 n +0000472759 00000 n +0000472822 00000 n +0000472884 00000 n +0000472947 00000 n +0000477436 00000 n +0000475108 00000 n +0000474237 00000 n +0000473127 00000 n +0000474353 00000 n +0000474416 00000 n +0000474479 00000 n +0000474542 00000 n +0000474605 00000 n 0000474668 00000 n -0000479854 00000 n -0000478113 00000 n -0000478563 00000 n -0000478998 00000 n -0000479457 00000 n -0000479980 00000 n -0000483100 00000 n -0000483467 00000 n -0000483650 00000 n -0000487838 00000 n +0000474731 00000 n +0000474794 00000 n +0000474856 00000 n +0000474919 00000 n +0000474982 00000 n +0000475045 00000 n +0000477826 00000 n +0000477299 00000 n +0000475210 00000 n +0000477639 00000 n +0000479277 00000 n +0000479036 00000 n +0000477972 00000 n +0000479152 00000 n +0000481552 00000 n +0000481310 00000 n +0000479394 00000 n +0000481426 00000 n 0000484371 00000 n -0000482936 00000 n -0000480173 00000 n -0000483806 00000 n -0000483283 00000 n -0000483995 00000 n -0000484057 00000 n -0000484120 00000 n -0000484183 00000 n -0000484246 00000 n -0000484309 00000 n -0000488032 00000 n -0000488219 00000 n -0000488609 00000 n -0000488764 00000 n -0000488951 00000 n -0000489155 00000 n -0000489541 00000 n -0000489909 00000 n -0000490101 00000 n -0000490463 00000 n -0000491210 00000 n -0000487575 00000 n -0000484503 00000 n -0000490644 00000 n -0000488415 00000 n -0000489348 00000 n -0000489725 00000 n -0000490282 00000 n -0000491148 00000 n -0000494667 00000 n -0000494841 00000 n -0000495196 00000 n -0000495351 00000 n -0000495513 00000 n -0000495694 00000 n -0000495880 00000 n -0000496051 00000 n -0000496425 00000 n -0000496620 00000 n -0000497898 00000 n -0000494422 00000 n -0000491356 00000 n -0000496957 00000 n -0000495019 00000 n +0000484821 00000 n +0000485271 00000 n +0000485436 00000 n +0000485589 00000 n +0000485744 00000 n +0000486088 00000 n +0000484171 00000 n +0000481669 00000 n +0000485899 00000 n +0000484596 00000 n +0000485046 00000 n +0000885892 00000 n +0000491645 00000 n +0000491837 00000 n +0000492243 00000 n +0000492670 00000 n +0000493105 00000 n +0000493500 00000 n +0000493919 00000 n +0000494354 00000 n +0000494773 00000 n +0000488690 00000 n +0000488448 00000 n +0000486219 00000 n +0000488564 00000 n +0000495186 00000 n +0000495549 00000 n +0000495959 00000 n +0000496370 00000 n +0000496758 00000 n 0000497146 00000 n -0000497208 00000 n -0000497271 00000 n -0000496238 00000 n -0000497334 00000 n -0000496788 00000 n -0000497397 00000 n -0000497460 00000 n -0000497523 00000 n -0000497586 00000 n -0000497649 00000 n -0000497712 00000 n -0000497775 00000 n -0000497837 00000 n -0000853607 00000 n -0000499511 00000 n -0000499080 00000 n -0000498074 00000 n -0000499196 00000 n -0000501538 00000 n -0000501233 00000 n -0000499628 00000 n -0000501349 00000 n -0000503969 00000 n -0000503601 00000 n -0000501669 00000 n -0000503717 00000 n -0000505514 00000 n -0000505335 00000 n -0000504086 00000 n -0000505451 00000 n -0000507323 00000 n -0000506955 00000 n -0000505617 00000 n -0000507071 00000 n -0000509515 00000 n -0000509859 00000 n -0000509378 00000 n -0000507455 00000 n -0000509671 00000 n -0000509797 00000 n -0000853732 00000 n -0000512197 00000 n -0000511892 00000 n -0000509990 00000 n -0000512008 00000 n -0000515456 00000 n -0000515088 00000 n -0000512328 00000 n -0000515204 00000 n -0000517645 00000 n -0000517466 00000 n -0000515587 00000 n -0000517582 00000 n -0000521530 00000 n -0000521225 00000 n -0000517762 00000 n -0000521341 00000 n -0000523529 00000 n -0000523690 00000 n -0000524124 00000 n -0000524607 00000 n -0000523356 00000 n -0000521661 00000 n -0000524544 00000 n -0000523907 00000 n -0000524334 00000 n -0000528021 00000 n -0000527402 00000 n -0000524710 00000 n -0000527518 00000 n -0000527707 00000 n -0000527769 00000 n -0000527832 00000 n -0000527895 00000 n -0000527958 00000 n -0000853857 00000 n -0000531329 00000 n -0000531024 00000 n -0000528138 00000 n -0000531140 00000 n -0000531203 00000 n -0000531266 00000 n -0000534033 00000 n -0000533854 00000 n -0000531431 00000 n -0000533970 00000 n -0000537676 00000 n -0000537434 00000 n -0000534150 00000 n -0000537550 00000 n -0000537613 00000 n -0000539413 00000 n -0000539234 00000 n -0000537807 00000 n -0000539350 00000 n -0000540722 00000 n -0000540543 00000 n -0000539501 00000 n -0000540659 00000 n -0000542114 00000 n -0000541872 00000 n -0000540810 00000 n -0000541988 00000 n -0000853982 00000 n -0000543320 00000 n -0000543500 00000 n -0000543860 00000 n -0000543174 00000 n -0000542216 00000 n -0000543671 00000 n -0000543797 00000 n -0000546592 00000 n -0000546743 00000 n -0000546893 00000 n -0000547044 00000 n -0000547195 00000 n -0000547345 00000 n -0000547496 00000 n -0000547646 00000 n -0000547797 00000 n -0000547948 00000 n -0000548099 00000 n -0000548250 00000 n -0000548400 00000 n -0000548550 00000 n -0000548701 00000 n -0000548852 00000 n -0000549003 00000 n -0000549154 00000 n -0000549305 00000 n -0000549456 00000 n -0000549607 00000 n -0000549758 00000 n -0000549909 00000 n -0000550059 00000 n -0000550210 00000 n -0000550360 00000 n -0000550511 00000 n -0000550662 00000 n -0000550814 00000 n -0000550964 00000 n -0000551115 00000 n -0000551266 00000 n -0000551417 00000 n -0000551568 00000 n -0000551719 00000 n -0000551870 00000 n -0000552021 00000 n -0000552172 00000 n -0000552323 00000 n -0000552474 00000 n -0000552625 00000 n -0000552776 00000 n -0000552926 00000 n -0000553075 00000 n -0000553225 00000 n -0000553376 00000 n -0000553527 00000 n -0000553678 00000 n -0000553827 00000 n -0000553976 00000 n -0000554127 00000 n -0000554278 00000 n -0000554428 00000 n -0000554579 00000 n -0000554729 00000 n -0000554880 00000 n -0000555031 00000 n -0000555182 00000 n -0000555332 00000 n -0000555482 00000 n -0000555632 00000 n -0000555782 00000 n -0000555931 00000 n -0000556080 00000 n -0000556229 00000 n -0000556380 00000 n -0000556530 00000 n -0000556681 00000 n -0000556832 00000 n -0000556983 00000 n -0000557134 00000 n -0000557284 00000 n -0000557435 00000 n -0000557585 00000 n -0000557736 00000 n -0000557886 00000 n -0000558036 00000 n -0000558187 00000 n -0000558338 00000 n -0000558490 00000 n -0000558641 00000 n -0000558791 00000 n -0000558942 00000 n -0000559093 00000 n -0000559244 00000 n -0000559395 00000 n -0000559546 00000 n -0000559696 00000 n -0000559847 00000 n -0000559998 00000 n -0000560149 00000 n -0000560299 00000 n -0000560450 00000 n -0000560600 00000 n -0000560750 00000 n -0000560901 00000 n -0000561052 00000 n -0000561202 00000 n -0000561352 00000 n -0000561502 00000 n -0000561653 00000 n -0000561803 00000 n -0000561953 00000 n -0000562104 00000 n -0000562255 00000 n -0000562406 00000 n -0000562557 00000 n -0000562707 00000 n -0000562858 00000 n -0000563009 00000 n -0000563160 00000 n -0000563311 00000 n -0000563462 00000 n -0000563613 00000 n -0000563763 00000 n -0000563913 00000 n -0000564064 00000 n -0000564214 00000 n -0000564365 00000 n -0000564515 00000 n -0000564666 00000 n -0000564817 00000 n -0000564968 00000 n -0000565119 00000 n -0000565269 00000 n -0000565420 00000 n -0000565571 00000 n -0000565722 00000 n -0000565873 00000 n -0000566024 00000 n -0000566175 00000 n -0000566326 00000 n -0000566477 00000 n -0000566628 00000 n -0000566779 00000 n -0000566929 00000 n -0000567077 00000 n -0000567225 00000 n -0000570643 00000 n -0000567437 00000 n -0000545222 00000 n -0000543992 00000 n -0000567374 00000 n -0000570792 00000 n -0000570943 00000 n -0000571093 00000 n -0000571242 00000 n -0000571393 00000 n -0000571543 00000 n -0000571694 00000 n -0000571845 00000 n -0000571996 00000 n -0000572147 00000 n -0000572297 00000 n -0000572447 00000 n -0000572598 00000 n -0000572749 00000 n -0000572900 00000 n -0000573050 00000 n -0000573200 00000 n -0000573350 00000 n -0000573501 00000 n -0000573652 00000 n -0000573803 00000 n -0000573953 00000 n -0000574103 00000 n -0000574253 00000 n -0000574403 00000 n -0000574554 00000 n -0000574704 00000 n -0000574854 00000 n -0000575005 00000 n -0000575156 00000 n -0000575307 00000 n -0000575458 00000 n -0000575608 00000 n -0000575759 00000 n -0000575910 00000 n -0000576060 00000 n -0000576210 00000 n -0000576361 00000 n -0000576512 00000 n -0000576662 00000 n -0000576813 00000 n -0000576964 00000 n -0000577115 00000 n -0000577265 00000 n -0000577416 00000 n -0000577567 00000 n -0000577717 00000 n -0000577868 00000 n -0000578018 00000 n -0000578168 00000 n -0000578319 00000 n -0000578469 00000 n -0000578619 00000 n -0000578770 00000 n -0000578920 00000 n -0000579071 00000 n -0000579222 00000 n -0000579372 00000 n -0000579523 00000 n -0000579674 00000 n -0000579825 00000 n -0000579976 00000 n -0000580125 00000 n -0000580275 00000 n -0000580425 00000 n -0000580575 00000 n -0000580725 00000 n -0000580874 00000 n -0000581023 00000 n -0000581172 00000 n -0000581321 00000 n -0000581471 00000 n -0000581621 00000 n -0000581772 00000 n -0000581923 00000 n -0000582074 00000 n -0000582226 00000 n -0000582376 00000 n -0000582527 00000 n -0000582678 00000 n -0000582829 00000 n -0000582979 00000 n -0000583131 00000 n -0000583282 00000 n -0000583432 00000 n -0000583583 00000 n -0000583734 00000 n -0000583885 00000 n -0000584036 00000 n -0000584187 00000 n -0000584337 00000 n -0000584488 00000 n -0000584638 00000 n -0000584789 00000 n -0000584940 00000 n -0000585091 00000 n -0000585242 00000 n -0000585394 00000 n -0000585545 00000 n -0000585696 00000 n -0000585847 00000 n -0000585999 00000 n -0000586150 00000 n -0000586300 00000 n -0000586451 00000 n -0000586602 00000 n -0000586754 00000 n -0000586905 00000 n -0000587056 00000 n -0000587206 00000 n -0000587357 00000 n -0000587507 00000 n -0000587658 00000 n -0000587807 00000 n -0000587958 00000 n -0000588110 00000 n -0000588262 00000 n -0000588412 00000 n -0000588564 00000 n -0000588715 00000 n -0000588867 00000 n -0000589018 00000 n -0000589169 00000 n -0000589319 00000 n -0000589470 00000 n -0000589620 00000 n -0000589771 00000 n -0000589923 00000 n -0000590075 00000 n -0000590227 00000 n -0000590379 00000 n -0000590531 00000 n -0000590683 00000 n -0000590834 00000 n -0000590986 00000 n -0000591138 00000 n -0000591290 00000 n -0000591440 00000 n -0000591590 00000 n -0000591739 00000 n -0000591889 00000 n -0000592037 00000 n -0000595946 00000 n -0000592250 00000 n -0000569228 00000 n -0000567525 00000 n -0000592187 00000 n -0000596096 00000 n -0000596247 00000 n -0000596397 00000 n -0000596548 00000 n -0000596700 00000 n -0000596851 00000 n -0000597002 00000 n -0000597153 00000 n -0000597303 00000 n -0000597454 00000 n -0000597605 00000 n -0000597757 00000 n +0000497530 00000 n +0000497947 00000 n +0000501960 00000 n +0000502338 00000 n +0000502713 00000 n +0000502897 00000 n +0000503082 00000 n +0000503460 00000 n +0000503835 00000 n +0000504022 00000 n +0000504193 00000 n +0000504365 00000 n +0000504749 00000 n +0000504908 00000 n +0000505078 00000 n +0000505258 00000 n +0000505440 00000 n +0000505608 00000 n +0000498518 00000 n +0000491220 00000 n +0000488792 00000 n +0000498329 00000 n +0000492039 00000 n +0000492456 00000 n +0000492887 00000 n +0000493303 00000 n +0000493709 00000 n +0000494136 00000 n +0000494563 00000 n +0000494979 00000 n +0000495368 00000 n +0000495754 00000 n +0000496164 00000 n +0000496564 00000 n +0000496952 00000 n +0000497338 00000 n +0000497738 00000 n +0000498138 00000 n +0000505792 00000 n +0000506172 00000 n +0000506339 00000 n +0000506761 00000 n +0000510306 00000 n +0000510498 00000 n +0000510691 00000 n +0000511155 00000 n +0000511590 00000 n +0000512026 00000 n +0000507361 00000 n +0000501580 00000 n +0000498649 00000 n +0000507172 00000 n +0000502149 00000 n +0000502525 00000 n +0000503271 00000 n +0000503647 00000 n +0000504557 00000 n +0000505982 00000 n +0000506550 00000 n +0000506967 00000 n +0000512508 00000 n +0000512852 00000 n +0000510079 00000 n +0000507478 00000 n +0000512664 00000 n +0000510923 00000 n +0000511373 00000 n +0000511808 00000 n +0000512267 00000 n +0000512790 00000 n +0000515909 00000 n +0000516276 00000 n +0000516459 00000 n +0000520647 00000 n +0000517180 00000 n +0000515745 00000 n +0000512983 00000 n +0000516615 00000 n +0000516092 00000 n +0000516804 00000 n +0000516866 00000 n +0000516929 00000 n +0000516992 00000 n +0000517055 00000 n +0000517118 00000 n +0000520841 00000 n +0000521028 00000 n +0000521418 00000 n +0000521573 00000 n +0000521760 00000 n +0000521964 00000 n +0000522350 00000 n +0000522718 00000 n +0000522910 00000 n +0000523272 00000 n +0000524019 00000 n +0000520384 00000 n +0000517312 00000 n +0000523453 00000 n +0000521224 00000 n +0000522157 00000 n +0000522534 00000 n +0000523091 00000 n +0000523957 00000 n +0000886017 00000 n +0000527476 00000 n +0000527650 00000 n +0000528005 00000 n +0000528160 00000 n +0000528322 00000 n +0000528503 00000 n +0000528689 00000 n +0000528860 00000 n +0000529234 00000 n +0000529429 00000 n +0000530707 00000 n +0000527231 00000 n +0000524165 00000 n +0000529766 00000 n +0000527828 00000 n +0000529955 00000 n +0000530017 00000 n +0000530080 00000 n +0000529047 00000 n +0000530143 00000 n +0000529597 00000 n +0000530206 00000 n +0000530269 00000 n +0000530332 00000 n +0000530395 00000 n +0000530458 00000 n +0000530521 00000 n +0000530584 00000 n +0000530646 00000 n +0000532320 00000 n +0000531889 00000 n +0000530883 00000 n +0000532005 00000 n +0000534347 00000 n +0000534042 00000 n +0000532437 00000 n +0000534158 00000 n +0000536778 00000 n +0000536410 00000 n +0000534478 00000 n +0000536526 00000 n +0000538324 00000 n +0000538145 00000 n +0000536895 00000 n +0000538261 00000 n +0000540132 00000 n +0000539764 00000 n +0000538427 00000 n +0000539880 00000 n +0000886142 00000 n +0000542324 00000 n +0000542668 00000 n +0000542187 00000 n +0000540264 00000 n +0000542480 00000 n +0000542606 00000 n +0000545006 00000 n +0000544701 00000 n +0000542799 00000 n +0000544817 00000 n +0000548263 00000 n +0000547895 00000 n +0000545137 00000 n +0000548011 00000 n +0000550452 00000 n +0000550273 00000 n +0000548394 00000 n +0000550389 00000 n +0000554337 00000 n +0000554032 00000 n +0000550569 00000 n +0000554148 00000 n +0000556336 00000 n +0000556497 00000 n +0000556931 00000 n +0000557414 00000 n +0000556163 00000 n +0000554468 00000 n +0000557351 00000 n +0000556714 00000 n +0000557141 00000 n +0000886267 00000 n +0000560828 00000 n +0000560209 00000 n +0000557517 00000 n +0000560325 00000 n +0000560514 00000 n +0000560576 00000 n +0000560639 00000 n +0000560702 00000 n +0000560765 00000 n +0000564136 00000 n +0000563831 00000 n +0000560945 00000 n +0000563947 00000 n +0000564010 00000 n +0000564073 00000 n +0000566840 00000 n +0000566661 00000 n +0000564238 00000 n +0000566777 00000 n +0000570483 00000 n +0000570241 00000 n +0000566957 00000 n +0000570357 00000 n +0000570420 00000 n +0000572219 00000 n +0000572040 00000 n +0000570614 00000 n +0000572156 00000 n +0000573528 00000 n +0000573349 00000 n +0000572307 00000 n +0000573465 00000 n +0000886392 00000 n +0000574920 00000 n +0000574678 00000 n +0000573616 00000 n +0000574794 00000 n +0000576126 00000 n +0000576306 00000 n +0000576666 00000 n +0000575980 00000 n +0000575022 00000 n +0000576477 00000 n +0000576603 00000 n +0000579382 00000 n +0000579533 00000 n +0000579683 00000 n +0000579834 00000 n +0000579985 00000 n +0000580135 00000 n +0000580286 00000 n +0000580436 00000 n +0000580587 00000 n +0000580738 00000 n +0000580889 00000 n +0000581040 00000 n +0000581190 00000 n +0000581340 00000 n +0000581491 00000 n +0000581642 00000 n +0000581793 00000 n +0000581944 00000 n +0000582095 00000 n +0000582246 00000 n +0000582397 00000 n +0000582548 00000 n +0000582699 00000 n +0000582849 00000 n +0000583000 00000 n +0000583150 00000 n +0000583301 00000 n +0000583452 00000 n +0000583604 00000 n +0000583754 00000 n +0000583905 00000 n +0000584056 00000 n +0000584207 00000 n +0000584358 00000 n +0000584509 00000 n +0000584660 00000 n +0000584811 00000 n +0000584962 00000 n +0000585113 00000 n +0000585264 00000 n +0000585415 00000 n +0000585566 00000 n +0000585716 00000 n +0000585865 00000 n +0000586015 00000 n +0000586166 00000 n +0000586317 00000 n +0000586468 00000 n +0000586617 00000 n +0000586766 00000 n +0000586917 00000 n +0000587068 00000 n +0000587218 00000 n +0000587369 00000 n +0000587519 00000 n +0000587670 00000 n +0000587821 00000 n +0000587972 00000 n +0000588122 00000 n +0000588272 00000 n +0000588422 00000 n +0000588572 00000 n +0000588721 00000 n +0000588870 00000 n +0000589019 00000 n +0000589170 00000 n +0000589320 00000 n +0000589471 00000 n +0000589622 00000 n +0000589773 00000 n +0000589924 00000 n +0000590074 00000 n +0000590225 00000 n +0000590375 00000 n +0000590526 00000 n +0000590676 00000 n +0000590826 00000 n +0000590977 00000 n +0000591128 00000 n +0000591280 00000 n +0000591431 00000 n +0000591581 00000 n +0000591732 00000 n +0000591883 00000 n +0000592034 00000 n +0000592185 00000 n +0000592336 00000 n +0000592486 00000 n +0000592637 00000 n +0000592788 00000 n +0000592939 00000 n +0000593089 00000 n +0000593240 00000 n +0000593390 00000 n +0000593540 00000 n +0000593691 00000 n +0000593842 00000 n +0000593992 00000 n +0000594142 00000 n +0000594292 00000 n +0000594443 00000 n +0000594593 00000 n +0000594743 00000 n +0000594894 00000 n +0000595045 00000 n +0000595196 00000 n +0000595347 00000 n +0000595498 00000 n +0000595648 00000 n +0000595799 00000 n +0000595950 00000 n +0000596101 00000 n +0000596252 00000 n +0000596402 00000 n +0000596552 00000 n +0000596703 00000 n +0000596854 00000 n +0000597004 00000 n +0000597155 00000 n +0000597305 00000 n +0000597456 00000 n +0000597607 00000 n +0000597758 00000 n 0000597909 00000 n -0000598061 00000 n -0000598212 00000 n -0000598363 00000 n -0000598513 00000 n -0000598663 00000 n -0000598814 00000 n +0000598060 00000 n +0000598210 00000 n +0000598361 00000 n +0000598511 00000 n +0000598662 00000 n +0000598813 00000 n 0000598964 00000 n 0000599115 00000 n -0000599267 00000 n +0000599266 00000 n 0000599417 00000 n -0000599569 00000 n -0000599719 00000 n -0000599870 00000 n -0000600021 00000 n -0000600173 00000 n -0000600324 00000 n -0000600475 00000 n -0000600626 00000 n -0000600776 00000 n -0000600927 00000 n -0000601078 00000 n -0000601229 00000 n -0000601380 00000 n -0000601531 00000 n -0000601682 00000 n -0000601833 00000 n -0000601982 00000 n -0000602131 00000 n -0000602281 00000 n -0000602433 00000 n -0000602584 00000 n -0000602735 00000 n -0000602885 00000 n -0000603036 00000 n -0000603187 00000 n -0000603338 00000 n -0000603489 00000 n -0000603641 00000 n -0000603792 00000 n -0000603944 00000 n -0000604095 00000 n -0000604246 00000 n -0000604397 00000 n -0000604549 00000 n -0000604700 00000 n -0000604851 00000 n -0000605002 00000 n -0000605153 00000 n -0000605304 00000 n -0000605455 00000 n -0000605606 00000 n -0000605757 00000 n -0000605908 00000 n -0000606058 00000 n -0000606207 00000 n -0000606356 00000 n -0000606504 00000 n -0000606653 00000 n -0000606802 00000 n -0000606950 00000 n -0000607099 00000 n -0000607248 00000 n -0000607396 00000 n -0000607547 00000 n -0000607697 00000 n -0000607848 00000 n -0000607998 00000 n -0000608149 00000 n -0000608300 00000 n -0000608450 00000 n -0000608600 00000 n -0000608751 00000 n -0000608901 00000 n -0000609052 00000 n -0000609203 00000 n -0000609355 00000 n -0000609506 00000 n -0000609657 00000 n -0000609808 00000 n -0000609959 00000 n -0000610110 00000 n -0000610260 00000 n -0000610410 00000 n -0000610560 00000 n -0000610710 00000 n -0000610860 00000 n -0000611011 00000 n -0000611162 00000 n -0000611313 00000 n -0000611465 00000 n -0000611616 00000 n -0000611767 00000 n -0000611918 00000 n -0000612069 00000 n -0000612221 00000 n -0000612373 00000 n -0000612524 00000 n -0000612675 00000 n -0000612825 00000 n -0000612976 00000 n -0000613128 00000 n -0000613278 00000 n -0000613429 00000 n -0000613580 00000 n -0000613732 00000 n -0000613882 00000 n -0000614033 00000 n -0000614184 00000 n -0000614335 00000 n -0000614487 00000 n -0000614637 00000 n -0000614787 00000 n -0000614936 00000 n -0000615086 00000 n -0000615237 00000 n -0000615387 00000 n -0000615537 00000 n -0000615687 00000 n -0000615837 00000 n -0000615986 00000 n -0000616136 00000 n -0000616286 00000 n -0000616436 00000 n -0000616586 00000 n -0000616737 00000 n -0000616887 00000 n -0000617037 00000 n -0000617186 00000 n -0000617337 00000 n -0000617488 00000 n -0000617637 00000 n -0000617787 00000 n -0000617938 00000 n -0000618089 00000 n -0000618240 00000 n -0000618390 00000 n -0000618541 00000 n -0000618691 00000 n -0000618843 00000 n -0000618994 00000 n -0000619145 00000 n -0000619295 00000 n -0000619445 00000 n -0000619595 00000 n -0000619745 00000 n -0000619895 00000 n -0000620045 00000 n -0000620195 00000 n -0000620343 00000 n -0000620493 00000 n -0000620642 00000 n -0000620791 00000 n -0000624414 00000 n -0000624566 00000 n -0000624718 00000 n -0000624869 00000 n -0000621003 00000 n -0000594324 00000 n -0000592352 00000 n -0000620940 00000 n -0000625021 00000 n -0000625172 00000 n -0000625323 00000 n -0000625474 00000 n -0000625625 00000 n -0000625775 00000 n -0000625926 00000 n -0000626077 00000 n -0000626228 00000 n -0000626380 00000 n -0000626531 00000 n -0000626683 00000 n -0000626835 00000 n -0000626986 00000 n -0000627137 00000 n -0000627287 00000 n -0000627438 00000 n -0000627589 00000 n -0000627739 00000 n -0000627890 00000 n -0000628042 00000 n -0000628192 00000 n -0000628343 00000 n -0000628495 00000 n -0000628645 00000 n -0000628795 00000 n -0000628944 00000 n -0000629094 00000 n -0000629245 00000 n -0000629396 00000 n -0000629547 00000 n -0000629698 00000 n -0000629849 00000 n -0000630000 00000 n -0000630151 00000 n -0000630301 00000 n -0000630452 00000 n -0000630604 00000 n -0000630755 00000 n -0000630905 00000 n -0000631055 00000 n -0000631206 00000 n -0000631357 00000 n -0000631508 00000 n -0000631658 00000 n -0000631809 00000 n -0000631959 00000 n -0000632110 00000 n -0000632262 00000 n -0000632413 00000 n -0000632564 00000 n -0000632715 00000 n -0000632866 00000 n -0000633017 00000 n -0000633167 00000 n -0000633318 00000 n -0000633468 00000 n -0000633619 00000 n -0000633769 00000 n -0000633918 00000 n -0000634069 00000 n -0000634219 00000 n -0000634370 00000 n -0000634519 00000 n -0000634669 00000 n -0000634820 00000 n -0000634971 00000 n -0000635121 00000 n -0000635270 00000 n -0000635417 00000 n -0000635564 00000 n -0000635711 00000 n -0000635860 00000 n -0000636010 00000 n -0000636159 00000 n -0000636310 00000 n -0000636461 00000 n -0000636613 00000 n -0000636765 00000 n -0000636915 00000 n -0000637065 00000 n -0000637216 00000 n -0000637367 00000 n -0000637517 00000 n -0000637668 00000 n -0000637819 00000 n -0000637969 00000 n -0000638120 00000 n -0000638271 00000 n -0000638422 00000 n -0000638573 00000 n -0000638724 00000 n -0000638876 00000 n -0000639026 00000 n -0000639177 00000 n -0000639328 00000 n -0000639478 00000 n -0000639629 00000 n -0000639780 00000 n -0000639931 00000 n -0000640082 00000 n -0000640232 00000 n -0000640383 00000 n -0000640534 00000 n -0000640685 00000 n -0000640836 00000 n -0000640986 00000 n -0000641137 00000 n -0000641288 00000 n -0000641439 00000 n -0000641590 00000 n -0000641742 00000 n -0000641892 00000 n -0000642043 00000 n -0000642193 00000 n -0000642343 00000 n -0000642494 00000 n -0000642645 00000 n -0000642795 00000 n -0000642946 00000 n -0000643097 00000 n -0000643248 00000 n -0000643399 00000 n -0000643548 00000 n -0000643699 00000 n -0000643850 00000 n -0000644001 00000 n -0000644152 00000 n -0000644303 00000 n -0000644453 00000 n -0000644602 00000 n -0000644753 00000 n -0000644903 00000 n -0000645054 00000 n -0000645205 00000 n -0000645356 00000 n -0000645507 00000 n -0000645658 00000 n -0000645809 00000 n -0000645960 00000 n -0000646111 00000 n -0000646262 00000 n -0000646413 00000 n -0000646564 00000 n -0000646714 00000 n -0000646864 00000 n -0000647014 00000 n -0000647165 00000 n -0000647312 00000 n -0000647460 00000 n -0000647608 00000 n -0000651360 00000 n -0000651510 00000 n -0000651660 00000 n -0000647819 00000 n -0000622891 00000 n -0000621091 00000 n -0000647756 00000 n -0000651810 00000 n -0000651960 00000 n -0000652109 00000 n -0000652260 00000 n -0000652410 00000 n -0000652561 00000 n -0000652712 00000 n -0000652863 00000 n -0000653014 00000 n -0000653165 00000 n -0000653315 00000 n -0000653466 00000 n -0000653617 00000 n -0000653768 00000 n -0000653919 00000 n -0000654070 00000 n -0000654221 00000 n -0000654371 00000 n -0000654522 00000 n -0000654673 00000 n -0000654823 00000 n -0000654974 00000 n -0000655124 00000 n -0000655275 00000 n -0000655425 00000 n -0000655576 00000 n -0000655728 00000 n -0000655879 00000 n -0000656029 00000 n -0000656180 00000 n -0000656330 00000 n -0000656481 00000 n -0000656631 00000 n -0000656782 00000 n -0000656933 00000 n -0000657085 00000 n -0000657235 00000 n -0000657387 00000 n -0000657537 00000 n -0000657687 00000 n -0000657838 00000 n -0000657989 00000 n -0000658140 00000 n -0000658289 00000 n -0000658439 00000 n -0000658591 00000 n -0000658742 00000 n -0000658892 00000 n -0000659043 00000 n -0000659194 00000 n -0000659345 00000 n -0000659496 00000 n -0000659646 00000 n -0000659798 00000 n -0000659950 00000 n -0000660101 00000 n -0000660251 00000 n -0000660402 00000 n -0000660553 00000 n -0000660704 00000 n -0000660856 00000 n -0000661008 00000 n -0000661160 00000 n -0000661312 00000 n -0000661463 00000 n -0000661615 00000 n -0000661767 00000 n -0000661919 00000 n -0000662071 00000 n -0000662222 00000 n -0000662373 00000 n -0000662525 00000 n -0000662676 00000 n -0000662827 00000 n -0000662978 00000 n -0000663127 00000 n -0000663276 00000 n -0000663424 00000 n -0000663573 00000 n -0000663724 00000 n -0000663874 00000 n -0000664025 00000 n -0000664177 00000 n -0000664328 00000 n -0000664479 00000 n -0000664630 00000 n -0000664781 00000 n -0000664932 00000 n -0000665083 00000 n -0000665234 00000 n -0000665385 00000 n -0000665536 00000 n -0000665687 00000 n -0000665838 00000 n -0000665988 00000 n -0000666139 00000 n -0000666289 00000 n -0000666440 00000 n -0000666591 00000 n -0000666741 00000 n -0000666892 00000 n -0000667041 00000 n -0000667191 00000 n -0000667342 00000 n -0000667493 00000 n -0000667644 00000 n -0000667794 00000 n -0000667945 00000 n -0000668096 00000 n -0000668247 00000 n -0000668398 00000 n -0000668549 00000 n -0000668701 00000 n -0000668852 00000 n -0000669003 00000 n -0000669154 00000 n -0000669305 00000 n -0000669457 00000 n -0000669607 00000 n -0000669758 00000 n -0000669909 00000 n -0000670059 00000 n -0000670210 00000 n -0000670361 00000 n -0000670512 00000 n -0000670661 00000 n -0000670812 00000 n -0000670963 00000 n -0000671114 00000 n -0000671264 00000 n -0000671414 00000 n -0000671565 00000 n -0000671715 00000 n -0000671866 00000 n -0000672017 00000 n -0000672168 00000 n -0000672319 00000 n -0000672469 00000 n -0000672619 00000 n -0000672770 00000 n -0000672921 00000 n -0000673071 00000 n -0000673221 00000 n -0000673370 00000 n -0000673520 00000 n -0000673666 00000 n -0000673815 00000 n -0000673963 00000 n -0000674112 00000 n -0000674261 00000 n -0000674410 00000 n -0000674559 00000 n -0000674708 00000 n -0000677345 00000 n -0000677493 00000 n -0000674919 00000 n -0000649828 00000 n -0000647907 00000 n -0000674856 00000 n -0000854107 00000 n -0000677643 00000 n -0000677793 00000 n -0000677942 00000 n -0000678093 00000 n -0000678243 00000 n -0000678393 00000 n -0000678544 00000 n -0000678696 00000 n -0000678848 00000 n -0000678999 00000 n -0000679151 00000 n -0000679302 00000 n -0000679453 00000 n -0000679605 00000 n -0000679756 00000 n -0000679908 00000 n -0000680060 00000 n -0000680210 00000 n -0000680360 00000 n -0000680510 00000 n -0000680661 00000 n -0000680812 00000 n -0000680964 00000 n -0000681116 00000 n -0000681267 00000 n -0000681417 00000 n -0000681568 00000 n -0000681719 00000 n -0000681870 00000 n -0000682021 00000 n -0000682171 00000 n -0000682323 00000 n -0000682474 00000 n -0000682625 00000 n -0000682776 00000 n -0000682926 00000 n -0000683077 00000 n -0000683228 00000 n -0000683379 00000 n -0000683529 00000 n -0000683680 00000 n -0000683831 00000 n -0000683983 00000 n -0000684132 00000 n -0000684282 00000 n -0000684432 00000 n -0000684582 00000 n -0000684734 00000 n -0000684884 00000 n -0000685035 00000 n -0000685186 00000 n -0000685337 00000 n -0000685486 00000 n -0000685638 00000 n -0000685789 00000 n -0000685940 00000 n -0000686091 00000 n -0000686242 00000 n -0000686394 00000 n -0000686544 00000 n -0000686696 00000 n -0000686847 00000 n -0000686997 00000 n -0000687147 00000 n -0000687298 00000 n -0000687449 00000 n -0000687600 00000 n -0000687751 00000 n -0000687902 00000 n -0000688053 00000 n -0000688204 00000 n -0000688355 00000 n -0000688506 00000 n -0000688655 00000 n -0000688804 00000 n -0000688953 00000 n -0000689102 00000 n -0000689251 00000 n -0000689400 00000 n -0000689548 00000 n -0000689698 00000 n -0000689849 00000 n -0000690000 00000 n -0000690151 00000 n -0000690302 00000 n -0000690452 00000 n -0000690603 00000 n -0000690754 00000 n -0000690905 00000 n -0000691055 00000 n -0000691205 00000 n -0000691418 00000 n -0000676380 00000 n -0000675007 00000 n -0000691355 00000 n -0000691506 00000 n -0000848697 00000 n -0000691530 00000 n -0000691862 00000 n -0000692322 00000 n -0000692422 00000 n -0000692766 00000 n -0000693232 00000 n -0000693797 00000 n -0000694263 00000 n -0000694826 00000 n -0000695162 00000 n -0000695737 00000 n -0000696314 00000 n -0000705770 00000 n -0000706076 00000 n -0000726296 00000 n -0000726943 00000 n -0000735811 00000 n -0000736135 00000 n -0000746792 00000 n -0000747222 00000 n -0000753443 00000 n -0000753808 00000 n -0000758039 00000 n -0000758297 00000 n -0000760282 00000 n -0000760515 00000 n -0000779085 00000 n -0000779682 00000 n -0000788829 00000 n -0000789123 00000 n -0000811357 00000 n -0000812073 00000 n -0000827800 00000 n -0000828229 00000 n -0000848087 00000 n -0000854196 00000 n -0000854322 00000 n -0000854448 00000 n -0000854574 00000 n -0000854691 00000 n -0000854783 00000 n -0000882553 00000 n -0000882763 00000 n -0000882980 00000 n -0000883195 00000 n -0000883408 00000 n -0000883604 00000 n -0000883781 00000 n -0000883957 00000 n -0000884134 00000 n -0000884310 00000 n -0000884487 00000 n -0000884663 00000 n -0000884840 00000 n -0000885010 00000 n -0000885199 00000 n -0000885384 00000 n -0000885567 00000 n -0000885750 00000 n -0000885935 00000 n -0000886119 00000 n -0000886304 00000 n -0000886488 00000 n -0000886668 00000 n -0000886844 00000 n -0000887021 00000 n -0000887197 00000 n -0000887374 00000 n -0000887549 00000 n -0000887724 00000 n -0000887901 00000 n -0000888077 00000 n -0000888254 00000 n -0000888430 00000 n -0000888607 00000 n -0000888783 00000 n -0000888960 00000 n -0000889136 00000 n -0000889313 00000 n -0000889522 00000 n -0000889730 00000 n -0000889939 00000 n -0000890144 00000 n -0000890343 00000 n -0000890540 00000 n -0000890737 00000 n -0000890943 00000 n -0000891152 00000 n -0000891355 00000 n -0000891558 00000 n -0000891761 00000 n -0000891970 00000 n -0000892180 00000 n -0000892389 00000 n -0000892612 00000 n -0000892850 00000 n -0000893093 00000 n -0000893336 00000 n -0000893583 00000 n -0000893834 00000 n -0000894080 00000 n -0000894328 00000 n -0000894571 00000 n -0000894815 00000 n -0000895058 00000 n -0000895301 00000 n -0000895544 00000 n -0000895787 00000 n -0000896030 00000 n -0000896273 00000 n -0000896516 00000 n -0000896767 00000 n -0000897017 00000 n -0000897260 00000 n -0000897503 00000 n -0000897754 00000 n -0000898008 00000 n -0000898257 00000 n -0000898544 00000 n -0000898827 00000 n -0000899116 00000 n -0000899402 00000 n -0000899685 00000 n -0000899968 00000 n -0000900251 00000 n -0000900534 00000 n -0000900817 00000 n -0000901100 00000 n -0000901386 00000 n -0000901672 00000 n -0000901891 00000 n -0000902009 00000 n -0000902125 00000 n -0000902241 00000 n -0000902358 00000 n -0000902474 00000 n -0000902590 00000 n -0000902710 00000 n -0000902834 00000 n -0000902963 00000 n -0000903098 00000 n -0000903232 00000 n -0000903366 00000 n -0000903505 00000 n -0000903649 00000 n -0000903772 00000 n -0000903890 00000 n -0000904015 00000 n -0000904115 00000 n -0000904208 00000 n -0000904248 00000 n -0000904421 00000 n +0000599567 00000 n +0000599716 00000 n +0000599864 00000 n +0000603245 00000 n +0000600075 00000 n +0000578021 00000 n +0000576798 00000 n +0000600012 00000 n +0000603394 00000 n +0000603544 00000 n +0000603694 00000 n +0000603845 00000 n +0000603994 00000 n +0000604145 00000 n +0000604295 00000 n +0000604446 00000 n +0000604597 00000 n +0000604748 00000 n +0000604899 00000 n +0000605049 00000 n +0000605199 00000 n +0000605350 00000 n +0000605501 00000 n +0000605652 00000 n +0000605802 00000 n +0000605952 00000 n +0000606103 00000 n +0000606254 00000 n +0000606405 00000 n +0000606556 00000 n +0000606705 00000 n +0000606856 00000 n +0000607005 00000 n +0000607156 00000 n +0000607306 00000 n +0000607456 00000 n +0000607607 00000 n +0000607758 00000 n +0000607909 00000 n +0000608060 00000 n +0000608210 00000 n +0000608361 00000 n +0000608512 00000 n +0000608662 00000 n +0000608812 00000 n +0000608963 00000 n +0000609113 00000 n +0000609264 00000 n +0000609415 00000 n +0000609566 00000 n +0000609716 00000 n +0000609867 00000 n +0000610018 00000 n +0000610168 00000 n +0000610319 00000 n +0000610469 00000 n +0000610619 00000 n +0000610770 00000 n +0000610920 00000 n +0000611070 00000 n +0000611221 00000 n +0000611371 00000 n +0000611522 00000 n +0000611673 00000 n +0000611823 00000 n +0000611974 00000 n +0000612125 00000 n +0000612276 00000 n +0000612427 00000 n +0000612576 00000 n +0000612726 00000 n +0000612876 00000 n +0000613026 00000 n +0000613176 00000 n +0000613325 00000 n +0000613474 00000 n +0000613623 00000 n +0000613772 00000 n +0000613922 00000 n +0000614072 00000 n +0000614223 00000 n +0000614374 00000 n +0000614525 00000 n +0000614677 00000 n +0000614827 00000 n +0000614978 00000 n +0000615129 00000 n +0000615280 00000 n +0000615430 00000 n +0000615582 00000 n +0000615733 00000 n +0000615883 00000 n +0000616034 00000 n +0000616185 00000 n +0000616336 00000 n +0000616487 00000 n +0000616638 00000 n +0000616788 00000 n +0000616939 00000 n +0000617089 00000 n +0000617240 00000 n +0000617391 00000 n +0000617542 00000 n +0000617693 00000 n +0000617845 00000 n +0000617996 00000 n +0000618147 00000 n +0000618298 00000 n +0000618450 00000 n +0000618601 00000 n +0000618751 00000 n +0000618902 00000 n +0000619054 00000 n +0000619205 00000 n +0000619356 00000 n +0000619506 00000 n +0000619657 00000 n +0000619807 00000 n +0000619958 00000 n +0000620107 00000 n +0000620258 00000 n +0000620410 00000 n +0000620562 00000 n +0000620712 00000 n +0000620864 00000 n +0000621015 00000 n +0000621167 00000 n +0000621318 00000 n +0000621469 00000 n +0000621619 00000 n +0000621770 00000 n +0000621920 00000 n +0000622071 00000 n +0000622223 00000 n +0000622375 00000 n +0000622527 00000 n +0000622679 00000 n +0000622831 00000 n +0000622983 00000 n +0000623134 00000 n +0000623286 00000 n +0000623438 00000 n +0000623590 00000 n +0000623740 00000 n +0000623890 00000 n +0000624039 00000 n +0000624189 00000 n +0000624337 00000 n +0000628248 00000 n +0000624550 00000 n +0000601848 00000 n +0000600163 00000 n +0000624487 00000 n +0000628398 00000 n +0000628549 00000 n +0000628699 00000 n +0000628850 00000 n +0000629002 00000 n +0000629153 00000 n +0000629304 00000 n +0000629455 00000 n +0000629605 00000 n +0000629756 00000 n +0000629907 00000 n +0000630059 00000 n +0000630211 00000 n +0000630363 00000 n +0000630514 00000 n +0000630665 00000 n +0000630815 00000 n +0000630965 00000 n +0000631116 00000 n +0000631266 00000 n +0000631417 00000 n +0000631569 00000 n +0000631719 00000 n +0000631869 00000 n +0000632021 00000 n +0000632171 00000 n +0000632322 00000 n +0000632473 00000 n +0000632625 00000 n +0000632776 00000 n +0000632926 00000 n +0000633077 00000 n +0000633228 00000 n +0000633378 00000 n +0000633529 00000 n +0000633680 00000 n +0000633831 00000 n +0000633982 00000 n +0000634133 00000 n +0000634284 00000 n +0000634435 00000 n +0000634584 00000 n +0000634733 00000 n +0000634883 00000 n +0000635035 00000 n +0000635186 00000 n +0000635337 00000 n +0000635487 00000 n +0000635638 00000 n +0000635789 00000 n +0000635940 00000 n +0000636091 00000 n +0000636243 00000 n +0000636394 00000 n +0000636546 00000 n +0000636697 00000 n +0000636848 00000 n +0000636999 00000 n +0000637151 00000 n +0000637302 00000 n +0000637453 00000 n +0000637604 00000 n +0000637755 00000 n +0000637906 00000 n +0000638057 00000 n +0000638208 00000 n +0000638359 00000 n +0000638510 00000 n +0000638661 00000 n +0000638811 00000 n +0000638960 00000 n +0000639109 00000 n +0000639257 00000 n +0000639406 00000 n +0000639555 00000 n +0000639703 00000 n +0000639852 00000 n +0000640001 00000 n +0000640149 00000 n +0000640300 00000 n +0000640450 00000 n +0000640601 00000 n +0000640751 00000 n +0000640902 00000 n +0000641053 00000 n +0000641203 00000 n +0000641353 00000 n +0000641504 00000 n +0000641654 00000 n +0000641805 00000 n +0000641956 00000 n +0000642108 00000 n +0000642259 00000 n +0000642410 00000 n +0000642561 00000 n +0000642712 00000 n +0000642863 00000 n +0000643013 00000 n +0000643163 00000 n +0000643313 00000 n +0000643463 00000 n +0000643613 00000 n +0000643764 00000 n +0000643915 00000 n +0000644066 00000 n +0000644218 00000 n +0000644369 00000 n +0000644520 00000 n +0000644671 00000 n +0000644822 00000 n +0000644974 00000 n +0000645126 00000 n +0000645277 00000 n +0000645428 00000 n +0000645578 00000 n +0000645729 00000 n +0000645881 00000 n +0000646031 00000 n +0000646182 00000 n +0000646333 00000 n +0000646485 00000 n +0000646635 00000 n +0000646786 00000 n +0000646937 00000 n +0000647088 00000 n +0000647240 00000 n +0000647390 00000 n +0000647540 00000 n +0000647689 00000 n +0000647840 00000 n +0000647990 00000 n +0000648140 00000 n +0000648290 00000 n +0000648440 00000 n +0000648589 00000 n +0000648739 00000 n +0000648889 00000 n +0000649040 00000 n +0000649190 00000 n +0000649340 00000 n +0000649489 00000 n +0000649640 00000 n +0000649791 00000 n +0000649940 00000 n +0000650090 00000 n +0000650241 00000 n +0000650392 00000 n +0000650543 00000 n +0000650694 00000 n +0000650844 00000 n +0000650995 00000 n +0000651145 00000 n +0000651297 00000 n +0000651448 00000 n +0000651599 00000 n +0000651749 00000 n +0000651899 00000 n +0000652049 00000 n +0000652199 00000 n +0000652349 00000 n +0000652499 00000 n +0000652649 00000 n +0000652797 00000 n +0000652947 00000 n +0000653096 00000 n +0000653245 00000 n +0000656844 00000 n +0000656996 00000 n +0000657148 00000 n +0000657299 00000 n +0000653457 00000 n +0000626617 00000 n +0000624652 00000 n +0000653394 00000 n +0000657451 00000 n +0000657602 00000 n +0000657753 00000 n +0000657904 00000 n +0000658055 00000 n +0000658205 00000 n +0000658356 00000 n +0000658507 00000 n +0000658658 00000 n +0000658810 00000 n +0000658961 00000 n +0000659113 00000 n +0000659265 00000 n +0000659416 00000 n +0000659567 00000 n +0000659717 00000 n +0000659868 00000 n +0000660019 00000 n +0000660169 00000 n +0000660320 00000 n +0000660472 00000 n +0000660622 00000 n +0000660773 00000 n +0000660925 00000 n +0000661075 00000 n +0000661225 00000 n +0000661374 00000 n +0000661524 00000 n +0000661675 00000 n +0000661826 00000 n +0000661977 00000 n +0000662128 00000 n +0000662279 00000 n +0000662430 00000 n +0000662581 00000 n +0000662731 00000 n +0000662882 00000 n +0000663034 00000 n +0000663185 00000 n +0000663335 00000 n +0000663485 00000 n +0000663636 00000 n +0000663787 00000 n +0000663938 00000 n +0000664088 00000 n +0000664239 00000 n +0000664389 00000 n +0000664540 00000 n +0000664692 00000 n +0000664843 00000 n +0000664994 00000 n +0000665145 00000 n +0000665296 00000 n +0000665447 00000 n +0000665597 00000 n +0000665748 00000 n +0000665898 00000 n +0000666049 00000 n +0000666199 00000 n +0000666348 00000 n +0000666499 00000 n +0000666649 00000 n +0000666800 00000 n +0000666949 00000 n +0000667099 00000 n +0000667250 00000 n +0000667401 00000 n +0000667551 00000 n +0000667700 00000 n +0000667847 00000 n +0000667994 00000 n +0000668141 00000 n +0000668290 00000 n +0000668440 00000 n +0000668589 00000 n +0000668740 00000 n +0000668891 00000 n +0000669043 00000 n +0000669195 00000 n +0000669345 00000 n +0000669495 00000 n +0000669646 00000 n +0000669797 00000 n +0000669947 00000 n +0000670098 00000 n +0000670249 00000 n +0000670399 00000 n +0000670550 00000 n +0000670701 00000 n +0000670852 00000 n +0000671004 00000 n +0000671154 00000 n +0000671305 00000 n +0000671456 00000 n +0000671606 00000 n +0000671757 00000 n +0000671908 00000 n +0000672059 00000 n +0000672210 00000 n +0000672360 00000 n +0000672511 00000 n +0000672662 00000 n +0000672813 00000 n +0000672964 00000 n +0000673114 00000 n +0000673265 00000 n +0000673416 00000 n +0000673567 00000 n +0000673718 00000 n +0000673870 00000 n +0000674020 00000 n +0000674171 00000 n +0000674321 00000 n +0000674471 00000 n +0000674622 00000 n +0000674773 00000 n +0000674923 00000 n +0000675074 00000 n +0000675225 00000 n +0000675376 00000 n +0000675527 00000 n +0000675676 00000 n +0000675827 00000 n +0000675978 00000 n +0000676129 00000 n +0000676280 00000 n +0000676431 00000 n +0000676581 00000 n +0000676730 00000 n +0000676881 00000 n +0000677031 00000 n +0000677180 00000 n +0000677331 00000 n +0000677482 00000 n +0000677633 00000 n +0000677784 00000 n +0000677935 00000 n +0000678086 00000 n +0000678237 00000 n +0000678388 00000 n +0000678539 00000 n +0000678690 00000 n +0000678841 00000 n +0000678991 00000 n +0000679141 00000 n +0000679291 00000 n +0000679442 00000 n +0000679589 00000 n +0000679737 00000 n +0000679885 00000 n +0000683587 00000 n +0000683737 00000 n +0000683887 00000 n +0000680096 00000 n +0000655330 00000 n +0000653545 00000 n +0000680033 00000 n +0000886517 00000 n +0000684037 00000 n +0000684187 00000 n +0000684336 00000 n +0000684487 00000 n +0000684637 00000 n +0000684788 00000 n +0000684939 00000 n +0000685090 00000 n +0000685241 00000 n +0000685391 00000 n +0000685542 00000 n +0000685693 00000 n +0000685844 00000 n +0000685995 00000 n +0000686146 00000 n +0000686297 00000 n +0000686448 00000 n +0000686599 00000 n +0000686749 00000 n +0000686900 00000 n +0000687051 00000 n +0000687201 00000 n +0000687352 00000 n +0000687503 00000 n +0000687654 00000 n +0000687804 00000 n +0000687955 00000 n +0000688107 00000 n +0000688257 00000 n +0000688408 00000 n +0000688558 00000 n +0000688709 00000 n +0000688859 00000 n +0000689010 00000 n +0000689161 00000 n +0000689311 00000 n +0000689462 00000 n +0000689613 00000 n +0000689764 00000 n +0000689915 00000 n +0000690066 00000 n +0000690218 00000 n +0000690368 00000 n +0000690518 00000 n +0000690666 00000 n +0000690817 00000 n +0000690969 00000 n +0000691120 00000 n +0000691270 00000 n +0000691421 00000 n +0000691572 00000 n +0000691723 00000 n +0000691874 00000 n +0000692024 00000 n +0000692176 00000 n +0000692328 00000 n +0000692479 00000 n +0000692629 00000 n +0000692780 00000 n +0000692931 00000 n +0000693082 00000 n +0000693234 00000 n +0000693386 00000 n +0000693538 00000 n +0000693690 00000 n +0000693841 00000 n +0000693992 00000 n +0000694144 00000 n +0000694296 00000 n +0000694448 00000 n +0000694599 00000 n +0000694750 00000 n +0000694901 00000 n +0000695053 00000 n +0000695204 00000 n +0000695353 00000 n +0000695502 00000 n +0000695651 00000 n +0000695799 00000 n +0000695950 00000 n +0000696101 00000 n +0000696250 00000 n +0000696400 00000 n +0000696551 00000 n +0000696702 00000 n +0000696853 00000 n +0000697004 00000 n +0000697155 00000 n +0000697306 00000 n +0000697457 00000 n +0000697608 00000 n +0000697759 00000 n +0000697909 00000 n +0000698060 00000 n +0000698210 00000 n +0000698361 00000 n +0000698511 00000 n +0000698662 00000 n +0000698813 00000 n +0000698964 00000 n +0000699115 00000 n +0000699265 00000 n +0000699416 00000 n +0000699565 00000 n +0000699715 00000 n +0000699866 00000 n +0000700017 00000 n +0000700167 00000 n +0000700318 00000 n +0000700469 00000 n +0000700620 00000 n +0000700771 00000 n +0000700922 00000 n +0000701074 00000 n +0000701225 00000 n +0000701376 00000 n +0000701527 00000 n +0000701678 00000 n +0000701830 00000 n +0000701980 00000 n +0000702131 00000 n +0000702282 00000 n +0000702432 00000 n +0000702583 00000 n +0000702734 00000 n +0000702885 00000 n +0000703035 00000 n +0000703185 00000 n +0000703335 00000 n +0000703485 00000 n +0000703636 00000 n +0000703787 00000 n +0000703937 00000 n +0000704087 00000 n +0000704238 00000 n +0000704389 00000 n +0000704540 00000 n +0000704691 00000 n +0000704841 00000 n +0000704990 00000 n +0000705140 00000 n +0000705290 00000 n +0000705436 00000 n +0000705582 00000 n +0000705728 00000 n +0000705877 00000 n +0000706025 00000 n +0000706172 00000 n +0000706320 00000 n +0000706468 00000 n +0000706616 00000 n +0000706764 00000 n +0000709445 00000 n +0000706975 00000 n +0000682064 00000 n +0000680184 00000 n +0000706912 00000 n +0000709595 00000 n +0000709744 00000 n +0000709895 00000 n +0000710045 00000 n +0000710194 00000 n +0000710345 00000 n +0000710495 00000 n +0000710646 00000 n +0000710797 00000 n +0000710949 00000 n +0000711101 00000 n +0000711252 00000 n +0000711402 00000 n +0000711554 00000 n +0000711705 00000 n +0000711856 00000 n +0000712008 00000 n +0000712159 00000 n +0000712311 00000 n +0000712463 00000 n +0000712614 00000 n +0000712764 00000 n +0000712914 00000 n +0000713065 00000 n +0000713216 00000 n +0000713368 00000 n +0000713520 00000 n +0000713671 00000 n +0000713821 00000 n +0000713972 00000 n +0000714123 00000 n +0000714274 00000 n +0000714425 00000 n +0000714575 00000 n +0000714727 00000 n +0000714878 00000 n +0000715029 00000 n +0000715180 00000 n +0000715331 00000 n +0000715481 00000 n +0000715632 00000 n +0000715783 00000 n +0000715934 00000 n +0000716084 00000 n +0000716235 00000 n +0000716385 00000 n +0000716536 00000 n +0000716686 00000 n +0000716837 00000 n +0000716986 00000 n +0000717137 00000 n +0000717288 00000 n +0000717439 00000 n +0000717590 00000 n +0000717741 00000 n +0000717890 00000 n +0000718042 00000 n +0000718193 00000 n +0000718344 00000 n +0000718495 00000 n +0000718646 00000 n +0000718798 00000 n +0000718948 00000 n +0000719100 00000 n +0000719251 00000 n +0000719401 00000 n +0000719551 00000 n +0000719702 00000 n +0000719853 00000 n +0000720004 00000 n +0000720154 00000 n +0000720305 00000 n +0000720455 00000 n +0000720606 00000 n +0000720757 00000 n +0000720907 00000 n +0000721056 00000 n +0000721205 00000 n +0000721356 00000 n +0000721507 00000 n +0000721658 00000 n +0000721808 00000 n +0000721959 00000 n +0000722110 00000 n +0000722260 00000 n +0000722411 00000 n +0000722562 00000 n +0000722713 00000 n +0000722863 00000 n +0000723014 00000 n +0000723165 00000 n +0000723316 00000 n +0000723466 00000 n +0000723615 00000 n +0000723828 00000 n +0000708462 00000 n +0000707063 00000 n +0000723765 00000 n +0000723916 00000 n +0000881107 00000 n +0000723940 00000 n +0000724272 00000 n +0000724732 00000 n +0000724832 00000 n +0000725176 00000 n +0000725642 00000 n +0000726207 00000 n +0000726673 00000 n +0000727236 00000 n +0000727572 00000 n +0000728147 00000 n +0000728724 00000 n +0000738180 00000 n +0000738486 00000 n +0000758706 00000 n +0000759353 00000 n +0000768221 00000 n +0000768545 00000 n +0000779202 00000 n +0000779632 00000 n +0000785853 00000 n +0000786218 00000 n +0000790449 00000 n +0000790707 00000 n +0000792692 00000 n +0000792925 00000 n +0000811495 00000 n +0000812092 00000 n +0000821239 00000 n +0000821533 00000 n +0000843767 00000 n +0000844483 00000 n +0000860210 00000 n +0000860639 00000 n +0000880497 00000 n +0000886615 00000 n +0000886741 00000 n +0000886867 00000 n +0000886993 00000 n +0000887110 00000 n +0000887202 00000 n +0000915285 00000 n +0000915495 00000 n +0000915712 00000 n +0000915927 00000 n +0000916141 00000 n +0000916340 00000 n +0000916517 00000 n +0000916693 00000 n +0000916870 00000 n +0000917046 00000 n +0000917223 00000 n +0000917399 00000 n +0000917576 00000 n +0000917748 00000 n +0000917931 00000 n +0000918122 00000 n +0000918302 00000 n +0000918487 00000 n +0000918670 00000 n +0000918853 00000 n +0000919038 00000 n +0000919222 00000 n +0000919404 00000 n +0000919580 00000 n +0000919757 00000 n +0000919933 00000 n +0000920110 00000 n +0000920286 00000 n +0000920463 00000 n +0000920639 00000 n +0000920816 00000 n +0000920991 00000 n +0000921166 00000 n +0000921343 00000 n +0000921519 00000 n +0000921696 00000 n +0000921872 00000 n +0000922049 00000 n +0000922246 00000 n +0000922455 00000 n +0000922662 00000 n +0000922869 00000 n +0000923070 00000 n +0000923266 00000 n +0000923463 00000 n +0000923665 00000 n +0000923876 00000 n +0000924081 00000 n +0000924284 00000 n +0000924487 00000 n +0000924696 00000 n +0000924906 00000 n +0000925115 00000 n +0000925332 00000 n +0000925569 00000 n +0000925811 00000 n +0000926054 00000 n +0000926299 00000 n +0000926550 00000 n +0000926798 00000 n +0000927044 00000 n +0000927290 00000 n +0000927535 00000 n +0000927781 00000 n +0000928024 00000 n +0000928267 00000 n +0000928510 00000 n +0000928753 00000 n +0000928996 00000 n +0000929239 00000 n +0000929485 00000 n +0000929736 00000 n +0000929983 00000 n +0000930226 00000 n +0000930469 00000 n +0000930724 00000 n +0000930976 00000 n +0000931240 00000 n +0000931527 00000 n +0000931812 00000 n +0000932103 00000 n +0000932386 00000 n +0000932669 00000 n +0000932952 00000 n +0000933235 00000 n +0000933518 00000 n +0000933801 00000 n +0000934084 00000 n +0000934371 00000 n +0000934656 00000 n +0000934844 00000 n +0000934962 00000 n +0000935078 00000 n +0000935195 00000 n +0000935312 00000 n +0000935428 00000 n +0000935543 00000 n +0000935662 00000 n +0000935786 00000 n +0000935915 00000 n +0000936050 00000 n +0000936185 00000 n +0000936319 00000 n +0000936458 00000 n +0000936602 00000 n +0000936734 00000 n +0000936852 00000 n +0000936977 00000 n +0000937077 00000 n +0000937170 00000 n +0000937210 00000 n +0000937383 00000 n trailer -<< /Size 3438 -/Root 3436 0 R -/Info 3437 0 R -/ID [<4BA7085FBE685E44DC4F7BF50C8DA26D> <4BA7085FBE685E44DC4F7BF50C8DA26D>] >> +<< /Size 3458 +/Root 3456 0 R +/Info 3457 0 R +/ID [<7DE70559A44D10F803FD2B455BD215D4> <7DE70559A44D10F803FD2B455BD215D4>] >> startxref -906627 +939589 %%EOF diff --git a/gbdk-lib/examples/ap/bcd/Makefile b/gbdk-lib/examples/ap/bcd/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.pocket: %.c diff --git a/gbdk-lib/examples/ap/bcd/bcd.c b/gbdk-lib/examples/ap/bcd/bcd.c @@ -12,7 +12,7 @@ BCD bcd3 = MAKE_BCD(11111111); uint8_t len = 0; unsigned char buf[10]; -void main() { +void main(void) { font_init(); font_set(font_load(font_spect)); diff --git a/gbdk-lib/examples/ap/colorbar/Makefile b/gbdk-lib/examples/ap/colorbar/Makefile @@ -8,7 +8,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat %.o: %.c $(CC) $(CFLAGS) -c -o $@ $< diff --git a/gbdk-lib/examples/ap/comm/Makefile b/gbdk-lib/examples/ap/comm/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.pocket: %.c diff --git a/gbdk-lib/examples/ap/crash/Makefile b/gbdk-lib/examples/ap/crash/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.pocket: %.c diff --git a/gbdk-lib/examples/ap/crash/crash.c b/gbdk-lib/examples/ap/crash/crash.c @@ -2,6 +2,6 @@ typedef void (*somefunc_t)(void); -void main() { +void main(void) { ((somefunc_t)0x3000)(); // call something in the middle of nowhere } diff --git a/gbdk-lib/examples/ap/dscan/Makefile b/gbdk-lib/examples/ap/dscan/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat %.o: %.c $(CC) -c -o $@ $< diff --git a/gbdk-lib/examples/ap/dscan/dscan.c b/gbdk-lib/examples/ap/dscan/dscan.c @@ -189,23 +189,23 @@ void show_level( uint8_t i ) set_level( i ); } -void show_gover() +void show_gover(void) { set_bkg_tiles( 6, 9, 8, 1, (unsigned char *)msg_gover ); pf = DEF_PF; } -void show_pause() +void show_pause(void) { set_bkg_tiles( 6, 9, 8, 1, (unsigned char *)msg_pause ); } -void hide_msg() +void hide_msg(void) { set_bkg_tiles( 6, 9, 8, 1, (unsigned char *)msg_start ); } -void init_score() +void init_score(void) { ps = 0; show_score( ps ); @@ -213,7 +213,7 @@ void init_score() show_level( pl ); } -void init_screen() +void init_screen(void) { uint8_t n; @@ -257,7 +257,7 @@ void init_screen() } } -void init_player() +void init_player(void) { pf = 0; px = DEF_PX; set_sprite_tile( 0, 0 ); @@ -268,7 +268,7 @@ void init_player() move_sprite( 1, px+8, DEF_PY ); } -void init_tama() +void init_tama(void) { uint8_t i; @@ -282,7 +282,7 @@ void init_tama() } } -void init_enemy() +void init_enemy(void) { uint8_t i; @@ -297,7 +297,7 @@ void init_enemy() } } -void init_kirai() +void init_kirai(void) { uint8_t i; @@ -311,7 +311,7 @@ void init_kirai() } /* player */ -void player() +void player(void) { uint8_t key; uint8_t i; @@ -430,7 +430,7 @@ void player() } /* bombs */ -void bombs() +void bombs(void) { uint8_t i; @@ -450,7 +450,7 @@ void bombs() } /* enemys */ -void enemys() +void enemys(void) { uint8_t i, j; @@ -689,7 +689,7 @@ void enemys() } /* kirai */ -void kirai() +void kirai(void) { uint8_t i; @@ -722,7 +722,7 @@ void kirai() /*--------------------------------------------------------------------------* | main program | *--------------------------------------------------------------------------*/ -void main() +void main(void) { disable_interrupts(); DISPLAY_OFF; diff --git a/gbdk-lib/examples/ap/emu_debug/Makefile b/gbdk-lib/examples/ap/emu_debug/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.pocket: %.c diff --git a/gbdk-lib/examples/ap/filltest/Makefile b/gbdk-lib/examples/ap/filltest/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.pocket: %.c diff --git a/gbdk-lib/examples/ap/galaxy/Makefile b/gbdk-lib/examples/ap/galaxy/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.pocket: %.c diff --git a/gbdk-lib/examples/ap/galaxy/galaxy.c b/gbdk-lib/examples/ap/galaxy/galaxy.c @@ -379,15 +379,15 @@ fixed wspx, wspy; /* Window speed (fixed point) */ fixed sposx, sposy; /* Sprite position (fixed point) */ fixed sspx, sspy; /* Sprite speed (fixed point) */ -void fade(); -void scroll(); -void door(); -void animate_sprite(); -void tile_sprite(); -void place_sprite(); +void fade(void); +void scroll(void); +void door(void); +void animate_sprite(void); +void tile_sprite(void); +void place_sprite(void); /* Fade the screen (off and on) */ -void fade() +void fade(void) { if(color == 0) return; @@ -412,7 +412,7 @@ void fade() } /* Scroll the background, the window and the sprite */ -void scroll() +void scroll(void) { /* Update background */ bposx.w += bspx.w; @@ -453,7 +453,7 @@ void scroll() } /* Open and close the door */ -void door() +void door(void) { if(doorstate == OPENING) { doorpos++; @@ -471,7 +471,7 @@ void door() } /* Animate sprite */ -void animate_sprite() +void animate_sprite(void) { if((time&0x07) == 0) { sframe++; @@ -482,7 +482,7 @@ void animate_sprite() } /* Set sprite tiles */ -void tile_sprite() +void tile_sprite(void) { uint8_t s; @@ -492,13 +492,13 @@ void tile_sprite() } /* Place sprite */ -void place_sprite() +void place_sprite(void) { move_sprite(0, sposx.b.h, sposy.b.h); move_sprite(1, sposx.b.h+8, sposy.b.h); } -void main() +void main(void) { uint8_t i, j; diff --git a/gbdk-lib/examples/ap/gb-dtmf/Makefile b/gbdk-lib/examples/ap/gb-dtmf/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat %.s: %.c $(CC) -S -o $@ $< diff --git a/gbdk-lib/examples/ap/gb-dtmf/gb-dtmf.c b/gbdk-lib/examples/ap/gb-dtmf/gb-dtmf.c @@ -167,7 +167,7 @@ unsigned char disp_tile[MAX_DTMF * 2]; Initialize for sound registers ch1, ch2 are used for this routine. */ -void init_dial() +void init_dial(void) { NR52_REG = 0x83U; @@ -365,7 +365,7 @@ void disp_lcd(uint8_t len, char str[MAX_DTMF]) } /* clear display */ -void clr_disp() +void clr_disp(void) { set_bkg_data(OFFSET, 50, dtmf_lcd); set_bkg_tiles(LCD_X, LCD_Y, LCD_WIDTH, LCD_HIGHT, init_disp); @@ -433,7 +433,7 @@ void break_button(uint8_t x, uint8_t y) } -void init_key() +void init_key(void) { uint8_t key_x, key_y, i; @@ -503,7 +503,7 @@ void init_key() move_sprite(22, key_x, key_y); } -void init_background() +void init_background(void) { /* Initialize the background */ set_bkg_data( 0, 9, frame_lcd); @@ -513,7 +513,7 @@ void init_background() set_bkg_tiles(0, 0, 20, 18, dtmf_tile); } -void init_cursor() +void init_cursor(void) { uint8_t i; @@ -533,7 +533,7 @@ void move_cursor(uint8_t x, uint8_t y) move_sprite(26, x+8, y+8); } -void main() +void main(void) { uint8_t key1, key2, i, j, pos_x, pos_y, ch_pos; uint8_t non_flick = OFF; diff --git a/gbdk-lib/examples/ap/gbdecompress/Makefile b/gbdk-lib/examples/ap/gbdecompress/Makefile @@ -22,7 +22,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link all source files in a single call to LCC $(BINS): $(CSOURCES) $(ASMSOURCES) diff --git a/gbdk-lib/examples/ap/irq/Makefile b/gbdk-lib/examples/ap/irq/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.pocket: %.c diff --git a/gbdk-lib/examples/ap/irq/irq.c b/gbdk-lib/examples/ap/irq/irq.c @@ -7,19 +7,19 @@ // counters are 16-bit so we need a mutual exclusion access unsigned int vbl_cnt, tim_cnt; -void vbl() +void vbl(void) { // Upon IRQ, interrupts are automatically disabled vbl_cnt++; } -void tim() +void tim(void) { // Upon IRQ, interrupts are automatically disabled tim_cnt++; } -void print_counter() +void print_counter(void) { unsigned int cnt; @@ -39,7 +39,7 @@ void print_counter() printf("- VBL %u\n", cnt); } -void main() +void main(void) { // Ensure mutual exclusion CRITICAL { diff --git a/gbdk-lib/examples/ap/large_map/Makefile b/gbdk-lib/examples/ap/large_map/Makefile @@ -5,7 +5,7 @@ all: compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat clean: rm -f *.o *.lst *.map *.pocket *.ihx *.sym *.cdb *.adb *.asm diff --git a/gbdk-lib/examples/ap/large_map/large_map.c b/gbdk-lib/examples/ap/large_map/large_map.c @@ -18,7 +18,7 @@ uint8_t map_pos_x, map_pos_y, old_map_pos_x, old_map_pos_y; // redraw flag, indicates that camera position was changed uint8_t redraw; -void set_camera() { +void set_camera(void) { // update hardware scroll position SCY_REG = camera_y; SCX_REG = camera_x; // up or down @@ -45,7 +45,7 @@ void set_camera() { old_camera_x = camera_x, old_camera_y = camera_y; } -void main(){ +void main(void){ DISPLAY_OFF; SHOW_BKG; set_bkg_data(0, 241u, bigmap_tiles); diff --git a/gbdk-lib/examples/ap/lcd_isr_wobble/Makefile b/gbdk-lib/examples/ap/lcd_isr_wobble/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.pocket: %.c diff --git a/gbdk-lib/examples/ap/lcd_isr_wobble/lcd_isr_wobble.c b/gbdk-lib/examples/ap/lcd_isr_wobble/lcd_isr_wobble.c @@ -7,12 +7,12 @@ const uint8_t scanline_offsets_tbl[] = {0, 1, 2, 3, 3, 2, 1, 0, 0, 1, 2, 3, 3, 2, 1, 0}; const uint8_t * scanline_offsets = scanline_offsets_tbl; -void scanline_isr() { +void scanline_isr(void) { SCX_REG = scanline_offsets[(uint8_t)(LY_REG & 0x07u)]; } -void main() { +void main(void) { printf("This is\na wobble\ntest\nfor DMG\n|\n|\n|\n|\n|"); CRITICAL { diff --git a/gbdk-lib/examples/ap/linkerfile/Makefile b/gbdk-lib/examples/ap/linkerfile/Makefile @@ -30,7 +30,7 @@ all: prepare $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile .c files in "src/" to .o object files $(OBJDIR)/%.o: $(SRCDIR)/%.c diff --git a/gbdk-lib/examples/ap/paint/Makefile b/gbdk-lib/examples/ap/paint/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.pocket: %.c diff --git a/gbdk-lib/examples/ap/paint/paint.c b/gbdk-lib/examples/ap/paint/paint.c @@ -259,7 +259,7 @@ uint8_t menu_cursor_pos; uint8_t cursor_x; uint8_t cursor_y; -void set_cursor() +void set_cursor(void) { uint8_t x, y, i; @@ -279,7 +279,7 @@ void set_cursor() } } -void move_cursor() +void move_cursor(void) { uint8_t x, y; @@ -290,7 +290,7 @@ void move_cursor() cursor_y+16 - cursors[current_cursor].hot_y + (y<<3)); } -void move_menu_cursor() +void move_menu_cursor(void) { move_sprite(0, ((icons[menu_cursor_pos].x+icons[menu_cursor_pos].w)<<3) + 4, @@ -337,7 +337,7 @@ void reset_icon(uint8_t icon) NULL); } -void splash() +void splash(void) { uint8_t x, y; @@ -381,7 +381,7 @@ void splash() // HIDE_SPRITES; } -void menu() +void menu(void) { uint8_t i, key; uint8_t slowdown; @@ -451,7 +451,7 @@ void menu() current_cursor = cursor; } -void run() +void run(void) { uint8_t key; uint8_t slowdown; @@ -509,7 +509,7 @@ void run() } } -void main() +void main(void) { /* Initialize sprite palette */ OBP1_REG = 0xE0U; diff --git a/gbdk-lib/examples/ap/ram_function/Makefile b/gbdk-lib/examples/ap/ram_function/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat %.o: %.c $(CC) -c -o $@ $< diff --git a/gbdk-lib/examples/ap/ram_function/ram_fn.c b/gbdk-lib/examples/ap/ram_function/ram_fn.c @@ -6,11 +6,11 @@ uint16_t counter = 0; // inc() must be a relocatable function, be careful! -void inc() { +void inc(void) { counter++; } // dummy function, needed to calculate inc() size, must be after it -void inc_end() {} +void inc_end(void) {} // calculate the distance between objects #define object_distance(a, b) ((void *)&(b) - (void *)&(a)) @@ -26,14 +26,14 @@ inc_t inc_hiram_var = (inc_t)hiram_buffer; // those are defined by passing parameters to the linker, they must be located at the same // addresses where ram_buffer and hiram_buffer are located -extern void inc_ram(); -extern void inc_hiram(); +extern void inc_ram(void); +extern void inc_hiram(void); -void print_counter() { +void print_counter(void) { printf(" Counter is %u\n", counter); } -void main() { +void main(void) { // copy inc() function to it's new destinations: hiram_buffer and ram_buffer hiramcpy((uint8_t)&hiram_buffer, (void *)&inc, (uint8_t)object_distance(inc, inc_end)); memcpy(&ram_buffer, (void *)&inc, (uint16_t)object_distance(inc, inc_end)); diff --git a/gbdk-lib/examples/ap/rand/Makefile b/gbdk-lib/examples/ap/rand/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.pocket: %.c diff --git a/gbdk-lib/examples/ap/rpn/Makefile b/gbdk-lib/examples/ap/rpn/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.pocket: %.c diff --git a/gbdk-lib/examples/ap/scroller/Makefile b/gbdk-lib/examples/ap/scroller/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.pocket: %.c diff --git a/gbdk-lib/examples/ap/scroller/text_scroller.c b/gbdk-lib/examples/ap/scroller/text_scroller.c @@ -13,7 +13,7 @@ const uint8_t * scanline_offsets = scanline_offsets_tbl; uint8_t scroller_x = 0; -void scanline_isr() { +void scanline_isr(void) { switch (LYC_REG) { case 0: SCX_REG = 0; @@ -38,7 +38,7 @@ const uint8_t * scroller_next_char = scroller_text; uint8_t * scroller_vram_addr; uint16_t base, limit; -void main() { +void main(void) { printf("Scrolling %d chars", sizeof(scroller_text) - 1); CRITICAL { diff --git a/gbdk-lib/examples/ap/sgb_border/Makefile b/gbdk-lib/examples/ap/sgb_border/Makefile @@ -5,7 +5,7 @@ all: compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat clean: rm -f *.o *.lst *.map *.pocket *.ihx *.sym *.cdb *.adb *.asm diff --git a/gbdk-lib/examples/ap/sgb_multiplayer/Makefile b/gbdk-lib/examples/ap/sgb_multiplayer/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.pocket: %.c diff --git a/gbdk-lib/examples/ap/sound/Makefile b/gbdk-lib/examples/ap/sound/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.pocket: %.c diff --git a/gbdk-lib/examples/ap/sound/sound.c b/gbdk-lib/examples/ap/sound/sound.c @@ -30,7 +30,7 @@ int8_t keys = 0; void show_register_channel(uint8_t mode); -void clss() { +void clss(void) { uint8_t i = 0; for(i = 0; i < 18; ++i) { gotoxy(0, i); @@ -323,94 +323,94 @@ struct SoundReg s = { 0, 0, 0, 0, 0, 1 } }; -uint8_t NR10() { +uint8_t NR10(void) { return soundReg->mode1.sweepShifts | (soundReg->mode1.sweepMode << 3) | (soundReg->mode1.sweepTime << 4); } -uint8_t NR11() { +uint8_t NR11(void) { return soundReg->mode1.soundLength | (soundReg->mode1.patternDuty << 6); } -uint8_t NR12() { +uint8_t NR12(void) { return soundReg->mode1.envNbSweep | (soundReg->mode1.envMode << 3) | (soundReg->mode1.envInitialValue << 4); } -uint8_t NR13() { +uint8_t NR13(void) { return soundReg->mode1.frequencyLow; } -uint8_t NR14() { +uint8_t NR14(void) { return soundReg->mode1.frequencyHigh | (soundReg->mode1.counter_ConsSel << 6) | (soundReg->mode1.restart << 7); } //-------------------------- -uint8_t NR21() { +uint8_t NR21(void) { return soundReg->mode2.soundLength | (soundReg->mode2.patternDuty << 6); } -uint8_t NR22() { +uint8_t NR22(void) { return soundReg->mode2.envNbStep | (soundReg->mode2.envMode << 3) | (soundReg->mode2.envInitialValue << 4); } -uint8_t NR23() { +uint8_t NR23(void) { return soundReg->mode2.frequencyLow; } -uint8_t NR24() { +uint8_t NR24(void) { return soundReg->mode2.frequencyHigh | (soundReg->mode2.counter_ConsSel << 6) | (soundReg->mode2.restart << 7); } //------------------------------- -uint8_t NR30() { +uint8_t NR30(void) { return soundReg->mode3.on_Off << 7; } -uint8_t NR31() { +uint8_t NR31(void) { return soundReg->mode3.soundLength; } -uint8_t NR32() { +uint8_t NR32(void) { return soundReg->mode3.selOutputLevel << 5; } -uint8_t NR33() { +uint8_t NR33(void) { return soundReg->mode3.frequencyLow; } -uint8_t NR34() { +uint8_t NR34(void) { return soundReg->mode3.frequencyHigh | (soundReg->mode3.counter_ConsSel << 6) | (soundReg->mode3.restart << 7); } //------------------------------- -uint8_t NR41() { +uint8_t NR41(void) { return soundReg->mode4.soundLength; } -uint8_t NR42() { +uint8_t NR42(void) { return soundReg->mode4.envNbStep | (soundReg->mode4.envMode << 3) | (soundReg->mode4.envInitialValue << 4); } -uint8_t NR43() { +uint8_t NR43(void) { return soundReg->mode4.polyCounterDiv | (soundReg->mode4.polyCounterStep << 3) | (soundReg->mode4.polyCounterFreq << 4); } -uint8_t NR44() { +uint8_t NR44(void) { return (soundReg->mode4.counter_ConsSel << 6) | (soundReg->mode4.restart << 7); } //------------------------------- -uint8_t NR50() { +uint8_t NR50(void) { return soundReg->control.SO1_OutputLevel | (soundReg->control.Vin_SO1 << 3u) | (soundReg->control.SO2_OutputLevel << 4u) | (soundReg->control.Vin_SO2 << 7u); } -uint8_t NR51() { +uint8_t NR51(void) { return soundReg->control.Sound1_To_SO1 | (soundReg->control.Sound2_To_SO1 << 1) | (soundReg->control.Sound3_To_SO1 << 2) | (soundReg->control.Sound4_To_SO1 << 3) | (soundReg->control.Sound1_To_SO2 << 4) | (soundReg->control.Sound2_To_SO2 << 5) | (soundReg->control.Sound3_To_SO2 << 6)| (soundReg->control.Sound4_To_SO2 << 7); } -uint8_t NR52() { +uint8_t NR52(void) { return soundReg->control.global_On_Off << 7; } @@ -907,7 +907,7 @@ void show_register_channel(uint8_t mode) { } -void dump_registers() +void dump_registers(void) { clss(); gotoxy(FIRST_X, TITLE_Y); @@ -1025,7 +1025,7 @@ void wait_event(uint8_t mode) } } -void main() +void main(void) { // // Before modifying any sound register, sound must be turned on! diff --git a/gbdk-lib/examples/ap/space/Makefile b/gbdk-lib/examples/ap/space/Makefile @@ -7,7 +7,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.pocket: %.s diff --git a/gbdk-lib/examples/ap/template_minimal/Makefile b/gbdk-lib/examples/ap/template_minimal/Makefile @@ -22,7 +22,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link all source files in a single call to LCC $(BINS): $(CSOURCES) $(ASMSOURCES) diff --git a/gbdk-lib/examples/ap/template_subfolders/Makefile b/gbdk-lib/examples/ap/template_subfolders/Makefile @@ -29,7 +29,7 @@ all: prepare $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile .c files in "src/" to .o object files $(OBJDIR)/%.o: $(SRCDIR)/%.c diff --git a/gbdk-lib/examples/ap/template_subfolders/src/main.c b/gbdk-lib/examples/ap/template_subfolders/src/main.c @@ -4,7 +4,7 @@ #include "../res/dungeon_tiles.h" -void init_gfx() { +void init_gfx(void) { // Load Background tiles and then map set_bkg_data(0, 79u, dungeon_tiles); set_bkg_tiles(0, 0, 32u, 32u, dungeon_mapPLN0); diff --git a/gbdk-lib/examples/cross-platform/banks/Makefile b/gbdk-lib/examples/cross-platform/banks/Makefile @@ -8,7 +8,7 @@ LCC = $(GBDK_HOME)bin/lcc # Set platforms to build here, spaced separated. (These are in the separate Makefile.targets) # They can also be built/cleaned individually: "make gg" and "make gg-clean" # Possible are: gb gbc pocket megaduck sms gg -TARGETS=gb pocket megaduck sms gg +TARGETS=gb pocket megaduck sms gg nes # Configure platform specific LCC flags here: LCCFLAGS_gb = -Wl-yt0x1B # Set an MBC for banking (1B-ROM+MBC5+RAM+BATT) @@ -17,6 +17,7 @@ LCCFLAGS_duck = -Wl-yt0x1B # Usually the same as required for .gb LCCFLAGS_gbc = -Wl-yt0x1B -Wm-yc # Same as .gb with: -Wm-yc (gb & gbc) or Wm-yC (gbc exclusive) LCCFLAGS_sms = LCCFLAGS_gg = +LCCFLAGS_nes = -Wl-yt0x1B LCCFLAGS += $(LCCFLAGS_$(EXT)) # This adds the current platform specific LCC Flags diff --git a/gbdk-lib/examples/cross-platform/banks/Makefile.targets b/gbdk-lib/examples/cross-platform/banks/Makefile.targets @@ -48,3 +48,7 @@ gg-clean: gg: ${MAKE} build-target PORT=z80 PLAT=gg EXT=gg +nes-clean: + ${MAKE} clean-target EXT=nes +nes: + ${MAKE} build-target PORT=mos6502 PLAT=nes EXT=nes diff --git a/gbdk-lib/examples/cross-platform/banks/src/bank.ba0.bo2.c b/gbdk-lib/examples/cross-platform/banks/src/bank.ba0.bo2.c @@ -4,7 +4,7 @@ int var_2; /* In external RAM bank 0 */ -void bank_2() BANKED /* In ROM bank 2 */ +void bank_2(void) BANKED /* In ROM bank 2 */ { puts("I'm in ROM bank 2"); } diff --git a/gbdk-lib/examples/cross-platform/banks/src/bank.ba1.bo1.c b/gbdk-lib/examples/cross-platform/banks/src/bank.ba1.bo1.c @@ -4,7 +4,7 @@ int var_1; /* In external RAM bank 1 */ -void bank_1() BANKED /* In ROM bank 1 */ +void bank_1(void) BANKED /* In ROM bank 1 */ { puts("I'm in ROM bank 1"); } diff --git a/gbdk-lib/examples/cross-platform/banks/src/bank.ba1.bo3.c b/gbdk-lib/examples/cross-platform/banks/src/bank.ba1.bo3.c @@ -4,7 +4,7 @@ int var_3; /* In external RAM bank 1 */ -void bank_3() BANKED /* In ROM bank 3 */ +void bank_3(void) BANKED /* In ROM bank 3 */ { puts("I'm in ROM bank 3"); } diff --git a/gbdk-lib/examples/cross-platform/banks/src/banks.c b/gbdk-lib/examples/cross-platform/banks/src/banks.c @@ -11,9 +11,9 @@ extern int var_1; /* In external RAM bank 1 */ extern int var_2; /* In external RAM bank 2 */ extern int var_3; /* In external RAM bank 3 */ -void bank_1() BANKED; -void bank_2() BANKED; -void bank_3() BANKED; +void bank_1(void) BANKED; +void bank_2(void) BANKED; +void bank_3(void) BANKED; void bank_fixed(void) NONBANKED { diff --git a/gbdk-lib/examples/cross-platform/banks_autobank/Makefile b/gbdk-lib/examples/cross-platform/banks_autobank/Makefile @@ -6,7 +6,7 @@ LCC = $(GBDK_HOME)bin/lcc # Set platforms to build here, spaced separated. (These are in the separate Makefile.targets) # They can also be built/cleaned individually: "make gg" and "make gg-clean" # Possible are: gb gbc pocket megaduck sms gg -TARGETS = gb pocket megaduck sms gg msxdos +TARGETS = gb pocket megaduck sms gg msxdos nes # Configure platform specific LCC flags here: LCCFLAGS_gb = -Wl-yt0x1B # Set an MBC for banking (1B-ROM+MBC5+RAM+BATT) @@ -15,6 +15,7 @@ LCCFLAGS_duck = -Wl-yt0x1B # Usually the same as required for .gb LCCFLAGS_gbc = -Wl-yt0x1B -Wm-yc # Same as .gb with: -Wm-yc (gb & gbc) or Wm-yC (gbc exclusive) LCCFLAGS_sms = LCCFLAGS_gg = +LCCFLAGS_nes = -Wl-yt0x1B LCCFLAGS_msxdos = LCCFLAGS += $(LCCFLAGS_$(EXT)) # This adds the current platform specific LCC Flags diff --git a/gbdk-lib/examples/cross-platform/banks_autobank/Makefile.targets b/gbdk-lib/examples/cross-platform/banks_autobank/Makefile.targets @@ -53,3 +53,7 @@ msxdos-clean: msxdos: ${MAKE} build-target PORT=z80 PLAT=msxdos EXT=com +nes-clean: + ${MAKE} clean-target EXT=nes +nes: + ${MAKE} build-target PORT=mos6502 PLAT=nes EXT=nes diff --git a/gbdk-lib/examples/cross-platform/banks_autobank/src/banks.c b/gbdk-lib/examples/cross-platform/banks_autobank/src/banks.c @@ -23,7 +23,7 @@ void main(void) { uint8_t _saved_bank; - #ifndef MSXDOS // TODO + #if !defined(MSXDOS) && !defined(NINTENDO_ENTERTAINMENT_SYSTEM) // TODO set_default_palette(); #endif printf("Program Start...\n\n"); diff --git a/gbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_1.c b/gbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_1.c @@ -11,7 +11,7 @@ const uint8_t some_const_var_1 = 1; BANKREF(func_1) -void func_1() BANKED +void func_1(void) BANKED { printf("Func1 in ROM bank %u\n", CURRENT_BANK); } diff --git a/gbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_1.h b/gbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_1.h @@ -9,7 +9,7 @@ extern const uint8_t some_const_var_1; BANKREF_EXTERN(some_const_var_1) // Reference for a banked function -void func_1() BANKED; +void func_1(void) BANKED; BANKREF_EXTERN(func_1) #endif diff --git a/gbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_2.c b/gbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_2.c @@ -11,7 +11,7 @@ const uint8_t some_const_var_2 = 2; BANKREF(func_2) -void func_2() BANKED +void func_2(void) BANKED { printf("Func2 in ROM bank %u\n", CURRENT_BANK); } diff --git a/gbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_2.h b/gbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_2.h @@ -9,7 +9,7 @@ extern const uint8_t some_const_var_2; BANKREF_EXTERN(some_const_var_2) // Reference for a banked function -void func_2() BANKED; +void func_2(void) BANKED; BANKREF_EXTERN(func_2) #endif diff --git a/gbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_3.c b/gbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_3.c @@ -10,7 +10,7 @@ const uint8_t some_const_var_3 = 3; BANKREF(func_3) -void func_3() BANKED +void func_3(void) BANKED { printf("Func3 in ROM bank %u\n", CURRENT_BANK); } diff --git a/gbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_3.h b/gbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_3.h @@ -9,7 +9,7 @@ extern const uint8_t some_const_var_3; BANKREF_EXTERN(some_const_var_3) // Reference for a banked function -void func_3() BANKED; +void func_3(void) BANKED; BANKREF_EXTERN(func_3) #endif diff --git a/gbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_4_not-autobanked.c b/gbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_4_not-autobanked.c @@ -9,7 +9,7 @@ const uint8_t some_const_var_4 = 4; BANKREF(some_const_var_4) -void func_4() BANKED +void func_4(void) BANKED { printf("Func4 not autobank\n" " is in ROM bank %u\n", CURRENT_BANK); diff --git a/gbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_4_not-autobanked.h b/gbdk-lib/examples/cross-platform/banks_autobank/src/srcfile_4_not-autobanked.h @@ -9,7 +9,7 @@ extern const uint8_t some_const_var_4; BANKREF_EXTERN(some_const_var_4) // Reference for a banked function -void func_4() BANKED; +void func_4(void) BANKED; BANKREF_EXTERN(func_4) #endif diff --git a/gbdk-lib/examples/cross-platform/banks_farptr/Makefile b/gbdk-lib/examples/cross-platform/banks_farptr/Makefile @@ -6,7 +6,7 @@ LCC = $(GBDK_HOME)bin/lcc # Set platforms to build here, spaced separated. (These are in the separate Makefile.targets) # They can also be built/cleaned individually: "make gg" and "make gg-clean" # Possible are: gb gbc pocket megaduck sms gg -TARGETS=gb pocket megaduck sms gg +TARGETS=gb pocket megaduck sms gg nes # Configure platform specific LCC flags here: LCCFLAGS_gb = -Wl-yt0x1B # Set an MBC for banking (1B-ROM+MBC5+RAM+BATT) @@ -15,6 +15,7 @@ LCCFLAGS_duck = -Wl-yt0x1B # Usually the same as required for .gb LCCFLAGS_gbc = -Wl-yt0x1B -Wm-yc # Same as .gb with: -Wm-yc (gb & gbc) or Wm-yC (gbc exclusive) LCCFLAGS_sms = LCCFLAGS_gg = +LCCFLAGS_nes = -Wl-yt0x1B LCCFLAGS += $(LCCFLAGS_$(EXT)) # This adds the current platform specific LCC Flags diff --git a/gbdk-lib/examples/cross-platform/banks_farptr/Makefile.targets b/gbdk-lib/examples/cross-platform/banks_farptr/Makefile.targets @@ -48,3 +48,8 @@ gg-clean: gg: ${MAKE} build-target PORT=z80 PLAT=gg EXT=gg + +nes-clean: + ${MAKE} clean-target EXT=nes +nes: + ${MAKE} build-target PORT=mos6502 PLAT=nes EXT=nes diff --git a/gbdk-lib/examples/cross-platform/banks_farptr/src/bank2code.c b/gbdk-lib/examples/cross-platform/banks_farptr/src/bank2code.c @@ -10,12 +10,12 @@ static int local_bank2_proc(int param1, int param2) { } BANKREF(some_bank2_proc0) -void some_bank2_proc0() __banked { +void some_bank2_proc0(void) __banked { printf("some_bank2_proc0\n"); } BANKREF(some_bank2_proc1) -int some_bank2_proc1(int param1, int param2) __banked { +int some_bank2_proc1(uint8_t param1, uint8_t param2) __banked { printf("some_bank2_proc1\n"); return local_bank2_proc(param1, param2); } diff --git a/gbdk-lib/examples/cross-platform/banks_farptr/src/banks_farptr.c b/gbdk-lib/examples/cross-platform/banks_farptr/src/banks_farptr.c @@ -5,11 +5,11 @@ // functions from bank2code.c BANKREF_EXTERN(some_bank2_proc0) -extern void some_bank2_proc0() __banked; +extern void some_bank2_proc0(void) __banked; BANKREF_EXTERN(some_bank2_proc1) -extern int some_bank2_proc1(int param1, int param2) __banked; -typedef int (*some_bank2_proc_t)(int, int) __banked; // define type for some_bank2_proc1() function +extern int some_bank2_proc1(uint8_t param1, uint8_t param2) __banked; +typedef int (*some_bank2_proc_t)(uint8_t, uint8_t) __banked; // define type for some_bank2_proc1() function // far pointers FAR_PTR farptr_var0, farptr_var1, farptr_var2; @@ -17,7 +17,7 @@ FAR_PTR farptr_var0, farptr_var1, farptr_var2; // result of a function call int res; -void run() { +void run(void) { // compose far pointer at runtime farptr_var0 = to_far_ptr(some_bank2_proc1, BANK(some_bank2_proc1)); farptr_var1 = to_far_ptr(some_bank2_proc1, BANK(some_bank2_proc1)); @@ -35,12 +35,20 @@ void run() { printf("CALL DIR: %d\n", res); // try calling far function by far pointer +#ifdef __PORT_mos6502 + // SDCC mos6502 port does not appear to handle cast to typedef:ed function type some_bank2_proc_t correctly. + // Address of __call__banked incorrectly evaluates to zero. Needs further investigation. + // As a work-around, supply the function type directly for now. + res = FAR_CALL(farptr_var1, int (*)(uint8_t, uint8_t), 100, 50); +#else + // For other targets, just use convenience typedef some_bank2_proc_t res = FAR_CALL(farptr_var1, some_bank2_proc_t, 100, 50); +#endif printf("CALL IND: %d\n", res); } -void main() { +void main(void) { ENABLE_RAM; printf("START (bank=%d)\n", (int)CURRENT_BANK); run(); diff --git a/gbdk-lib/examples/cross-platform/banks_nonintrinsic/Makefile b/gbdk-lib/examples/cross-platform/banks_nonintrinsic/Makefile @@ -6,7 +6,7 @@ LCC = $(GBDK_HOME)bin/lcc # Set platforms to build here, spaced separated. (These are in the separate Makefile.targets) # They can also be built/cleaned individually: "make gg" and "make gg-clean" # Possible are: gb gbc pocket megaduck sms gg -TARGETS=gb pocket megaduck sms gg +TARGETS=gb pocket megaduck sms gg nes # Configure platform specific LCC flags here: LCCFLAGS_gb = -Wl-yt0x1B # Set an MBC for banking (1B-ROM+MBC5+RAM+BATT) @@ -15,6 +15,7 @@ LCCFLAGS_duck = -Wl-yt0x1B # Usually the same as required for .gb LCCFLAGS_gbc = -Wl-yt0x1B -Wm-yc # Same as .gb with: -Wm-yc (gb & gbc) or Wm-yC (gbc exclusive) LCCFLAGS_sms = LCCFLAGS_gg = +LCCFLAGS_nes = -Wl-yt0x1B LCCFLAGS += $(LCCFLAGS_$(EXT)) # This adds the current platform specific LCC Flags diff --git a/gbdk-lib/examples/cross-platform/banks_nonintrinsic/Makefile.targets b/gbdk-lib/examples/cross-platform/banks_nonintrinsic/Makefile.targets @@ -48,3 +48,8 @@ gg-clean: gg: ${MAKE} build-target PORT=z80 PLAT=gg EXT=gg + +nes-clean: + ${MAKE} clean-target EXT=nes +nes: + ${MAKE} build-target PORT=mos6502 PLAT=nes EXT=nes diff --git a/gbdk-lib/examples/cross-platform/banks_nonintrinsic/src/banks_nonintrinsic.c b/gbdk-lib/examples/cross-platform/banks_nonintrinsic/src/banks_nonintrinsic.c @@ -45,7 +45,7 @@ DATA_1 int addendum3_ram; // details: https://sourceforge.net/p/sdcc/bugs/2995/ DATA_0 int * const CODE_1 addendum_ptr[2] = {&addendum2_ram, &addendum3_ram}; -void main() { +void main(void) { ENABLE_RAM; addendum1_ram = 2; diff --git a/gbdk-lib/examples/cross-platform/incbin/src/main.c b/gbdk-lib/examples/cross-platform/incbin/src/main.c @@ -25,7 +25,7 @@ INCBIN_EXTERN(blank_tile_data) #define LOGO_MAP_X (20u - LOGO_MAP_WIDTH) / 2u // Center on X axis #define LOGO_MAP_Y (18u - LOGO_MAP_HEIGHT) / 2u // Center on Y axis -void init_gfx() { +void init_gfx(void) { // Load a single clear background tile at location 0x80 and clear/fill the map with it set_bkg_data(0x80u, 1u, blank_tile_data); // The first 0x80u here is the tile ID fill_bkg_rect(0u, 0u, DEVICE_SCREEN_WIDTH, DEVICE_SCREEN_HEIGHT, 0x80u); // The last 0x80u here is the tile ID diff --git a/gbdk-lib/examples/cross-platform/large_map/Makefile b/gbdk-lib/examples/cross-platform/large_map/Makefile @@ -16,7 +16,7 @@ LCCFLAGS_duck = -Wl-yt0x1B -autobank # Usually the same as required for .gb LCCFLAGS_gbc = -Wl-yt0x1B -Wm-yc -autobank # Same as .gb with: -Wm-yc (gb & gbc) or Wm-yC (gbc exclusive) LCCFLAGS_sms = LCCFLAGS_gg = -LCCFLAGS_nes = +LCCFLAGS_nes = -Wl-yt0x1B -autobank LCCFLAGS += $(LCCFLAGS_$(EXT)) # This adds the current platform specific LCC Flags @@ -30,7 +30,7 @@ P2AFLAGS_pocket = -map -bpp 2 -max_palettes 4 -pack_mode gb -noflip P2AFLAGS_duck = -map -bpp 2 -max_palettes 4 -pack_mode gb -noflip P2AFLAGS_sms = -map -use_map_attributes -bpp 4 -max_palettes 2 -pack_mode sms P2AFLAGS_gg = -map -use_map_attributes -bpp 4 -max_palettes 2 -pack_mode sms -P2AFLAGS_nes = -map -bpp 2 -max_palettes 4 -pack_mode gb -noflip -use_nes_attributes +P2AFLAGS_nes = -map -bpp 2 -max_palettes 4 -pack_mode gb -noflip -use_nes_attributes -b 0 P2AFLAGS = $(P2AFLAGS_$(EXT)) diff --git a/gbdk-lib/examples/cross-platform/large_map/src/large_map.c b/gbdk-lib/examples/cross-platform/large_map/src/large_map.c @@ -79,7 +79,7 @@ inline uint8_t update_row_bottom(uint8_t map_pos_y) return map_pos_y + DEVICE_SCREEN_HEIGHT; } -void set_camera() +void set_camera(void) { // update hardware scroll position move_bkg(camera_x, WRAP_SCROLL_Y(camera_y + SCROLL_Y_OFFSET)); @@ -173,7 +173,7 @@ void set_camera() old_camera_x = camera_x, old_camera_y = camera_y; } -void main(){ +void main(void){ DISPLAY_OFF; //set_bkg_data(0, 241u, bigmap_tiles); set_native_tile_data(0, bigmap_TILE_COUNT, bigmap_tiles); diff --git a/gbdk-lib/examples/cross-platform/logo/src/main.c b/gbdk-lib/examples/cross-platform/logo/src/main.c @@ -2,7 +2,7 @@ #include "GBDK_2020_logo.h" -void main() { +void main(void) { DISPLAY_OFF; fill_bkg_rect(0, 0, DEVICE_SCREEN_WIDTH, DEVICE_SCREEN_HEIGHT, 0); #if defined(SYSTEM_SEGA) diff --git a/gbdk-lib/examples/cross-platform/metasprites/src/metasprites.c b/gbdk-lib/examples/cross-platform/metasprites/src/metasprites.c @@ -117,7 +117,7 @@ uint8_t get_tile_offset(uint8_t flipx, uint8_t flipy) // Load metasprite tile data into VRAM, one tile at a time. // For each tile, create a duplicate flipped in X and/or Y // That's placed at tile index = get_tile_offset(flipX?, flipY?) -void load_and_duplicate_sprite_tile_data() +void load_and_duplicate_sprite_tile_data(void) { size_t i; num_tiles = sizeof(sprite_tiles) >> 4; diff --git a/gbdk-lib/examples/cross-platform/rle_map/src/main.c b/gbdk-lib/examples/cross-platform/rle_map/src/main.c @@ -19,7 +19,7 @@ uint8_t data[MAP_DATA_HEIGHT]; // Collision map buffer uint8_t scrollpos = 0; // Scroll position in pixels uint8_t datapos = 0; // x position in tiles inside the collision map -void main() { +void main(void) { if(DEVICE_SCREEN_BUFFER_WIDTH == DEVICE_SCREEN_WIDTH) { // On platforms where screen buffer has no more space than physical screen, diff --git a/gbdk-lib/examples/cross-platform/scroller/src/text_scroller.c b/gbdk-lib/examples/cross-platform/scroller/src/text_scroller.c @@ -10,7 +10,7 @@ const uint8_t * scanline_offsets = scanline_offsets_tbl; #define SCROLL_POS_PIX_END ((SCROLL_POS + DEVICE_SCREEN_X_OFFSET + 1) * 8) - 1 uint8_t scroller_x = 0; -void scanline_isr() { +void scanline_isr(void) { #if defined(NINTENDO) switch (LYC_REG) { case 0: @@ -45,7 +45,7 @@ const uint8_t * scroller_next_char = scroller_text; uint8_t * scroller_vram_addr; uint8_t * base, * limit; -void main() { +void main(void) { printf(" Scrolling %d chars", sizeof(scroller_text) - 1); CRITICAL { diff --git a/gbdk-lib/examples/gb/apa_image/Makefile b/gbdk-lib/examples/gb/apa_image/Makefile @@ -45,7 +45,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Use png2asset to convert the png into C formatted metasprite data # -keep_duplicate_tiles : Don't remove duplicate tiles diff --git a/gbdk-lib/examples/gb/banks/Makefile b/gbdk-lib/examples/gb/banks/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat %.o: %.c $(CC) -c -o $@ $< diff --git a/gbdk-lib/examples/gb/banks/bank_1.c b/gbdk-lib/examples/gb/banks/bank_1.c @@ -4,7 +4,7 @@ int var_1; /* In external RAM bank 1 */ -void bank_1() BANKED /* In ROM bank 1 */ +void bank_1(void) BANKED /* In ROM bank 1 */ { puts("I'm in ROM bank 1"); } diff --git a/gbdk-lib/examples/gb/banks/bank_2.c b/gbdk-lib/examples/gb/banks/bank_2.c @@ -4,7 +4,7 @@ int var_2; /* In external RAM bank 2 */ -void bank_2() BANKED /* In ROM bank 2 */ +void bank_2(void) BANKED /* In ROM bank 2 */ { puts("I'm in ROM bank 2"); } diff --git a/gbdk-lib/examples/gb/banks/bank_3.c b/gbdk-lib/examples/gb/banks/bank_3.c @@ -4,7 +4,7 @@ int var_3; /* In external RAM bank 3 */ -void bank_3() BANKED /* In ROM bank 3 */ +void bank_3(void) BANKED /* In ROM bank 3 */ { puts("I'm in ROM bank 3"); } diff --git a/gbdk-lib/examples/gb/banks/banks.c b/gbdk-lib/examples/gb/banks/banks.c @@ -11,9 +11,9 @@ extern int var_1; /* In external RAM bank 1 */ extern int var_2; /* In external RAM bank 2 */ extern int var_3; /* In external RAM bank 3 */ -void bank_1() BANKED; -void bank_2() BANKED; -void bank_3() BANKED; +void bank_1(void) BANKED; +void bank_2(void) BANKED; +void bank_3(void) BANKED; void bank_fixed(void) NONBANKED { diff --git a/gbdk-lib/examples/gb/bcd/Makefile b/gbdk-lib/examples/gb/bcd/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.gb: %.c diff --git a/gbdk-lib/examples/gb/bcd/bcd.c b/gbdk-lib/examples/gb/bcd/bcd.c @@ -12,7 +12,7 @@ BCD bcd3 = MAKE_BCD(11111111); uint8_t len = 0; unsigned char buf[10]; -void main() { +void main(void) { font_init(); font_set(font_load(font_spect)); diff --git a/gbdk-lib/examples/gb/colorbar/Makefile b/gbdk-lib/examples/gb/colorbar/Makefile @@ -8,7 +8,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat %.o: %.c $(CC) $(CFLAGS) -c -o $@ $< diff --git a/gbdk-lib/examples/gb/comm/Makefile b/gbdk-lib/examples/gb/comm/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.gb: %.c diff --git a/gbdk-lib/examples/gb/crash/Makefile b/gbdk-lib/examples/gb/crash/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.gb: %.c diff --git a/gbdk-lib/examples/gb/crash/crash.c b/gbdk-lib/examples/gb/crash/crash.c @@ -2,6 +2,6 @@ typedef void (*somefunc_t)(void); -void main() { +void main(void) { ((somefunc_t)0x3000)(); // call something in the middle of nowhere } diff --git a/gbdk-lib/examples/gb/dscan/Makefile b/gbdk-lib/examples/gb/dscan/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat %.o: %.c $(CC) -c -o $@ $< diff --git a/gbdk-lib/examples/gb/dscan/dscan.c b/gbdk-lib/examples/gb/dscan/dscan.c @@ -189,23 +189,23 @@ void show_level( uint8_t i ) set_level( i ); } -void show_gover() +void show_gover(void) { set_bkg_tiles( 6, 9, 8, 1, (unsigned char *)msg_gover ); pf = DEF_PF; } -void show_pause() +void show_pause(void) { set_bkg_tiles( 6, 9, 8, 1, (unsigned char *)msg_pause ); } -void hide_msg() +void hide_msg(void) { set_bkg_tiles( 6, 9, 8, 1, (unsigned char *)msg_start ); } -void init_score() +void init_score(void) { ps = 0; show_score( ps ); @@ -213,7 +213,7 @@ void init_score() show_level( pl ); } -void init_screen() +void init_screen(void) { uint8_t n; @@ -257,7 +257,7 @@ void init_screen() } } -void init_player() +void init_player(void) { pf = 0; px = DEF_PX; set_sprite_tile( 0, 0 ); @@ -268,7 +268,7 @@ void init_player() move_sprite( 1, px+8, DEF_PY ); } -void init_tama() +void init_tama(void) { uint8_t i; @@ -282,7 +282,7 @@ void init_tama() } } -void init_enemy() +void init_enemy(void) { uint8_t i; @@ -297,7 +297,7 @@ void init_enemy() } } -void init_kirai() +void init_kirai(void) { uint8_t i; @@ -311,7 +311,7 @@ void init_kirai() } /* player */ -void player() +void player(void) { uint8_t key; uint8_t i; @@ -430,7 +430,7 @@ void player() } /* bombs */ -void bombs() +void bombs(void) { uint8_t i; @@ -450,7 +450,7 @@ void bombs() } /* enemys */ -void enemys() +void enemys(void) { uint8_t i, j; @@ -689,7 +689,7 @@ void enemys() } /* kirai */ -void kirai() +void kirai(void) { uint8_t i; @@ -722,7 +722,7 @@ void kirai() /*--------------------------------------------------------------------------* | main program | *--------------------------------------------------------------------------*/ -void main() +void main(void) { disable_interrupts(); DISPLAY_OFF; diff --git a/gbdk-lib/examples/gb/filltest/Makefile b/gbdk-lib/examples/gb/filltest/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.gb: %.c diff --git a/gbdk-lib/examples/gb/galaxy/Makefile b/gbdk-lib/examples/gb/galaxy/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.gb: %.c diff --git a/gbdk-lib/examples/gb/galaxy/galaxy.c b/gbdk-lib/examples/gb/galaxy/galaxy.c @@ -379,15 +379,15 @@ fixed wspx, wspy; /* Window speed (fixed point) */ fixed sposx, sposy; /* Sprite position (fixed point) */ fixed sspx, sspy; /* Sprite speed (fixed point) */ -void fade(); -void scroll(); -void door(); -void animate_sprite(); -void tile_sprite(); -void place_sprite(); +void fade(void); +void scroll(void); +void door(void); +void animate_sprite(void); +void tile_sprite(void); +void place_sprite(void); /* Fade the screen (off and on) */ -void fade() +void fade(void) { if(color == 0) return; @@ -412,7 +412,7 @@ void fade() } /* Scroll the background, the window and the sprite */ -void scroll() +void scroll(void) { /* Update background */ bposx.w += bspx.w; @@ -453,7 +453,7 @@ void scroll() } /* Open and close the door */ -void door() +void door(void) { if(doorstate == OPENING) { doorpos++; @@ -471,7 +471,7 @@ void door() } /* Animate sprite */ -void animate_sprite() +void animate_sprite(void) { if((time&0x07) == 0) { sframe++; @@ -482,7 +482,7 @@ void animate_sprite() } /* Set sprite tiles */ -void tile_sprite() +void tile_sprite(void) { uint8_t s; @@ -492,13 +492,13 @@ void tile_sprite() } /* Place sprite */ -void place_sprite() +void place_sprite(void) { move_sprite(0, sposx.b.h, sposy.b.h); move_sprite(1, sposx.b.h+8, sposy.b.h); } -void main() +void main(void) { uint8_t i, j; diff --git a/gbdk-lib/examples/gb/gb-dtmf/Makefile b/gbdk-lib/examples/gb/gb-dtmf/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat %.s: %.c $(CC) -S -o $@ $< diff --git a/gbdk-lib/examples/gb/gb-dtmf/gb-dtmf.c b/gbdk-lib/examples/gb/gb-dtmf/gb-dtmf.c @@ -167,7 +167,7 @@ unsigned char disp_tile[MAX_DTMF * 2]; Initialize for sound registers ch1, ch2 are used for this routine. */ -void init_dial() +void init_dial(void) { NR52_REG = 0x83U; @@ -365,7 +365,7 @@ void disp_lcd(uint8_t len, char str[MAX_DTMF]) } /* clear display */ -void clr_disp() +void clr_disp(void) { set_bkg_data(OFFSET, 50, dtmf_lcd); set_bkg_tiles(LCD_X, LCD_Y, LCD_WIDTH, LCD_HIGHT, init_disp); @@ -433,7 +433,7 @@ void break_button(uint8_t x, uint8_t y) } -void init_key() +void init_key(void) { uint8_t key_x, key_y, i; @@ -503,7 +503,7 @@ void init_key() move_sprite(22, key_x, key_y); } -void init_background() +void init_background(void) { /* Initialize the background */ set_bkg_data( 0, 9, frame_lcd); @@ -513,7 +513,7 @@ void init_background() set_bkg_tiles(0, 0, 20, 18, dtmf_tile); } -void init_cursor() +void init_cursor(void) { uint8_t i; @@ -533,7 +533,7 @@ void move_cursor(uint8_t x, uint8_t y) move_sprite(26, x+8, y+8); } -void main() +void main(void) { uint8_t key1, key2, i, j, pos_x, pos_y, ch_pos; uint8_t non_flick = OFF; diff --git a/gbdk-lib/examples/gb/gbdecompress/Makefile b/gbdk-lib/examples/gb/gbdecompress/Makefile @@ -22,7 +22,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link all source files in a single call to LCC $(BINS): $(CSOURCES) $(ASMSOURCES) diff --git a/gbdk-lib/examples/gb/incbin/Makefile b/gbdk-lib/examples/gb/incbin/Makefile @@ -28,7 +28,7 @@ all: prepare $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile .c files in "src/" to .o object files $(OBJDIR)/%.o: $(SRCDIR)/%.c diff --git a/gbdk-lib/examples/gb/incbin/src/main.c b/gbdk-lib/examples/gb/incbin/src/main.c @@ -25,7 +25,7 @@ INCBIN_EXTERN(blank_tile_data) #define LOGO_MAP_X (20u - LOGO_MAP_WIDTH) / 2u // Center on X axis #define LOGO_MAP_Y (18u - LOGO_MAP_HEIGHT) / 2u // Center on Y axis -void init_gfx() { +void init_gfx(void) { // Load a single clear background tile at location 0x80 and clear/fill the map with it set_bkg_data(0x80u, 1u, blank_tile_data); // The first 0x80u here is the tile ID fill_bkg_rect(0u, 0u, 20u, 18u, 0x80u); // The last 0x80u here is the tile ID diff --git a/gbdk-lib/examples/gb/irq/Makefile b/gbdk-lib/examples/gb/irq/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.gb: %.c diff --git a/gbdk-lib/examples/gb/irq/irq.c b/gbdk-lib/examples/gb/irq/irq.c @@ -8,19 +8,19 @@ // counters are 16-bit so we need a mutual exclusion access unsigned int vbl_cnt, tim_cnt; -void vbl() +void vbl(void) { // Upon IRQ, interrupts are automatically disabled vbl_cnt++; } -void tim() +void tim(void) { // Upon IRQ, interrupts are automatically disabled tim_cnt++; } -void print_counter() +void print_counter(void) { unsigned int cnt; @@ -40,7 +40,7 @@ void print_counter() printf("- VBL %u\n", cnt); } -void main() +void main(void) { // Ensure mutual exclusion CRITICAL { diff --git a/gbdk-lib/examples/gb/isr_vector/Makefile b/gbdk-lib/examples/gb/isr_vector/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.gb: %.c diff --git a/gbdk-lib/examples/gb/isr_vector/lcd_isr_wobble.c b/gbdk-lib/examples/gb/isr_vector/lcd_isr_wobble.c @@ -6,14 +6,14 @@ // Include for using ISR_VECTOR() #include <gb/isr.h> -void init_gfx(); +void init_gfx(void); // Wobble Look up Table const uint8_t scanline_offsets_tbl[] = {0, 1, 2, 3, 3, 2, 1, 0, 0, 1, 2, 3, 3, 2, 1, 0}; const uint8_t * scanline_offsets = scanline_offsets_tbl; // Create the ISR Function -void scanline_isr() CRITICAL INTERRUPT { +void scanline_isr(void) CRITICAL INTERRUPT { SCX_REG = scanline_offsets[LY_REG & (uint8_t)7]; } // Then set the LCD Status (scanline) interrupt to call the ISR function @@ -26,7 +26,7 @@ ISR_VECTOR(VECTOR_STAT, scanline_isr) // an ISR vector to the same location. -void main() { +void main(void) { // Load the background image init_gfx(); @@ -70,7 +70,7 @@ INCBIN_EXTERN(blank_tile_data) #define LOGO_MAP_X (20u - LOGO_MAP_WIDTH) / 2u // Center on X axis #define LOGO_MAP_Y (18u - LOGO_MAP_HEIGHT) / 2u // Center on Y axis -void init_gfx() { +void init_gfx(void) { // Load a single clear background tile at location 0x80 and clear/fill the map with it set_bkg_data(0x80u, 1u, blank_tile_data); // The first 0x80u here is the tile ID fill_bkg_rect(0u, 0u, DEVICE_SCREEN_BUFFER_WIDTH, DEVICE_SCREEN_BUFFER_HEIGHT, 0x80u); // The last 0x80u here is the tile ID diff --git a/gbdk-lib/examples/gb/large_map/Makefile b/gbdk-lib/examples/gb/large_map/Makefile @@ -5,7 +5,7 @@ all: compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat clean: rm -f *.o *.lst *.map *.gb *.ihx *.sym *.cdb *.adb *.asm diff --git a/gbdk-lib/examples/gb/large_map/large_map.c b/gbdk-lib/examples/gb/large_map/large_map.c @@ -18,7 +18,7 @@ uint8_t map_pos_x, map_pos_y, old_map_pos_x, old_map_pos_y; // redraw flag, indicates that camera position was changed uint8_t redraw; -void set_camera() { +void set_camera(void) { // update hardware scroll position SCY_REG = camera_y; SCX_REG = camera_x; // up or down @@ -45,7 +45,7 @@ void set_camera() { old_camera_x = camera_x, old_camera_y = camera_y; } -void main(){ +void main(void){ DISPLAY_OFF; SHOW_BKG; set_bkg_data(0, 241u, bigmap_tiles); diff --git a/gbdk-lib/examples/gb/lcd_isr_wobble/Makefile b/gbdk-lib/examples/gb/lcd_isr_wobble/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.gb: %.c diff --git a/gbdk-lib/examples/gb/lcd_isr_wobble/lcd_isr_wobble.c b/gbdk-lib/examples/gb/lcd_isr_wobble/lcd_isr_wobble.c @@ -7,12 +7,12 @@ const uint8_t scanline_offsets_tbl[] = {0, 1, 2, 3, 3, 2, 1, 0, 0, 1, 2, 3, 3, 2, 1, 0}; const uint8_t * scanline_offsets = scanline_offsets_tbl; -void scanline_isr() { +void scanline_isr(void) { SCX_REG = scanline_offsets[(uint8_t)(LY_REG & 0x07u)]; } -void main() { +void main(void) { printf("This is\na wobble\ntest\nfor DMG\n|\n|\n|\n|\n|"); CRITICAL { diff --git a/gbdk-lib/examples/gb/linkerfile/Makefile b/gbdk-lib/examples/gb/linkerfile/Makefile @@ -29,7 +29,7 @@ all: prepare $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile .c files in "src/" to .o object files $(OBJDIR)/%.o: $(SRCDIR)/%.c diff --git a/gbdk-lib/examples/gb/paint/Makefile b/gbdk-lib/examples/gb/paint/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.gb: %.c diff --git a/gbdk-lib/examples/gb/paint/paint.c b/gbdk-lib/examples/gb/paint/paint.c @@ -259,7 +259,7 @@ uint8_t menu_cursor_pos; uint8_t cursor_x; uint8_t cursor_y; -void set_cursor() +void set_cursor(void) { uint8_t x, y, i; @@ -279,7 +279,7 @@ void set_cursor() } } -void move_cursor() +void move_cursor(void) { uint8_t x, y; @@ -290,7 +290,7 @@ void move_cursor() cursor_y+16 - cursors[current_cursor].hot_y + (y<<3)); } -void move_menu_cursor() +void move_menu_cursor(void) { move_sprite(0, ((icons[menu_cursor_pos].x+icons[menu_cursor_pos].w)<<3) + 4, @@ -337,7 +337,7 @@ void reset_icon(uint8_t icon) NULL); } -void splash() +void splash(void) { uint8_t x, y; @@ -381,7 +381,7 @@ void splash() // HIDE_SPRITES; } -void menu() +void menu(void) { uint8_t i, key; uint8_t slowdown; @@ -451,7 +451,7 @@ void menu() current_cursor = cursor; } -void run() +void run(void) { uint8_t key; uint8_t slowdown; @@ -509,7 +509,7 @@ void run() } } -void main() +void main(void) { /* Initialize sprite palette */ OBP1_REG = 0xE0U; diff --git a/gbdk-lib/examples/gb/ram_function/Makefile b/gbdk-lib/examples/gb/ram_function/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat %.o: %.c $(CC) -c -o $@ $< diff --git a/gbdk-lib/examples/gb/ram_function/ram_fn.c b/gbdk-lib/examples/gb/ram_function/ram_fn.c @@ -6,11 +6,11 @@ uint16_t counter = 0; // inc() must be a relocatable function, be careful! -void inc() { +void inc(void) { counter++; } // dummy function, needed to calculate inc() size, must be after it -void inc_end() {} +void inc_end(void) {} // calculate the distance between objects #define object_distance(a, b) ((void *)&(b) - (void *)&(a)) @@ -26,14 +26,14 @@ inc_t inc_hiram_var = (inc_t)hiram_buffer; // those are defined by passing parameters to the linker, they must be located at the same // addresses where ram_buffer and hiram_buffer are located -extern void inc_ram(); -extern void inc_hiram(); +extern void inc_ram(void); +extern void inc_hiram(void); -void print_counter() { +void print_counter(void) { printf(" Counter is %u\n", counter); } -void main() { +void main(void) { // copy inc() function to it's new destinations: hiram_buffer and ram_buffer hiramcpy((uint8_t)&hiram_buffer, (void *)&inc, (uint8_t)object_distance(inc, inc_end)); memcpy(&ram_buffer, (void *)&inc, (uint16_t)object_distance(inc, inc_end)); diff --git a/gbdk-lib/examples/gb/rand/Makefile b/gbdk-lib/examples/gb/rand/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.gb: %.c diff --git a/gbdk-lib/examples/gb/rpn/Makefile b/gbdk-lib/examples/gb/rpn/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.gb: %.c diff --git a/gbdk-lib/examples/gb/scroller/Makefile b/gbdk-lib/examples/gb/scroller/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.gb: %.c diff --git a/gbdk-lib/examples/gb/scroller/text_scroller.c b/gbdk-lib/examples/gb/scroller/text_scroller.c @@ -13,7 +13,7 @@ const uint8_t * scanline_offsets = scanline_offsets_tbl; uint8_t scroller_x = 0; -void scanline_isr() { +void scanline_isr(void) { switch (LYC_REG) { case 0: SCX_REG = 0; @@ -38,7 +38,7 @@ const uint8_t * scroller_next_char = scroller_text; uint8_t * scroller_vram_addr; uint16_t base, limit; -void main() { +void main(void) { printf("Scrolling %d chars", sizeof(scroller_text) - 1); CRITICAL { diff --git a/gbdk-lib/examples/gb/sgb_border/Makefile b/gbdk-lib/examples/gb/sgb_border/Makefile @@ -7,7 +7,7 @@ all: compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat clean: rm -f *.o *.lst *.map *.gb *.ihx *.sym *.cdb *.adb *.asm diff --git a/gbdk-lib/examples/gb/sgb_multiplayer/Makefile b/gbdk-lib/examples/gb/sgb_multiplayer/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.gb: %.c diff --git a/gbdk-lib/examples/gb/sgb_pong/Makefile b/gbdk-lib/examples/gb/sgb_pong/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.gb: %.c diff --git a/gbdk-lib/examples/gb/sgb_sfx/Makefile b/gbdk-lib/examples/gb/sgb_sfx/Makefile @@ -5,7 +5,7 @@ all: compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat clean: rm -f *.o *.lst *.map *.gb *.ihx *.sym *.cdb *.adb *.asm diff --git a/gbdk-lib/examples/gb/sgb_sfx/main.c b/gbdk-lib/examples/gb/sgb_sfx/main.c @@ -46,7 +46,7 @@ void sgb_sound_effect(uint8_t sfx_a, uint8_t sfx_b) { #define DISP_SFX_B_START 10 // Display basic operation info on the screen -void init_display() { +void init_display(void) { gotoxy(0,1); printf("SGB BUILT-IN SFX"); diff --git a/gbdk-lib/examples/gb/simple_physics/Makefile b/gbdk-lib/examples/gb/simple_physics/Makefile @@ -6,7 +6,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.gb: %.c diff --git a/gbdk-lib/examples/gb/sound/Makefile b/gbdk-lib/examples/gb/sound/Makefile @@ -7,7 +7,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.gb: %.c diff --git a/gbdk-lib/examples/gb/sound/sound.c b/gbdk-lib/examples/gb/sound/sound.c @@ -62,7 +62,7 @@ int8_t keys = 0; void show_register_channel(uint8_t mode); -void clss() { +void clss(void) { uint8_t i = 0; for(i = 0; i < 18; ++i) { gotoxy(0, i); @@ -355,94 +355,94 @@ struct SoundReg s = { 0, 0, 0, 0, 0, 1 } }; -uint8_t NR10() { +uint8_t NR10(void) { return soundReg->mode1.sweepShifts | (soundReg->mode1.sweepMode << 3) | (soundReg->mode1.sweepTime << 4); } -uint8_t NR11() { +uint8_t NR11(void) { return soundReg->mode1.soundLength | (soundReg->mode1.patternDuty << 6); } -uint8_t NR12() { +uint8_t NR12(void) { return soundReg->mode1.envNbSweep | (soundReg->mode1.envMode << 3) | (soundReg->mode1.envInitialValue << 4); } -uint8_t NR13() { +uint8_t NR13(void) { return soundReg->mode1.frequencyLow; } -uint8_t NR14() { +uint8_t NR14(void) { return soundReg->mode1.frequencyHigh | (soundReg->mode1.counter_ConsSel << 6) | (soundReg->mode1.restart << 7); } //-------------------------- -uint8_t NR21() { +uint8_t NR21(void) { return soundReg->mode2.soundLength | (soundReg->mode2.patternDuty << 6); } -uint8_t NR22() { +uint8_t NR22(void) { return soundReg->mode2.envNbStep | (soundReg->mode2.envMode << 3) | (soundReg->mode2.envInitialValue << 4); } -uint8_t NR23() { +uint8_t NR23(void) { return soundReg->mode2.frequencyLow; } -uint8_t NR24() { +uint8_t NR24(void) { return soundReg->mode2.frequencyHigh | (soundReg->mode2.counter_ConsSel << 6) | (soundReg->mode2.restart << 7); } //------------------------------- -uint8_t NR30() { +uint8_t NR30(void) { return soundReg->mode3.on_Off << 7; } -uint8_t NR31() { +uint8_t NR31(void) { return soundReg->mode3.soundLength; } -uint8_t NR32() { +uint8_t NR32(void) { return soundReg->mode3.selOutputLevel << 5; } -uint8_t NR33() { +uint8_t NR33(void) { return soundReg->mode3.frequencyLow; } -uint8_t NR34() { +uint8_t NR34(void) { return soundReg->mode3.frequencyHigh | (soundReg->mode3.counter_ConsSel << 6) | (soundReg->mode3.restart << 7); } //------------------------------- -uint8_t NR41() { +uint8_t NR41(void) { return soundReg->mode4.soundLength; } -uint8_t NR42() { +uint8_t NR42(void) { return soundReg->mode4.envNbStep | (soundReg->mode4.envMode << 3) | (soundReg->mode4.envInitialValue << 4); } -uint8_t NR43() { +uint8_t NR43(void) { return soundReg->mode4.polyCounterDiv | (soundReg->mode4.polyCounterStep << 3) | (soundReg->mode4.polyCounterFreq << 4); } -uint8_t NR44() { +uint8_t NR44(void) { return (soundReg->mode4.counter_ConsSel << 6) | (soundReg->mode4.restart << 7); } //------------------------------- -uint8_t NR50() { +uint8_t NR50(void) { return soundReg->control.SO1_OutputLevel | (soundReg->control.Vin_SO1 << 3u) | (soundReg->control.SO2_OutputLevel << 4u) | (soundReg->control.Vin_SO2 << 7u); } -uint8_t NR51() { +uint8_t NR51(void) { return soundReg->control.Sound1_To_SO1 | (soundReg->control.Sound2_To_SO1 << 1) | (soundReg->control.Sound3_To_SO1 << 2) | (soundReg->control.Sound4_To_SO1 << 3) | (soundReg->control.Sound1_To_SO2 << 4) | (soundReg->control.Sound2_To_SO2 << 5) | (soundReg->control.Sound3_To_SO2 << 6)| (soundReg->control.Sound4_To_SO2 << 7); } -uint8_t NR52() { +uint8_t NR52(void) { return soundReg->control.global_On_Off << 7; } @@ -944,7 +944,7 @@ void show_register_channel(uint8_t mode) { } -void dump_registers() +void dump_registers(void) { clss(); gotoxy(FIRST_X, TITLE_Y); @@ -1062,7 +1062,7 @@ void wait_event(uint8_t mode) } } -void main() +void main(void) { // // Before modifying any sound register, sound must be turned on! diff --git a/gbdk-lib/examples/gb/space/Makefile b/gbdk-lib/examples/gb/space/Makefile @@ -7,7 +7,7 @@ all: $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass %.gb: %.s diff --git a/gbdk-lib/examples/gb/template_subfolders/Makefile b/gbdk-lib/examples/gb/template_subfolders/Makefile @@ -28,7 +28,7 @@ all: prepare $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile .c files in "src/" to .o object files $(OBJDIR)/%.o: $(SRCDIR)/%.c diff --git a/gbdk-lib/examples/gb/template_subfolders/src/main.c b/gbdk-lib/examples/gb/template_subfolders/src/main.c @@ -4,7 +4,7 @@ #include "../res/dungeon_tiles.h" -void init_gfx() { +void init_gfx(void) { // Load Background tiles and then map set_bkg_data(0, 79u, dungeon_tiles); set_bkg_tiles(0, 0, 32u, 32u, dungeon_mapPLN0); diff --git a/gbdk-lib/examples/gb/wav_sample/Makefile b/gbdk-lib/examples/gb/wav_sample/Makefile @@ -29,7 +29,7 @@ all: prepare $(BINS) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile .c files in "src/" to .o object files $(OBJDIR)/%.o: $(SRCDIR)/%.c diff --git a/gbdk-lib/examples/gb/wav_sample/src/sample_player.c b/gbdk-lib/examples/gb/wav_sample/src/sample_player.c @@ -4,7 +4,7 @@ UINT8 play_bank = 1; const UINT8 * play_sample = 0; UINT16 play_length = 0; -void play_isr() __nonbanked __naked { +void play_isr(void) __nonbanked __naked { __asm ld hl, #_play_length ; something left to play? ld a, (hl+) diff --git a/gbdk-lib/examples/gb/wav_sample/src/sample_player.h b/gbdk-lib/examples/gb/wav_sample/src/sample_player.h @@ -8,6 +8,6 @@ extern const UINT8 * play_sample; extern UINT16 play_length; void set_sample(UINT8 bank, const UINT8 * sample, UINT16 length) __nonbanked; -void play_isr() __nonbanked; +void play_isr(void) __nonbanked; #endif diff --git a/gbdk-lib/examples/gb/wav_sample/src/samples_bank2.c b/gbdk-lib/examples/gb/wav_sample/src/samples_bank2.c @@ -5,6 +5,6 @@ #include "sample_player.h" #include "sample_data_1.h" -void play_sample1() __banked { +void play_sample1(void) __banked { set_sample(CURRENT_BANK, sample1, sizeof(sample1)); } diff --git a/gbdk-lib/examples/gb/wav_sample/src/samples_bank2.h b/gbdk-lib/examples/gb/wav_sample/src/samples_bank2.h @@ -1,6 +1,6 @@ #ifndef SAMPLES_BANK2_H_INCLUDE #define SAMPLES_BANK2_H_INCLUDE -void play_sample1() __banked; +void play_sample1(void) __banked; #endif diff --git a/gbdk-lib/examples/gb/wav_sample/src/samples_bank3.c b/gbdk-lib/examples/gb/wav_sample/src/samples_bank3.c @@ -5,6 +5,6 @@ #include "sample_player.h" #include "sample_data_2.h" -void play_sample2() __banked { +void play_sample2(void) __banked { set_sample(CURRENT_BANK, sample2, sizeof(sample2)); } diff --git a/gbdk-lib/examples/gb/wav_sample/src/samples_bank3.h b/gbdk-lib/examples/gb/wav_sample/src/samples_bank3.h @@ -1,6 +1,6 @@ #ifndef SAMPLES_BANK3_H_INCLUDE #define SAMPLES_BANK3_H_INCLUDE -void play_sample2() __banked; +void play_sample2(void) __banked; #endif diff --git a/gbdk-lib/examples/gb/wav_sample/src/samptest.c b/gbdk-lib/examples/gb/wav_sample/src/samptest.c @@ -7,7 +7,7 @@ #include "samples_bank3.h" -void main() +void main(void) { NR52_REG = 0x80u; diff --git a/gbdk-lib/examples/gg/smoke/Makefile b/gbdk-lib/examples/gg/smoke/Makefile @@ -11,7 +11,7 @@ OBJS = $(CSRC:%.c=%.o) $(ASRC:%.s=%.o) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass diff --git a/gbdk-lib/examples/gg/smoke/smoketest.c b/gbdk-lib/examples/gg/smoke/smoketest.c @@ -17,7 +17,7 @@ int8_t xspd = 0, yspd = 0; uint8_t anim = 0, tick = 0; joypads_t joy; -void main() { +void main(void) { HIDE_LEFT_COLUMN; SPRITES_8x16; DISPLAY_ON; diff --git a/gbdk-lib/examples/msxdos/hello/Makefile b/gbdk-lib/examples/msxdos/hello/Makefile @@ -11,7 +11,7 @@ OBJS = $(CSRC:%.c=%.o) $(ASRC:%.s=%.o) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass diff --git a/gbdk-lib/examples/msxdos/smoke/Makefile b/gbdk-lib/examples/msxdos/smoke/Makefile @@ -11,7 +11,7 @@ OBJS = $(CSRC:%.c=%.o) $(ASRC:%.s=%.o) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass diff --git a/gbdk-lib/examples/msxdos/smoke/smoketest.c b/gbdk-lib/examples/msxdos/smoke/smoketest.c @@ -17,7 +17,7 @@ int8_t xspd = 0, yspd = 0; uint8_t anim = 0, tick = 0; uint8_t joy; -void main() { +void main(void) { // HIDE_LEFT_COLUMN; // SPRITES_8x16; DISPLAY_ON; diff --git a/gbdk-lib/examples/msxdos/test/Makefile b/gbdk-lib/examples/msxdos/test/Makefile @@ -11,7 +11,7 @@ OBJS = $(CSRC:%.c=%.o) $(ASRC:%.s=%.o) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass diff --git a/gbdk-lib/examples/msxdos/test/test.c b/gbdk-lib/examples/msxdos/test/test.c @@ -3,7 +3,7 @@ #include <stdlib.h> #include <string.h> -void main() { +void main(void) { uint8_t data[32]; uint16_t score = 75; printf("%d %s", strlen(uitoa(score, data, 10)), data); diff --git a/gbdk-lib/examples/nes/smoke/Makefile b/gbdk-lib/examples/nes/smoke/Makefile @@ -11,7 +11,7 @@ OBJS = $(CSRC:%.c=%.o) $(ASRC:%.s=%.o) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass diff --git a/gbdk-lib/examples/nes/smoke/smoketest.c b/gbdk-lib/examples/nes/smoke/smoketest.c @@ -1,6 +1,6 @@ #include <gbdk/platform.h> -void main() { +void main(void) { DISPLAY_ON; while(TRUE) { vsync(); diff --git a/gbdk-lib/examples/sms/smoke/Makefile b/gbdk-lib/examples/sms/smoke/Makefile @@ -11,7 +11,7 @@ OBJS = $(CSRC:%.c=%.o) $(ASRC:%.s=%.o) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass diff --git a/gbdk-lib/examples/sms/smoke/smoketest.c b/gbdk-lib/examples/sms/smoke/smoketest.c @@ -17,7 +17,7 @@ int8_t xspd = 0, yspd = 0; uint8_t anim = 0, tick = 0; joypads_t joy; -void main() { +void main(void) { HIDE_LEFT_COLUMN; SPRITES_8x16; DISPLAY_ON; diff --git a/gbdk-lib/examples/sms/test/Makefile b/gbdk-lib/examples/sms/test/Makefile @@ -11,7 +11,7 @@ OBJS = $(CSRC:%.c=%.o) $(ASRC:%.s=%.o) compile.bat: Makefile @echo "REM Automatically generated from Makefile" > compile.bat - @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + @make -sn | sed y/\\//\\\\/ | sed s/mkdir\ -p\/mkdir\/ | grep -v make >> compile.bat # Compile and link single file in one pass diff --git a/gbdk-lib/examples/sms/test/test.c b/gbdk-lib/examples/sms/test/test.c @@ -4,7 +4,7 @@ #include <stdlib.h> #include <string.h> -void main() { +void main(void) { uint8_t data[32]; uint16_t score = 75; printf("%d %s", strlen(uitoa(score, data, 10)), data); diff --git a/gbdk-lib/include/asm/mos6502/types.h b/gbdk-lib/include/asm/mos6502/types.h @@ -11,8 +11,8 @@ #ifdef __SDCC -#define NONBANKED /**< Currently a no-op for mos6502 target. */ -#define BANKED /**< Currently a no-op for mos6502 target. */ +#define NONBANKED __nonbanked +#define BANKED __banked #define REENTRANT __reentrant /**< Needed for mos6502 target when functions take too many parameters. */ /** Use to create a block of code which should execute with interrupts temporarily turned off. diff --git a/gbdk-lib/include/gb/gb.h b/gbdk-lib/include/gb/gb.h @@ -187,12 +187,11 @@ void remove_TIM(int_handler h); @see add_SIO(), @see remove_VBL() The default SIO ISR gets installed automatically if - any of the standard SIO calls are used. These calls - include @ref add_SIO(), @ref remove_SIO(), - @ref send_byte(), @ref receive_byte(). + any of the standard SIO calls are used + (@ref send_byte(), @ref receive_byte()). - The default SIO ISR cannot be removed once installed. - Only secondary chained SIO ISRs (added with @ref add_SIO() ) + Once installed the default SIO ISR cannot be removed. + Only secondary chained SIO ISRs (added with add_SIO()) can be removed. */ void remove_SIO(int_handler h); @@ -221,7 +220,7 @@ void remove_JOY(int_handler h); called via the GBDK ISR dispatcher which makes the extra function attributes unecessary. - Note: The default GBDK VBL is installed automatically. + @note The default GBDK VBL is installed automatically. @see ISR_VECTOR() */ @@ -302,6 +301,10 @@ void add_low_priority_TIM(int_handler h); Up to 4 handlers may be added, with the last added being called last. + The default SIO ISR gets installed automatically if + any of the standard SIO calls are used + (@ref send_byte(), @ref receive_byte()). + @see send_byte, receive_byte(), add_VBL() @see set_interrupts() with SIO_IFLAG */ @@ -528,7 +531,7 @@ __endasm; \ \li For MBC1 some banks in it's range are unavailable (typically 0x20, 0x40, 0x60). - Note: Using @ref SWITCH_ROM_MBC5_8M() should not be mixed with using + @note Using @ref SWITCH_ROM_MBC5_8M() should not be mixed with using @ref SWITCH_ROM_MBC5() and @ref SWITCH_ROM(). @see SWITCH_ROM_MBC1, SWITCH_ROM_MBC5, SWITCH_ROM_MEGADUCK @@ -586,7 +589,7 @@ __endasm; \ @ref SWITCH_ROM_MBC5_8M may be used if the full 8MB size is needed. - Note: Using @ref SWITCH_ROM_MBC5_8M() should not be mixed with using + @note Using @ref SWITCH_ROM_MBC5_8M() should not be mixed with using @ref SWITCH_ROM_MBC5() and @ref SWITCH_ROM(). Note the order used here. Writing the other way around on a MBC1 always selects bank 1 @@ -650,7 +653,7 @@ uint8_t joypad(void) PRESERVES_REGS(b, c, h, l); Normally only used for checking one key, but it will support many, even J_LEFT at the same time as J_RIGHT. :) - Note: Checks in a loop that doesn't HALT at all, so the CPU + @note Checks in a loop that doesn't HALT at all, so the CPU will be maxed out until this call returns. @see joypad @see J_START, J_SELECT, J_A, J_B, J_UP, J_DOWN, J_LEFT, J_RIGHT @@ -659,7 +662,7 @@ uint8_t waitpad(uint8_t mask) PRESERVES_REGS(b, c, h, l); /** Waits for the directional pad and all buttons to be released. - Note: Checks in a loop that doesn't HALT at all, so the CPU + @note Checks in a loop that doesn't HALT at all, so the CPU will be maxed out until this call returns. */ void waitpadup(void) PRESERVES_REGS(a, b, c, d, e, h, l); @@ -732,8 +735,8 @@ inline void disable_interrupts(void) PRESERVES_REGS(a, b, c, d, e, h, l) { register IO to flags. @param flags A logical OR of *_IFLAGS - @note: This disables and then re-enables interrupts so it - must be used outside of a critical section. + @note This disables and then re-enables interrupts so it + must be used outside of a critical section. @see enable_interrupts(), disable_interrupts() @see VBL_IFLAG, LCD_IFLAG, TIM_IFLAG, SIO_IFLAG, JOY_IFLAG @@ -871,9 +874,13 @@ void set_vram_byte(uint8_t * addr, uint8_t v) OLDCALL PRESERVES_REGS(b, c); /** * Get byte from vram at given memory location - * * @param addr address to read from * @return read value + + @note In general **avoid reading from VRAM** + since that memory is not accessible at all times. + See @ref best_practice_dont_read_vram "coding guidelines" + for more details. */ uint8_t get_vram_byte(uint8_t * addr) PRESERVES_REGS(b, c, h, l); @@ -934,7 +941,7 @@ inline void set_1bpp_colors(uint8_t fgcolor, uint8_t bgcolor) { Writes __nb_tiles__ tiles to VRAM starting at __first_tile__, tile data is sourced from __data__. Each Tile is 16 bytes in size (8x8 pixels, 2 bits-per-pixel). - Note: Sprite Tiles 128-255 share the same memory region as Background Tiles 128-255. + @note Sprite Tiles 128-255 share the same memory region as Background Tiles 128-255. GBC only: @ref VBK_REG determines which bank of Background tile patterns are written to. \li VBK_REG = @ref VBK_BANK_0 indicates the first bank @@ -971,6 +978,11 @@ void set_bkg_1bpp_data(uint8_t first_tile, uint8_t nb_tiles, const uint8_t *data @param nb_tiles Number of Tiles to read @param data Pointer to destination buffer for Tile Pattern data + @note In general **avoid reading from VRAM** + since that memory is not accessible at all times. + See @ref best_practice_dont_read_vram "coding guidelines" + for more details. + Copies __nb_tiles__ tiles from VRAM starting at __first_tile__, Tile data is copied into __data__. @@ -1003,7 +1015,7 @@ void get_bkg_data(uint8_t first_tile, uint8_t nb_tiles, uint8_t *data) OLDCALL P Writes that exceed coordinate 31 on the x or y axis will wrap around to the Left and Top edges. - Note: Patterns 128-255 overlap with patterns 128-255 of the sprite Tile Pattern table. + @note Patterns 128-255 overlap with patterns 128-255 of the sprite Tile Pattern table. GBC only: @ref VBK_REG determines whether Tile Numbers or Tile Attributes get set. \li VBK_REG = @ref VBK_TILES Tile Numbers are written @@ -1257,6 +1269,10 @@ inline void set_bkg_submap_attributes(uint8_t x, uint8_t y, uint8_t w, uint8_t h @param h Height of area to copy in tiles. Range 0 - 31 @param tiles Pointer to destination buffer for Tile Map data + @note In general **avoid reading from VRAM** + since that memory is not accessible at all times. + See @ref best_practice_dont_read_vram "coding guidelines" + for more details. Entries are copied into __tiles__ from the Background Tile Map starting at __x__, __y__ reading across for __w__ tiles and down for __h__ tiles. @@ -1284,7 +1300,14 @@ uint8_t * set_bkg_tile_xy(uint8_t x, uint8_t y, uint8_t t) OLDCALL PRESERVES_REG * Get single tile t on background layer at x,y * @param x X-coordinate * @param y Y-coordinate + * @return returns tile index + + @note In general **avoid reading from VRAM** + since that memory is not accessible at all times. + See @ref best_practice_dont_read_vram "coding guidelines" + for more details. + */ uint8_t get_bkg_tile_xy(uint8_t x, uint8_t y) OLDCALL PRESERVES_REGS(b, c); @@ -1370,6 +1393,11 @@ void set_win_1bpp_data(uint8_t first_tile, uint8_t nb_tiles, const uint8_t *data @param nb_tiles Number of Tiles to read @param data Pointer to destination buffer for Tile Pattern Data + @note In general **avoid reading from VRAM** + since that memory is not accessible at all times. + See @ref best_practice_dont_read_vram "coding guidelines" + for more details. + This is the same as @ref get_bkg_data, since the Window Layer and Background Layer share the same Tile pattern data. @@ -1399,7 +1427,7 @@ void get_win_data(uint8_t first_tile, uint8_t nb_tiles, uint8_t *data) OLDCALL P Writes that exceed coordinate 31 on the x or y axis will wrap around to the Left and Top edges. - Note: Patterns 128-255 overlap with patterns 128-255 of the sprite Tile Pattern table. + @note Patterns 128-255 overlap with patterns 128-255 of the sprite Tile Pattern table. GBC only: @ref VBK_REG determines whether Tile Numbers or Tile Attributes get set. \li VBK_REG = @ref VBK_TILES Tile Numbers are written @@ -1520,6 +1548,11 @@ inline void set_win_based_submap(uint8_t x, uint8_t y, uint8_t w, uint8_t h, con @param h Height of area to copy in tiles. Range 0 - 31 @param tiles Pointer to destination buffer for Tile Map data + @note In general **avoid reading from VRAM** + since that memory is not accessible at all times. + See @ref best_practice_dont_read_vram "coding guidelines" + for more details. + Entries are copied into __tiles__ from the Window Tile Map starting at __x__, __y__ reading across for __w__ tiles and down for __h__ tiles. @@ -1547,7 +1580,12 @@ uint8_t * set_win_tile_xy(uint8_t x, uint8_t y, uint8_t t) OLDCALL PRESERVES_REG * @param x X-coordinate * @param y Y-coordinate * @return returns the tile index - */ + + @note In general **avoid reading from VRAM** + since that memory is not accessible at all times. + See @ref best_practice_dont_read_vram "coding guidelines" + for more details. +*/ uint8_t get_win_tile_xy(uint8_t x, uint8_t y) OLDCALL PRESERVES_REGS(b, c); @@ -1591,7 +1629,7 @@ inline void scroll_win(int8_t x, int8_t y) { Writes __nb_tiles__ tiles to VRAM starting at __first_tile__, tile data is sourced from __data__. Each Tile is 16 bytes in size (8x8 pixels, 2 bits-per-pixel). - Note: Sprite Tiles 128-255 share the same memory region as Background Tiles 128-255. + @note Sprite Tiles 128-255 share the same memory region as Background Tiles 128-255. GBC only: @ref VBK_REG determines which bank of Background tile patterns are written to. \li VBK_REG = @ref VBK_BANK_0 indicates the first bank @@ -1626,6 +1664,11 @@ void set_sprite_1bpp_data(uint8_t first_tile, uint8_t nb_tiles, const uint8_t *d @param nb_tiles Number of tiles to read @param data Pointer to destination buffer for Tile Pattern data + @note In general **avoid reading from VRAM** + since that memory is not accessible at all times. + See @ref best_practice_dont_read_vram "coding guidelines" + for more details. + Copies __nb_tiles__ tiles from VRAM starting at __first_tile__, tile data is copied into __data__. @@ -1836,6 +1879,11 @@ void set_data(uint8_t *vram_addr, const uint8_t *data, uint16_t len); @param data Pointer to destination buffer @param len Number of bytes to copy + @note In general **avoid reading from VRAM** + since that memory is not accessible at all times. + See @ref best_practice_dont_read_vram "coding guidelines" + for more details. + Copies __len__ bytes from VRAM starting at __vram_addr__ into a buffer at __data__. GBC only: @ref VBK_REG determines which bank of Background tile patterns are written to. @@ -1909,6 +1957,11 @@ void set_tile_data(uint8_t first_tile, uint8_t nb_tiles, const uint8_t *data, ui @param vram_addr Pointer to source VRAM Address @param tiles Pointer to destination buffer for Tile Map data + @note In general **avoid reading from VRAM** + since that memory is not accessible at all times. + See @ref best_practice_dont_read_vram "coding guidelines" + for more details. + Entries are copied into __tiles__ from the Background Tile Map starting at __x__, __y__ reading across for __w__ tiles and down for __h__ tiles. @@ -1949,14 +2002,14 @@ inline void set_native_tile_data(uint16_t first_tile, uint8_t nb_tiles, const ui /** Initializes the entire Window Tile Map with Tile Number __c__ @param c Tile number to fill with - Note: This function avoids writes during modes 2 & 3 + @note This function avoids writes during modes 2 & 3 */ void init_win(uint8_t c) OLDCALL PRESERVES_REGS(b, c); /** Initializes the entire Background Tile Map with Tile Number __c__ @param c Tile number to fill with - Note: This function avoids writes during modes 2 & 3 + @note This function avoids writes during modes 2 & 3 */ void init_bkg(uint8_t c) OLDCALL PRESERVES_REGS(b, c); @@ -1965,7 +2018,7 @@ void init_bkg(uint8_t c) OLDCALL PRESERVES_REGS(b, c); @param c Tile number to fill with @param n Size of memory region (in bytes) to fill - Note: This function avoids writes during modes 2 & 3 + @note This function avoids writes during modes 2 & 3 */ void vmemset (void *s, uint8_t c, size_t n) OLDCALL PRESERVES_REGS(b, c); diff --git a/gbdk-lib/include/gbdk/far_ptr.h b/gbdk-lib/include/gbdk/far_ptr.h @@ -77,7 +77,7 @@ union __far_ptr { uint16_t seg; } segofs; struct { - void (*fn)(); + void (*fn)(void); uint16_t seg; } segfn; }; diff --git a/gbdk-lib/include/gbdk/incbin.h b/gbdk-lib/include/gbdk/incbin.h @@ -65,23 +65,6 @@ extern const void __bank_ ## VARNAME; Use @ref INCBIN_EXTERN() within another source file to make the variable and it's data accesible there. */ -#if defined(__TARGET_nes) -// mos6502 target does not support banking yet - omit "__banked" keyword, and assume bank is 0 in asm code -#define INCBIN(VARNAME, FILEPATH) void __func_ ## VARNAME(void) __naked { \ -__asm \ -_ ## VARNAME:: \ -1$: \ - .incbin FILEPATH \ -2$: \ - ___size_ ## VARNAME = (2$-1$) \ - .globl ___size_ ## VARNAME \ - .local b___func_ ## VARNAME \ - ___bank_ ## VARNAME = 0 \ - .globl ___bank_ ## VARNAME \ -__endasm; \ -} -#else -// Use __banked keyword and 'b' prefix for other targets #define INCBIN(VARNAME, FILEPATH) void __func_ ## VARNAME(void) __banked __naked { \ __asm \ _ ## VARNAME:: \ @@ -95,6 +78,5 @@ _ ## VARNAME:: \ .globl ___bank_ ## VARNAME \ __endasm; \ } -#endif #endif // _INCBIN_H diff --git a/gbdk-lib/include/gbdk/version.h b/gbdk-lib/include/gbdk/version.h @@ -1,6 +1,6 @@ #ifndef __VERSION_H_INCLUDE__ #define __VERSION_H_INCLUDE__ -#define __GBDK_VERSION 411 +#define __GBDK_VERSION 420 #endif diff --git a/gbdk-lib/include/msx/msx.h b/gbdk-lib/include/msx/msx.h @@ -187,7 +187,7 @@ void add_JOY(int_handler h) Z88DK_FASTCALL; /** Cancel pending interrupts */ -inline uint8_t cancel_pending_interrupts() { +inline uint8_t cancel_pending_interrupts(void) { return VDP_STATUS; } diff --git a/gbdk-lib/include/nes/nes.h b/gbdk-lib/include/nes/nes.h @@ -193,7 +193,7 @@ extern volatile uint8_t _current_bank; @see BANKREF_EXTERN(), BANKREF() */ #ifndef BANK -#define BANK(VARNAME) 0 +#define BANK(VARNAME) ( (uint8_t) & __bank_ ## VARNAME ) #endif /** Creates a reference for retrieving the bank number of a variable or function @@ -208,7 +208,13 @@ extern volatile uint8_t _current_bank; Use @ref BANKREF_EXTERN() within another source file to make the variable and it's data accesible there. */ -#define BANKREF(VARNAME) +#define BANKREF(VARNAME) void __func_ ## VARNAME() __banked __naked { \ +__asm \ + .local b___func_ ## VARNAME \ + ___bank_ ## VARNAME = b___func_ ## VARNAME \ + .globl ___bank_ ## VARNAME \ +__endasm; \ +} /** Creates extern references for accessing a BANKREF() generated variable. @@ -226,12 +232,33 @@ extern volatile uint8_t _current_bank; */ #define SWITCH_ROM_DUMMY(b) +/** Macro for simple UNROM-like switching (write bank# to single 8-bit register) + @param b ROM bank to switch to +*/ +#define SWITCH_ROM_UNROM(b) _switch_prg0(b) + /** Makes default mapper switch the active ROM bank @param b ROM bank to switch to (max 255) @see SWITCH_ROM_UNROM */ -#define SWITCH_ROM SWITCH_ROM_DUMMY +#define SWITCH_ROM SWITCH_ROM_UNROM + +/** No-op at the moment. Placeholder for future mappers / test compatibility. + @param b SRAM bank to switch to + +*/ +#define SWITCH_RAM(b) 0 + +/** No-op at the moment. Placeholder for future mappers / test compatibility. + +*/ +#define ENABLE_RAM + +/** No-op at the moment. Placeholder for future mappers / test compatibility. + +*/ +#define DISABLE_RAM /** Delays the given number of milliseconds. Uses no timers or interrupts, and can be called with @@ -1038,4 +1065,6 @@ void vmemset (void *s, uint8_t c, size_t n) OLDCALL; void fill_bkg_rect(uint8_t x, uint8_t y, uint8_t w, uint8_t h, uint8_t tile) OLDCALL; #define fill_rect fill_bkg_rect +uint8_t _switch_prg0(uint8_t bank) OLDCALL; + #endif /* _NES_H */ diff --git a/gbdk-lib/libc/asm/mos6502/__memcpy.s b/gbdk-lib/libc/asm/mos6502/__memcpy.s @@ -57,7 +57,7 @@ ___memcpy_PARM_3: ;-------------------------------------------------------- ; code ;-------------------------------------------------------- - .area CODE + .area _CODE ___memcpy: sta *save+0 diff --git a/gbdk-lib/libc/asm/mos6502/__sdcc_indirect_jsr.s b/gbdk-lib/libc/asm/mos6502/__sdcc_indirect_jsr.s @@ -1,3 +1,3 @@ -.area CODE +.area _CODE __sdcc_indirect_jsr:: jmp [__TEMP] diff --git a/gbdk-lib/libc/asm/mos6502/_divsint.s b/gbdk-lib/libc/asm/mos6502/_divsint.s @@ -47,7 +47,7 @@ ;-------------------------------------------------------- ; code ;-------------------------------------------------------- - .area CODE + .area _CODE __divsint: jsr ___sdivmod16 diff --git a/gbdk-lib/libc/asm/mos6502/_divslong.s b/gbdk-lib/libc/asm/mos6502/_divslong.s @@ -50,7 +50,7 @@ ;-------------------------------------------------------- ; code ;-------------------------------------------------------- - .area CODE + .area _CODE __divslong: jsr ___sdivmod32 lda *s1 diff --git a/gbdk-lib/libc/asm/mos6502/_divuint.s b/gbdk-lib/libc/asm/mos6502/_divuint.s @@ -61,7 +61,7 @@ __modsint_PARM_2: ;-------------------------------------------------------- ; code ;-------------------------------------------------------- - .area CODE + .area _CODE __divuint: jsr ___udivmod16 diff --git a/gbdk-lib/libc/asm/mos6502/_divulong.s b/gbdk-lib/libc/asm/mos6502/_divulong.s @@ -73,7 +73,7 @@ __modslong_PARM_2: ;-------------------------------------------------------- ; code ;-------------------------------------------------------- - .area CODE + .area _CODE __divulong: jsr ___udivmod32 diff --git a/gbdk-lib/libc/asm/mos6502/_memcpy.s b/gbdk-lib/libc/asm/mos6502/_memcpy.s @@ -57,7 +57,7 @@ ___memcpy_PARM_3: ;-------------------------------------------------------- ; code ;-------------------------------------------------------- - .area CODE + .area _CODE ___memcpy: sta *save+0 diff --git a/gbdk-lib/libc/asm/mos6502/_modsint.s b/gbdk-lib/libc/asm/mos6502/_modsint.s @@ -46,7 +46,7 @@ ;-------------------------------------------------------- ; code ;-------------------------------------------------------- - .area CODE + .area _CODE __modsint: jsr ___sdivmod16 diff --git a/gbdk-lib/libc/asm/mos6502/_modslong.s b/gbdk-lib/libc/asm/mos6502/_modslong.s @@ -49,7 +49,7 @@ ;-------------------------------------------------------- ; code ;-------------------------------------------------------- - .area CODE + .area _CODE __modslong: jsr ___sdivmod32 lda *s1 diff --git a/gbdk-lib/libc/asm/mos6502/_moduint.s b/gbdk-lib/libc/asm/mos6502/_moduint.s @@ -45,7 +45,7 @@ ;-------------------------------------------------------- ; code ;-------------------------------------------------------- - .area CODE + .area _CODE __moduint: jsr ___udivmod16 diff --git a/gbdk-lib/libc/asm/mos6502/_modulong.s b/gbdk-lib/libc/asm/mos6502/_modulong.s @@ -48,7 +48,7 @@ ;-------------------------------------------------------- ; code ;-------------------------------------------------------- - .area CODE + .area _CODE __modulong: jsr ___udivmod32 diff --git a/gbdk-lib/libc/asm/mos6502/_mulint.s b/gbdk-lib/libc/asm/mos6502/_mulint.s @@ -50,7 +50,7 @@ __mulint_PARM_2: ;-------------------------------------------------------- ; code ;-------------------------------------------------------- - .area CODE + .area _CODE __mulint: sta *___SDCC_m6502_ret0 diff --git a/gbdk-lib/libc/asm/mos6502/_mullong.s b/gbdk-lib/libc/asm/mos6502/_mullong.s @@ -57,7 +57,7 @@ __mullong_PARM_2: ;-------------------------------------------------------- ; code ;-------------------------------------------------------- - .area CODE + .area _CODE __mullong: diff --git a/gbdk-lib/libc/asm/mos6502/_mulschar.s b/gbdk-lib/libc/asm/mos6502/_mulschar.s @@ -52,7 +52,7 @@ ;-------------------------------------------------------- ; code ;-------------------------------------------------------- - .area CODE + .area _CODE __mulschar: sta s1 diff --git a/gbdk-lib/libc/asm/mos6502/_muluchar.s b/gbdk-lib/libc/asm/mos6502/_muluchar.s @@ -49,7 +49,7 @@ ;-------------------------------------------------------- ; code ;-------------------------------------------------------- - .area CODE + .area _CODE __muluchar: sta arg1 diff --git a/gbdk-lib/libc/asm/mos6502/_strcmp.s b/gbdk-lib/libc/asm/mos6502/_strcmp.s @@ -50,7 +50,7 @@ _strcmp_PARM_2: ;-------------------------------------------------------- ; code ;-------------------------------------------------------- - .area CODE + .area _CODE _strcmp: sta *_str1+0 diff --git a/gbdk-lib/libc/asm/mos6502/_strcpy.s b/gbdk-lib/libc/asm/mos6502/_strcpy.s @@ -51,7 +51,7 @@ _strcpy_PARM_2: ;-------------------------------------------------------- ; code ;-------------------------------------------------------- - .area CODE + .area _CODE _strcpy: sta *_dst+0 diff --git a/gbdk-lib/libc/asm/mos6502/rand.s b/gbdk-lib/libc/asm/mos6502/rand.s @@ -6,7 +6,7 @@ ; Also redirects arand / initarand to here, to avoid their extra memory cost. ; -.area ZP (PAG) +.area _ZP (PAG) ___rand_seed:: .randlo: .ds 1 .randhi: .ds 1 diff --git a/gbdk-lib/libc/targets/mos6502/far_ptr.s b/gbdk-lib/libc/targets/mos6502/far_ptr.s @@ -0,0 +1,52 @@ + .module far_ptr + + .include "global.s" + .include "mapper_macros.s" + + .area OSEG (PAG, OVR) + _to_far_ptr_PARM_2:: .ds 2 + + .area _ZP + ___call_banked_ptr:: + ___call_banked_addr:: .ds 2 + ___call_banked_bank:: .ds 2 + + .area _HOME + +_to_far_ptr:: + ; XA is input 16-bit offset + ; XA is also 16-bit return value -> nothing to move for lower 16 bits + ; Move bank number + ldy *_to_far_ptr_PARM_2 + sty *___SDCC_m6502_ret2 + ; Upper byte always zero - but could be used by calling function expecting int32 + ldy #0x00 + sty *___SDCC_m6502_ret3 + rts + +___call__banked:: + ; save potential function parameter in A + sta *.tmp + ; Save old bank on stack + lda *__current_bank + pha + ; Set new bank + lda *___call_banked_bank + sta *__current_bank + SWITCH_PRG0_A + ; restore potential function parameter to A + lda *.tmp + ; Perform banked call + jsr 1$ + ; Returned from banked call + ; save potential function return value in A + sta *.tmp + ; pull old bank and switch back + pla + sta *__current_bank + SWITCH_PRG0_A + ; restore potential function return value to A + lda *.tmp + rts +1$: + jmp [*___call_banked_addr] diff --git a/gbdk-lib/libc/targets/mos6502/nes/Makefile b/gbdk-lib/libc/targets/mos6502/nes/Makefile @@ -12,11 +12,13 @@ ASSRC = f_ibm_full.s f_ibm_sh.s f_italic.s f_min.s f_spect.s \ metasprites.s metasprites_flipx.s metasprites_flipy.s metasprites_flipxy.s \ metasprites_common.s \ metasprites_hide.s metasprites_hide_spr.s \ + vram_transfer_buffer.s \ set_bk_ts.s set_tile_submap.s fill_rect_bk.s \ set_bk_attributes.s set_tile_submap_attributes.s flush_attributes.s \ nes_palettes.s \ pad.s pad_ex.s \ rle_decompress.s \ + far_ptr.s sdcc_bcall.s mapper.s \ crt0.s CRT0 = crt0.s diff --git a/gbdk-lib/libc/targets/mos6502/nes/crt0.s b/gbdk-lib/libc/targets/mos6502/nes/crt0.s @@ -1,5 +1,5 @@ ; -; crt0.s for NES, using NROM (no mapper) +; crt0.s for NES, using UNROM-512 (mapper30) with single-screen mirroring variant ; ; Provides: ; * Start-up code clearing RAM and VRAM @@ -12,26 +12,6 @@ _shadow_OAM = 0x200 ; Attribute shadow (64 bytes, leaving 56 bytes available for CPU stack) _attribute_shadow = 0x188 -; Transfer buffer (lower half of hardware stack) -_vram_transfer_buffer = 0x100 -; -; Format of transfer buffer -; -; 0: Data length -; 1: 4 if inc-by-32, 0 if inc-by-1 -; 2: PPUADDR_HI -; 3: PPUADDR_LO -; 4: ...N data bytes... -; -VRAM_HDR_SIZEOF = 4 -VRAM_HDR_LENGTH = 0 -VRAM_HDR_DIRECTION = 1 -VRAM_HDR_PPUHI = 2 -VRAM_HDR_PPULO = 3 -VRAM_MAX_BYTES = 32 -VRAM_MAX_STRIPE_SIZE = VRAM_HDR_SIZEOF + VRAM_MAX_BYTES -; Number of 8-cycles available each frame for transfer buffer -VRAM_DELAY_CYCLES_X8 = 170 ; Declare a dummy symbol for banking ; TODO: Make banking actually work @@ -57,80 +37,56 @@ b_wait_frames = 0 .endm .endm -.macro VRAM_BUFFER_LOCK - clc - ror *__crt0_drawListValid -.endm - -.macro VRAM_BUFFER_UNLOCK - sec - ror *__crt0_drawListValid -.endm - -.area ZP (PAG) -__shadow_OAM_base:: .ds 1 -__current_bank:: .ds 1 -_sys_time:: .ds 2 -_shadow_PPUCTRL:: .ds 1 -_shadow_PPUMASK:: .ds 1 -__crt0_paletteShadow:: .ds 25 -__crt0_spritePageValid: .ds 1 -__crt0_NMI_Done: .ds 1 -__crt0_NMI_insideNMI: .ds 1 -__crt0_ScrollHV: .ds 1 -__crt0_drawListValid: .ds 1 -__crt0_drawListNumDelayCycles_x8: .ds 1 -__crt0_drawListPosW:: .ds 1 -__crt0_textPPUAddr: .ds 2 -__crt0_NMITEMP: .ds 4 -__crt0_textTemp: .ds 1 -.mode:: .ds 1 -.tmp:: .ds 2 -_bkg_scroll_x:: .ds 1 -_bkg_scroll_y:: .ds 1 -_attribute_row_dirty:: .ds 1 -_attribute_column_dirty:: .ds 1 -.crt0_textStringBegin: .ds 1 -.crt0_forced_blanking:: .ds 1 - - ;; **************************************** + ;; **************************************** ;; Ordering of segments for the linker ;; Code that really needs to be in the fixed bank - .area CODE .area _CODE .area _HOME ;; Similar to _HOME .area _BASE - ;; - .area RODATA - ;; #pragma bank 0 workaround - .area _CODE_0 ;; Constant data .area _LIT -; ;; since _CODE_1 area base address is pre-defined in the linker from 0x4000, -; ;; that moves initializer code and tables out of bank 0 - .area _CODE_1 - .area _CODE_2 - .area _CODE_3 ;; Constant data, used to init _DATA .area _INITIALIZER - .area XINIT + .area _XINIT ;; Code, used to init _DATA .area _GSINIT .area _GSFINAL ;; Uninitialised ram data - .area DATA .area _DATA .area _BSS - .area BSS ;; Initialised in ram data .area _INITIALIZED ;; For malloc .area _HEAP .area _HEAP_END -.area CODEFIXED +.area OSEG (PAG, OVR) +.area _ZP (PAG) +__shadow_OAM_base:: .ds 1 +__current_bank:: .ds 1 +_sys_time:: .ds 2 +_shadow_PPUCTRL:: .ds 1 +_shadow_PPUMASK:: .ds 1 +__crt0_paletteShadow:: .ds 25 +__crt0_spritePageValid: .ds 1 +__crt0_NMI_Done: .ds 1 +__crt0_NMI_insideNMI: .ds 1 +__crt0_ScrollHV: .ds 1 +__crt0_textPPUAddr:: .ds 2 +__crt0_NMITEMP: .ds 4 +.mode:: .ds 1 +.tmp:: .ds 2 +_bkg_scroll_x:: .ds 1 +_bkg_scroll_y:: .ds 1 +_attribute_row_dirty:: .ds 1 +_attribute_column_dirty:: .ds 1 +.crt0_textStringBegin:: .ds 1 +.crt0_forced_blanking:: .ds 1 +.tempA:: .ds 1 + +.area _CODE .bndry 0x100 .identity:: @@ -230,13 +186,13 @@ __crt0_doSpriteDMA_loop: DoUpdateVRAM: WRITE_PALETTE_SHADOW - bit *__crt0_drawListValid + bit *__vram_transfer_buffer_valid bmi DoUpdateVRAM_drawListValid DoUpdateVRAM_drawListInvalid: ; Delay exactly 1633 cycles to keep timing consistent ldx #(VRAM_DELAY_CYCLES_X8+7) DoUpdateVRAM_invalid_loop: - lda *__crt0_drawListNumDelayCycles_x8 + lda *__vram_transfer_buffer_num_cycles_x8 dex bne DoUpdateVRAM_invalid_loop nop @@ -245,13 +201,13 @@ DoUpdateVRAM_drawListValid: jsr ProcessDrawList ; Delay up to 167*8-1 = 1575 cycles (value set by draw list creation code) ; ...plus fixed-cost of 56 cycles - ldx *__crt0_drawListNumDelayCycles_x8 + ldx *__vram_transfer_buffer_num_cycles_x8 DoUpdateVRAM_valid_loop: - stx *__crt0_drawListNumDelayCycles_x8 + stx *__vram_transfer_buffer_num_cycles_x8 dex bne DoUpdateVRAM_valid_loop lda #VRAM_DELAY_CYCLES_X8 - sta *__crt0_drawListNumDelayCycles_x8 + sta *__vram_transfer_buffer_num_cycles_x8 rts ; @@ -301,8 +257,8 @@ ProcessDrawList_EndOfList: ldx *ProcessDrawList_tempX ; +3 txs ; +2 lda #0 ; +2 - sta *__crt0_drawListPosW ; +3 - sta *__crt0_drawListValid ; +3 + sta *__vram_transfer_buffer_pos_w ; +3 + sta *__vram_transfer_buffer_valid ; +3 rts ; +6 ; = 3 + 2 + 2 + 3 + 3 + 6 = 19 @@ -314,161 +270,6 @@ i = 0 i = i + 1 .endm -.writeNametableByte:: -_writeNametableByte:: - pha - lda #(0x20 >> 5) - sta *__crt0_textPPUAddr+1 - tya - asl - rol *__crt0_textPPUAddr+1 - asl - rol *__crt0_textPPUAddr+1 - asl - rol *__crt0_textPPUAddr+1 - asl - rol *__crt0_textPPUAddr+1 - asl - rol *__crt0_textPPUAddr+1 - ora .identity,x - sta *__crt0_textPPUAddr - ; If we're currently in forced blanking mode, use direct writes instead of transfer buffer - bit *.crt0_forced_blanking - bpl 1$ - lda *__crt0_textPPUAddr+1 - sta PPUADDR - lda *__crt0_textPPUAddr - sta PPUADDR - lda #0 - rol - asl - asl - ora *_shadow_PPUCTRL - sta PPUCTRL - pla - sta PPUDATA - ; Increment PPU addr - lda *__crt0_textPPUAddr - clc - adc #1 - sta *__crt0_textPPUAddr - lda *(__crt0_textPPUAddr+1) - adc #0 - sta *(__crt0_textPPUAddr+1) - rts -1$: -_writeNametableByteWaitForFlush: - ldy *__crt0_drawListPosW - tya - ; Limit when (slightly more than) equal to 80 bytes, to avoid overrunning vblank time - cmp #80 - bcs _writeNametableByteWaitForFlush - VRAM_BUFFER_LOCK - ; First check if we can append to previously added stripe - ldy *.crt0_textStringBegin - ; Only append if current vram buffer pointer directly follows previous stripe - tya - clc - adc _vram_transfer_buffer+VRAM_HDR_LENGTH,y - adc #VRAM_HDR_SIZEOF - cmp *__crt0_drawListPosW - bne 2$ - ; Only append if previous stripe was horizontal - lda _vram_transfer_buffer+VRAM_HDR_DIRECTION,y - bne 2$ - ; Only append if PPU address following previous stripe matches desired PPU address - lda _vram_transfer_buffer+VRAM_HDR_PPULO,y - clc - adc _vram_transfer_buffer+VRAM_HDR_LENGTH,y - sta *.tmp - lda _vram_transfer_buffer+VRAM_HDR_PPUHI,y - adc #0 - ; Check against textPPUAddr - cmp *__crt0_textPPUAddr+1 - bne 2$ - lda *.tmp - cmp *__crt0_textPPUAddr - bne 2$ - jmp _writeNametableByte_continue -2$: - jmp _writeNametableByte_new - -_writeNametableByte_end: - ; Increment PPU addr - lda *__crt0_textPPUAddr - clc - adc #1 - sta *__crt0_textPPUAddr - lda *(__crt0_textPPUAddr+1) - adc #0 - sta *(__crt0_textPPUAddr+1) - sty *__crt0_drawListPosW - VRAM_BUFFER_UNLOCK - ldy *__crt0_textTemp - rts - -; -; Writes a new nametable byte, effectively beginning a new stripe -; -_writeNametableByte_new: - ldy *__crt0_drawListPosW - sty *.crt0_textStringBegin - ; Number of bytes - lda #1 - sta _vram_transfer_buffer,y - iny - ; Horizontal mode - lda #0 - sta _vram_transfer_buffer,y - iny - ; PPU hi - lda *(__crt0_textPPUAddr+1) - sta _vram_transfer_buffer,y - iny - ; PPU lo - lda *__crt0_textPPUAddr - sta _vram_transfer_buffer,y - iny - pla - sta _vram_transfer_buffer,y - iny - ; zero byte at end - lda #0 - sta _vram_transfer_buffer,y - ; decrease total delay in NMI by 7 * 8 cycles for each individually written byte - ; - ; Each new write operation adds 48 cycles + 8 cycles per written byte, i.e.: - ; NumDelayCycles_x8 -= 6 * numberOfWriteCommands + numWrittenBytes - ; - ; __crt0_drawListNumDelayCycles_x8 -= 7 - lda *__crt0_drawListNumDelayCycles_x8 - sec - sbc #7 - sta *__crt0_drawListNumDelayCycles_x8 - jmp _writeNametableByte_end - -; -; Continues the previously started stripe by adding an additional byte to it -; -_writeNametableByte_continue: - ; Increase number of bytes in header - ldy *.crt0_textStringBegin - lda _vram_transfer_buffer,y - clc - adc #1 - sta _vram_transfer_buffer,y - ; Write new byte - ldy *__crt0_drawListPosW - pla - sta _vram_transfer_buffer,y - iny - ; zero byte at end - lda #0 - sta _vram_transfer_buffer,y - ; Decrease x8 cycle delay by 1 - dec *__crt0_drawListNumDelayCycles_x8 - jmp _writeNametableByte_end - __crt0_IRQ: jmp __crt0_IRQ @@ -582,17 +383,20 @@ __crt0_RESET_bankSwitchValue: lda #>_shadow_OAM sta OAMDMA ; Perform initialization of DATA area - lda #<s_XINIT + lda #<s__XINIT sta ___memcpy_PARM_2 - lda #>s_XINIT + lda #>s__XINIT sta ___memcpy_PARM_2+1 - lda #<l_XINIT + lda #<l__XINIT sta ___memcpy_PARM_3 - lda #>l_XINIT + lda #>l__XINIT sta ___memcpy_PARM_3+1 - lda #<s_DATA - ldx #>s_DATA + lda #<s__DATA + ldx #>s__DATA jsr ___memcpy + ; Set bank to first + lda #0x00 + sta *__current_bank ; Set palette shadow jsr __crt0_setPalette ; Initialize PPU address for printf output (start at 3rd row, 2nd column) @@ -601,9 +405,9 @@ __crt0_RESET_bankSwitchValue: lda #>0x2041 sta *(__crt0_textPPUAddr+1) lda #VRAM_DELAY_CYCLES_X8 - sta *__crt0_drawListNumDelayCycles_x8 + sta *__vram_transfer_buffer_num_cycles_x8 lda #0 - sta *__crt0_drawListPosW + sta *__vram_transfer_buffer_pos_w ; lda #(PPUMASK_SHOW_BG | PPUMASK_SHOW_SPR | PPUMASK_SHOW_BG_LC | PPUMASK_SHOW_SPR_LC) sta *_shadow_PPUMASK @@ -641,121 +445,6 @@ _display_on:: ror *.crt0_forced_blanking rts -; -; Begin a horizontal stripe -; -.ppu_stripe_begin_horizontal:: - clc - jmp .ppu_stripe_begin - -; -; Begin a vertical stripe -; -.ppu_stripe_begin_vertical:: - sec - jmp .ppu_stripe_begin - -; -; Begin a stripe (carry indicates vertical stripe) -; -.ppu_stripe_begin:: - bit *.crt0_forced_blanking - bpl 1$ - ; Direct write - stx PPUADDR - sta PPUADDR - ; Set inc-by-32 bit in PPUCTRL as well - lda #0 - rol - asl - asl - lda *_shadow_PPUCTRL - sta PPUCTRL - rts -1$: - ; Indirect write via transfer buffer - sty *__crt0_textTemp - pha - txa - pha - lda #0 - rol - asl - asl - pha - ; Ensure there's at least VRAM_MAX_STRIPE_SIZE bytes remaining to write before progressing - ; This conservative limit simplifies conditions for rest of stripe in order to write single bytes with no checks -2$: - lda *__crt0_drawListPosW - cmp #128-VRAM_MAX_STRIPE_SIZE - bcs 2$ - ; Lock buffer and store current write pointer for later - VRAM_BUFFER_LOCK - ldy *__crt0_drawListPosW - sty *.crt0_textStringBegin - ; Write direction - pla - sta _vram_transfer_buffer+VRAM_HDR_DIRECTION,y - ; Write address - pla - sta _vram_transfer_buffer+VRAM_HDR_PPUHI,y - pla - sta _vram_transfer_buffer+VRAM_HDR_PPULO,y - tya - clc - adc #VRAM_HDR_SIZEOF - sta *__crt0_drawListPosW - ; __crt0_drawListNumDelayCycles_x8 -= 6 (assumes carry clear) - lda *__crt0_drawListNumDelayCycles_x8 - sbc #5 - sta *__crt0_drawListNumDelayCycles_x8 - ldy *__crt0_textTemp - rts - -; -; End a stripe (be it direct or via transfer buffer) -; -.ppu_stripe_end:: - bit *.crt0_forced_blanking - bpl 1$ - ; For direct writes there's nothing more to do - rts -1$: - sty *__crt0_textTemp - ldy *__crt0_drawListPosW - ; Write terminator byte - lda #0 - sta _vram_transfer_buffer,y - ; Write number of data bytes - tya - sec - sbc *.crt0_textStringBegin - sbc #VRAM_HDR_SIZEOF - ldy *.crt0_textStringBegin - sta _vram_transfer_buffer+VRAM_HDR_LENGTH,y - lda *__crt0_drawListNumDelayCycles_x8 - sbc _vram_transfer_buffer+VRAM_HDR_LENGTH,y - sta *__crt0_drawListNumDelayCycles_x8 - VRAM_BUFFER_UNLOCK - ldy *__crt0_textTemp - rts - -; -; Writes a byte of an in-progress horizontal / vertical stripe (be it direct or via transfer buffer) -; -.ppu_stripe_write_byte:: - bit *.crt0_forced_blanking - bpl 1$ - sta PPUDATA ; Direct write - rts -1$: - sty *__crt0_textTemp - ldy *__crt0_drawListPosW - sta _vram_transfer_buffer,y - inc *__crt0_drawListPosW - ldy *__crt0_textTemp - rts - ; Interrupt / RESET vector table .area VECTORS (ABS) .org 0xfffa diff --git a/gbdk-lib/libc/targets/mos6502/nes/global.s b/gbdk-lib/libc/targets/mos6502/nes/global.s @@ -1,3 +1,8 @@ + ;; Transfer buffer (lower half of hardware stack) + __vram_transfer_buffer = 0x100 + ;; Number of 8-cycles available each frame for transfer buffer + VRAM_DELAY_CYCLES_X8 = 170 + ;; Keypad .UP = 0x10 .DOWN = 0x20 @@ -122,7 +127,7 @@ .globl .writeNametableByte ;; Symbols defined at link time - .globl _shadow_OAM, _vram_transfer_buffer + .globl _shadow_OAM, __vram_transfer_buffer ;; Main user routine .globl _main diff --git a/gbdk-lib/libc/targets/mos6502/nes/mapper.s b/gbdk-lib/libc/targets/mos6502/nes/mapper.s @@ -0,0 +1,7 @@ +.include "global.s" +.include "mapper_macros.s" + +__switch_prg0:: + sta *__current_bank + SWITCH_PRG0_A + rts diff --git a/gbdk-lib/libc/targets/mos6502/nes/mapper_macros.s b/gbdk-lib/libc/targets/mos6502/nes/mapper_macros.s @@ -0,0 +1,19 @@ +; +; Set PRG bank to A register +; +; Trashes Y register. +; +.macro SWITCH_PRG0_A + tay + sta .identity,Y +.endm + +; +; Set PRG bank to Y register +; +; Trashes A register. +; +.macro SWITCH_PRG0_Y + tay + sta .identity,Y +.endm diff --git a/gbdk-lib/libc/targets/mos6502/nes/sdcc_bcall.s b/gbdk-lib/libc/targets/mos6502/nes/sdcc_bcall.s @@ -0,0 +1,59 @@ +.include "mapper_macros.s" + +; +; Banked call support function. +; +; +; For a banked call to function "func", sdcc will generate the following sequence: +; +; jsr __sdcc_bcall <-- Call to this support function +; .db b_func <-- Bank of func +; .dw func-1 <-- Address of func - 1. +; +___sdcc_bcall:: + ; save potential function parameter in A + sta *.tempA + ; Store old return address to *.tmp, and add +3 to return address on stack (to skip parameters) + pla + sta *.tmp + clc + adc #3 + tay + pla + sta *.tmp+1 + adc #0 + pha + tya + pha + ; Save old bank on stack + lda *__current_bank + pha + ; Perform banked call + jsr 2$ + ; Returned from banked call + sta *.tempA + pla + sta *__current_bank + SWITCH_PRG0_A + ; restore potential function return value to A + lda *.tempA + ; Return to original bank + rts +2$: + ldy #0x03 + ; Read address (stored after jsr ___sdcc_bcall and bank number) + lda [*.tmp],y + pha + dey + lda [*.tmp],y + pha + dey + ; Read bank number (stored after jsr ___sdcc_bcall) + lda [*.tmp],y + ; Switch bank + sta *__current_bank + SWITCH_PRG0_A + ; restore potential function parameter to A + lda *.tempA + ; Jump to banked function via RTS + rts diff --git a/gbdk-lib/libc/targets/mos6502/nes/set_data.s b/gbdk-lib/libc/targets/mos6502/nes/set_data.s @@ -97,11 +97,11 @@ _set_sprite_data:: lda *.tmp jsr .ppu_stripe_begin_horizontal ; - ldx *__crt0_drawListPosW + ldx *__vram_transfer_buffer_pos_w ldy #0 jsr .copy_tiles_indirect_2planes lda .identity+16,x - sta *__crt0_drawListPosW + sta *__vram_transfer_buffer_pos_w jsr .ppu_stripe_end ; src += 16 lda *src @@ -171,58 +171,58 @@ _set_sprite_data:: .copy_tiles_indirect_2planes: lda [*src],y iny - sta _vram_transfer_buffer+0,x + sta __vram_transfer_buffer+0,x lda [*src],y iny - sta _vram_transfer_buffer+8,x + sta __vram_transfer_buffer+8,x ; lda [*src],y iny - sta _vram_transfer_buffer+1,x + sta __vram_transfer_buffer+1,x lda [*src],y iny - sta _vram_transfer_buffer+9,x + sta __vram_transfer_buffer+9,x ; lda [*src],y iny - sta _vram_transfer_buffer+2,x + sta __vram_transfer_buffer+2,x lda [*src],y iny - sta _vram_transfer_buffer+10,x + sta __vram_transfer_buffer+10,x ; lda [*src],y iny - sta _vram_transfer_buffer+3,x + sta __vram_transfer_buffer+3,x lda [*src],y iny - sta _vram_transfer_buffer+11,x + sta __vram_transfer_buffer+11,x ; lda [*src],y iny - sta _vram_transfer_buffer+4,x + sta __vram_transfer_buffer+4,x lda [*src],y iny - sta _vram_transfer_buffer+12,x + sta __vram_transfer_buffer+12,x ; lda [*src],y iny - sta _vram_transfer_buffer+5,x + sta __vram_transfer_buffer+5,x lda [*src],y iny - sta _vram_transfer_buffer+13,x + sta __vram_transfer_buffer+13,x ; lda [*src],y iny - sta _vram_transfer_buffer+6,x + sta __vram_transfer_buffer+6,x lda [*src],y iny - sta _vram_transfer_buffer+14,x + sta __vram_transfer_buffer+14,x ; lda [*src],y iny - sta _vram_transfer_buffer+7,x + sta __vram_transfer_buffer+7,x lda [*src],y iny - sta _vram_transfer_buffer+15,x + sta __vram_transfer_buffer+15,x ; rts diff --git a/gbdk-lib/libc/targets/mos6502/nes/vram_transfer_buffer.s b/gbdk-lib/libc/targets/mos6502/nes/vram_transfer_buffer.s @@ -0,0 +1,318 @@ +; +; Routines for performing safe buffered writes via the vram transfer buffer. +; +.include "global.s" + +.title "VRAMBuffer" +.module VRAMBuffer + +; +; Format of transfer buffer +; +; 0: Data length +; 1: 4 if inc-by-32, 0 if inc-by-1 +; 2: PPUADDR_HI +; 3: PPUADDR_LO +; 4: ...N data bytes... +; +VRAM_HDR_SIZEOF = 4 +VRAM_HDR_LENGTH = 0 +VRAM_HDR_DIRECTION = 1 +VRAM_HDR_PPUHI = 2 +VRAM_HDR_PPULO = 3 +VRAM_MAX_BYTES = 32 +VRAM_MAX_STRIPE_SIZE = VRAM_HDR_SIZEOF + VRAM_MAX_BYTES + +; +; Locks the VRAM buffer for writing, causing the vblank handler to ignore it. +; +.macro VRAM_BUFFER_LOCK + clc + ror *__vram_transfer_buffer_valid +.endm + +; +; Unlocks the VRAM buffer for writing. +; +.macro VRAM_BUFFER_UNLOCK + sec + ror *__vram_transfer_buffer_valid +.endm + +.area _ZP (PAG) +__vram_transfer_buffer_valid:: .ds 1 +__vram_transfer_buffer_num_cycles_x8:: .ds 1 +__vram_transfer_buffer_pos_w:: .ds 1 +__vram_transfer_buffer_temp:: .ds 1 + +.area _HOME + +; +; Begin a horizontal stripe +; +.ppu_stripe_begin_horizontal:: + clc + jmp .ppu_stripe_begin + +; +; Begin a vertical stripe +; +.ppu_stripe_begin_vertical:: + sec + jmp .ppu_stripe_begin + +; +; Begin a stripe (carry indicates vertical stripe) +; +.ppu_stripe_begin:: + bit *.crt0_forced_blanking + bpl 1$ + ; Direct write + stx PPUADDR + sta PPUADDR + ; Set inc-by-32 bit in PPUCTRL as well + lda #0 + rol + asl + asl + lda *_shadow_PPUCTRL + sta PPUCTRL + rts +1$: + ; Indirect write via transfer buffer + sty *__vram_transfer_buffer_temp + pha + txa + pha + lda #0 + rol + asl + asl + pha + ; Ensure there's at least VRAM_MAX_STRIPE_SIZE bytes remaining to write before progressing + ; This conservative limit simplifies conditions for rest of stripe in order to write single bytes with no checks +2$: + lda *__vram_transfer_buffer_pos_w + cmp #128-VRAM_MAX_STRIPE_SIZE + bcs 2$ + ; Lock buffer and store current write pointer for later + VRAM_BUFFER_LOCK + ldy *__vram_transfer_buffer_pos_w + sty *.crt0_textStringBegin + ; Write direction + pla + sta __vram_transfer_buffer+VRAM_HDR_DIRECTION,y + ; Write address + pla + sta __vram_transfer_buffer+VRAM_HDR_PPUHI,y + pla + sta __vram_transfer_buffer+VRAM_HDR_PPULO,y + tya + clc + adc #VRAM_HDR_SIZEOF + sta *__vram_transfer_buffer_pos_w + ; __vram_transfer_buffer_num_cycles_x8 -= 6 (assumes carry clear) + lda *__vram_transfer_buffer_num_cycles_x8 + sbc #5 + sta *__vram_transfer_buffer_num_cycles_x8 + ldy *__vram_transfer_buffer_temp + rts + +; +; End a stripe (be it direct or via transfer buffer) +; +.ppu_stripe_end:: + bit *.crt0_forced_blanking + bpl 1$ + ; For direct writes there's nothing more to do + rts +1$: + sty *__vram_transfer_buffer_temp + ldy *__vram_transfer_buffer_pos_w + ; Write terminator byte + lda #0 + sta __vram_transfer_buffer,y + ; Write number of data bytes + tya + sec + sbc *.crt0_textStringBegin + sbc #VRAM_HDR_SIZEOF + ldy *.crt0_textStringBegin + sta __vram_transfer_buffer+VRAM_HDR_LENGTH,y + lda *__vram_transfer_buffer_num_cycles_x8 + sbc __vram_transfer_buffer+VRAM_HDR_LENGTH,y + sta *__vram_transfer_buffer_num_cycles_x8 + VRAM_BUFFER_UNLOCK + ldy *__vram_transfer_buffer_temp + rts + +; +; Writes a byte of an in-progress horizontal / vertical stripe (be it direct or via transfer buffer) +; +.ppu_stripe_write_byte:: + bit *.crt0_forced_blanking + bpl 1$ + sta PPUDATA ; Direct write + rts +1$: + sty *__vram_transfer_buffer_temp + ldy *__vram_transfer_buffer_pos_w + sta __vram_transfer_buffer,y + inc *__vram_transfer_buffer_pos_w + ldy *__vram_transfer_buffer_temp + rts + +.writeNametableByte:: +_writeNametableByte:: + pha + lda #(0x20 >> 5) + sta *__crt0_textPPUAddr+1 + tya + asl + rol *__crt0_textPPUAddr+1 + asl + rol *__crt0_textPPUAddr+1 + asl + rol *__crt0_textPPUAddr+1 + asl + rol *__crt0_textPPUAddr+1 + asl + rol *__crt0_textPPUAddr+1 + ora .identity,x + sta *__crt0_textPPUAddr + ; If we're currently in forced blanking mode, use direct writes instead of transfer buffer + bit *.crt0_forced_blanking + bpl 1$ + lda *__crt0_textPPUAddr+1 + sta PPUADDR + lda *__crt0_textPPUAddr + sta PPUADDR + lda #0 + rol + asl + asl + ora *_shadow_PPUCTRL + sta PPUCTRL + pla + sta PPUDATA + ; Increment PPU addr + lda *__crt0_textPPUAddr + clc + adc #1 + sta *__crt0_textPPUAddr + lda *(__crt0_textPPUAddr+1) + adc #0 + sta *(__crt0_textPPUAddr+1) + rts +1$: +_writeNametableByteWaitForFlush: + ldy *__vram_transfer_buffer_pos_w + tya + ; Limit when (slightly more than) equal to 80 bytes, to avoid overrunning vblank time + cmp #80 + bcs _writeNametableByteWaitForFlush + VRAM_BUFFER_LOCK + ; First check if we can append to previously added stripe + ldy *.crt0_textStringBegin + ; Only append if current vram buffer pointer directly follows previous stripe + tya + clc + adc __vram_transfer_buffer+VRAM_HDR_LENGTH,y + adc #VRAM_HDR_SIZEOF + cmp *__vram_transfer_buffer_pos_w + bne 2$ + ; Only append if previous stripe was horizontal + lda __vram_transfer_buffer+VRAM_HDR_DIRECTION,y + bne 2$ + ; Only append if PPU address following previous stripe matches desired PPU address + lda __vram_transfer_buffer+VRAM_HDR_PPULO,y + clc + adc __vram_transfer_buffer+VRAM_HDR_LENGTH,y + sta *.tmp + lda __vram_transfer_buffer+VRAM_HDR_PPUHI,y + adc #0 + ; Check against textPPUAddr + cmp *__crt0_textPPUAddr+1 + bne 2$ + lda *.tmp + cmp *__crt0_textPPUAddr + bne 2$ + jmp _writeNametableByte_continue +2$: + jmp _writeNametableByte_new + +_writeNametableByte_end: + ; Increment PPU addr + lda *__crt0_textPPUAddr + clc + adc #1 + sta *__crt0_textPPUAddr + lda *(__crt0_textPPUAddr+1) + adc #0 + sta *(__crt0_textPPUAddr+1) + sty *__vram_transfer_buffer_pos_w + VRAM_BUFFER_UNLOCK + ldy *__vram_transfer_buffer_temp + rts + +; +; Writes a new nametable byte, effectively beginning a new stripe +; +_writeNametableByte_new: + ldy *__vram_transfer_buffer_pos_w + sty *.crt0_textStringBegin + ; Number of bytes + lda #1 + sta __vram_transfer_buffer,y + iny + ; Horizontal mode + lda #0 + sta __vram_transfer_buffer,y + iny + ; PPU hi + lda *(__crt0_textPPUAddr+1) + sta __vram_transfer_buffer,y + iny + ; PPU lo + lda *__crt0_textPPUAddr + sta __vram_transfer_buffer,y + iny + pla + sta __vram_transfer_buffer,y + iny + ; zero byte at end + lda #0 + sta __vram_transfer_buffer,y + ; decrease total delay in NMI by 7 * 8 cycles for each individually written byte + ; + ; Each new write operation adds 48 cycles + 8 cycles per written byte, i.e.: + ; _cycles_x8 -= 6 * numberOfWriteCommands + numWrittenBytes + ; + ; __vram_transfer_buffer_num_cycles_x8 -= 7 + lda *__vram_transfer_buffer_num_cycles_x8 + sec + sbc #7 + sta *__vram_transfer_buffer_num_cycles_x8 + jmp _writeNametableByte_end + +; +; Continues the previously started stripe by adding an additional byte to it +; +_writeNametableByte_continue: + ; Increase number of bytes in header + ldy *.crt0_textStringBegin + lda __vram_transfer_buffer,y + clc + adc #1 + sta __vram_transfer_buffer,y + ; Write new byte + ldy *__vram_transfer_buffer_pos_w + pla + sta __vram_transfer_buffer,y + iny + ; zero byte at end + lda #0 + sta __vram_transfer_buffer,y + ; Decrease x8 cycle delay by 1 + dec *__vram_transfer_buffer_num_cycles_x8 + jmp _writeNametableByte_end diff --git a/gbdk-lib/libc/targets/mos6502/rle_decompress.s b/gbdk-lib/libc/targets/mos6502/rle_decompress.s @@ -2,7 +2,7 @@ .module RLE_DECOMPRESS - .area ZP (PAG) + .area _ZP (PAG) rle_cursor: .ds 0x02 rle_counter: diff --git a/gbdk-lib/libc/targets/sm83/ap/crt0.s b/gbdk-lib/libc/targets/sm83/ap/crt0.s @@ -95,11 +95,10 @@ __standard_VBL_handler:: INC HL INC (HL) 2$: - CALL .refresh_OAM - LD A, #1 LDH (.vbl_done),A - RET + + JP .refresh_OAM _refresh_OAM:: WAIT_STAT @@ -118,8 +117,7 @@ _refresh_OAM:: XOR A LD L, A LD C, #(40 << 2) ; 40 entries 4 bytes each - RST 0x28 - RET + JP .MemsetSmall ;; Wait for VBL interrupt to be finished .wait_vbl_done:: @@ -265,14 +263,12 @@ _reset:: ;; Turn the screen on LD A,#(LCDCF_ON | LCDCF_WIN9C00 | LCDCF_WINOFF | LCDCF_BG8800 | LCDCF_BG9800 | LCDCF_OBJ8 | LCDCF_OBJOFF | LCDCF_BGOFF) LDH (.LCDC),A - XOR A - LDH (.IF),A + LD A,#.VBL_IFLAG ; switch on VBlank interrupt only LDH (.IE),A - LDH (__current_bank),A ; current bank is 1 at startup - XOR A + LDH (.IF),A LD HL,#.sys_time LD (HL+),A @@ -280,6 +276,9 @@ _reset:: LDH (.NR52),A ; Turn sound off + INC A + LDH (__current_bank),A ; current bank is 1 at startup + CALL gsinit EI ; Enable interrupts @@ -431,15 +430,17 @@ __shadow_OAM_base:: ;; Runtime library .area _GSINIT + gsinit:: ;; initialize static storage variables LD BC, #l__INITIALIZER LD HL, #s__INITIALIZER LD DE, #s__INITIALIZED - call .memcpy_simple + CALL .memcpy_simple .area _GSFINAL - ret + + RET .area _HOME diff --git a/gbdk-lib/libc/targets/sm83/duck/crt0.s b/gbdk-lib/libc/targets/sm83/duck/crt0.s @@ -96,11 +96,10 @@ __standard_VBL_handler:: INC HL INC (HL) 2$: - CALL .refresh_OAM - LD A, #1 LDH (.vbl_done),A - RET + + JP .refresh_OAM _refresh_OAM:: WAIT_STAT @@ -119,8 +118,7 @@ _refresh_OAM:: XOR A LD L, A LD C, #(40 << 2) ; 40 entries 4 bytes each - RST 0x28 - RET + JP .MemsetSmall ;; Wait for VBL interrupt to be finished .wait_vbl_done:: @@ -207,14 +205,12 @@ _reset:: ;; Turn the screen on LD A,#(LCDCF_ON | LCDCF_WIN9C00 | LCDCF_WINOFF | LCDCF_BG8800 | LCDCF_BG9800 | LCDCF_OBJ8 | LCDCF_OBJOFF | LCDCF_BGOFF) LDH (.LCDC),A - XOR A - LDH (.IF),A + LD A,#.VBL_IFLAG ; switch on VBlank interrupt only LDH (.IE),A - LDH (__current_bank),A ; current bank is 1 at startup - XOR A + LDH (.IF),A LD HL,#.sys_time LD (HL+),A @@ -222,6 +218,9 @@ _reset:: LDH (.NR52),A ; Turn sound off + INC A + LDH (__current_bank),A ; current bank is 1 at startup + CALL gsinit EI ; Enable interrupts @@ -373,15 +372,17 @@ __shadow_OAM_base:: ;; Runtime library .area _GSINIT + gsinit:: ;; initialize static storage variables LD BC, #l__INITIALIZER LD HL, #s__INITIALIZER LD DE, #s__INITIALIZED - call .memcpy_simple + CALL .memcpy_simple .area _GSFINAL - ret + + RET .area _HOME diff --git a/gbdk-lib/libc/targets/sm83/gb/crt0.s b/gbdk-lib/libc/targets/sm83/gb/crt0.s @@ -95,11 +95,10 @@ __standard_VBL_handler:: INC HL INC (HL) 2$: - CALL .refresh_OAM - LD A, #1 LDH (.vbl_done),A - RET + + JP .refresh_OAM _refresh_OAM:: WAIT_STAT @@ -118,8 +117,7 @@ _refresh_OAM:: XOR A LD L, A LD C, #(40 << 2) ; 40 entries 4 bytes each - RST 0x28 - RET + JP .MemsetSmall ;; Wait for VBL interrupt to be finished .wait_vbl_done:: @@ -271,14 +269,12 @@ _reset:: ;; Turn the screen on LD A,#(LCDCF_ON | LCDCF_WIN9C00 | LCDCF_WINOFF | LCDCF_BG8800 | LCDCF_BG9800 | LCDCF_OBJ8 | LCDCF_OBJOFF | LCDCF_BGOFF) LDH (.LCDC),A - XOR A - LDH (.IF),A + LD A,#.VBL_IFLAG ; switch on VBlank interrupt only LDH (.IE),A - LDH (__current_bank),A ; current bank is 1 at startup - XOR A + LDH (.IF),A LD HL,#.sys_time LD (HL+),A @@ -286,6 +282,9 @@ _reset:: LDH (.NR52),A ; Turn sound off + INC A + LDH (__current_bank),A ; current bank is 1 at startup + CALL gsinit EI ; Enable interrupts @@ -441,15 +440,17 @@ __shadow_OAM_base:: ;; Runtime library .area _GSINIT + gsinit:: ;; initialize static storage variables LD BC, #l__INITIALIZER LD HL, #s__INITIALIZER LD DE, #s__INITIALIZED - call .memcpy_simple + CALL .memcpy_simple .area _GSFINAL - ret + + RET .area _HOME diff --git a/gbdk-lib/libc/targets/sm83/serial.s b/gbdk-lib/libc/targets/sm83/serial.s @@ -2,12 +2,7 @@ .module serial - .globl .int - - .globl __io_out - .globl __io_in - .globl __io_status - .globl .add_SIO + .globl .int, .add_SIO .area _HEADER_SIO (ABS) @@ -76,8 +71,6 @@ __io_in:: .ds 0x01 ; Received byte __io_status:: .ds 0x01 ; Status of serial IO -.int_0x58:: - .blkw 0x05 .area _CODE diff --git a/gbdk-lib/libc/targets/sm83/sio.s b/gbdk-lib/libc/targets/sm83/sio.s @@ -24,3 +24,8 @@ _remove_SIO:: .remove_SIO:: LD HL,#.int_0x58 JP .remove_int + + .area _DATA + +.int_0x58:: + .blkw 0x05 diff --git a/gbdk-support/bankpack/options.c b/gbdk-support/bankpack/options.c @@ -120,6 +120,8 @@ void option_set_platform(char * platform_str) { option_platform = PLATFORM_GB; // Analogue Pocket uses GB platform else if (strcmp(platform_str, PLATFORM_STR_DUCK) == 0) option_platform = PLATFORM_GB; // Megaduck uses GB platform + else if (strcmp(platform_str, PLATFORM_STR_NES) == 0) + option_platform = PLATFORM_GB; // NES uses GB platform else if (strcmp(platform_str, PLATFORM_STR_SMS) == 0) option_platform = PLATFORM_SMS; else if (strcmp(platform_str, PLATFORM_STR_GG) == 0) diff --git a/gbdk-support/bankpack/options.h b/gbdk-support/bankpack/options.h @@ -14,6 +14,7 @@ #define PLATFORM_STR_GB "gb" #define PLATFORM_STR_AP "ap" // Uses PLATFORM_GB #define PLATFORM_STR_DUCK "duck" // Uses PLATFORM_GB +#define PLATFORM_STR_NES "nes" // Uses PLATFORM_GB #define PLATFORM_STR_SMS "sms" #define PLATFORM_STR_GG "gg" // Uses PLATFORM_SMS #define PLATFORM_STR_MSXDOS "msxdos" // Uses PLATFORM_SMS diff --git a/gbdk-support/lcc/gb.c b/gbdk-support/lcc/gb.c @@ -60,6 +60,7 @@ static struct { { "bankpack", "%bindir%bankpack" }, { "ld_gb", "%sdccdir%sdldgb" }, { "ld_z80", "%sdccdir%sdldz80" }, + { "ld_6808", "%sdccdir%sdld6808" }, { "ld", "%sdccdir%sdld" }, { "libdir", "%prefix%lib/" }, #ifndef GBDKBINDIR diff --git a/gbdk-support/lcc/targets.c b/gbdk-support/lcc/targets.c @@ -34,11 +34,11 @@ arg_entry llist0_defaults_msxdos[] = { // NES arg_entry llist0_defaults_nes[] = { - {.searchkey= "DATA=", .addflag= "-b",.addvalue= "DATA=0x300", .found = false}, - {.searchkey= "CODE=", .addflag= "-b",.addvalue= "CODE=0x8000", .found = false}, - {.searchkey= "CODEFIXED=", .addflag= "-b",.addvalue= "CODEFIXED=0xE000", .found = false}, + {.searchkey= "_DATA=", .addflag= "-b",.addvalue= "_DATA=0x0300", .found = false}, + {.searchkey= "_CODE=", .addflag= "-b",.addvalue= "_CODE=0xC000", .found = false}, {.searchkey= "VECTORS=", .addflag= "-b",.addvalue= "VECTORS=0xFFFA", .found = false}, - {.searchkey= "ZP=", .addflag= "-b",.addvalue= "ZP=0x30", .found = false}, + {.searchkey= "OSEG=", .addflag= "-b",.addvalue= "OSEG=0x00", .found = false}, + {.searchkey= "_ZP=", .addflag= "-b",.addvalue= "_ZP=0x30", .found = false}, }; // Port/Platform specific settings @@ -162,9 +162,9 @@ CLASS classes[] = { .com = "%com% %comdefault% -Wa%asdefault% --no-peep -DINT_16_BITS $1 %comflag% $2 -o $3", .as = "%as_6500% %asdefault% $1 $3 $2", .bankpack = "%bankpack% -plat=nes $1 $2", - .ld = "%ld% -n -i -j $1 %libs_include% $3 %crt0dir% $2", + .ld = "%ld_6808% -a nes -n -i -j $1 %libs_include% $3 %crt0dir% $2", .ihxcheck = "%ihxcheck% $2 $1", - .mkbin = "%mkbin% -N -yo 2 -yS $2 $3", + .mkbin = "%mkbin% -N -yo A -yS $2 $3", .postproc = "", .llist0_defaults = llist0_defaults_nes, .llist0_defaults_len= ARRAY_LEN(llist0_defaults_nes), diff --git a/gbdk-support/makebin/Makefile b/gbdk-support/makebin/Makefile @@ -16,7 +16,8 @@ ifeq ($(BUILD_OS),Darwin) endif CC = $(TOOLSPREFIX)gcc -CFLAGS = -ggdb -O -Wno-incompatible-pointer-types -DGBDKLIBDIR=\"$(TARGETDIR)\" +CFLAGS = -g3 -O0 -Wno-incompatible-pointer-types -DGBDKLIBDIR=\"$(TARGETDIR)\" +LDFLAGS = -g3 OBJ = makebin.o BIN = makebin diff --git a/gbdk-support/makebin/makebin.c b/gbdk-support/makebin/makebin.c @@ -27,6 +27,7 @@ #include <stdio.h> #include <stdlib.h> +#include <stdint.h> #include <stdbool.h> #include <string.h> #include <ctype.h> @@ -41,6 +42,7 @@ typedef unsigned char BYTE; +#define BANK_SIZE 16384 #define FILL_BYTE 0xff int @@ -97,10 +99,12 @@ usage (void) " -o bytes skip amount of bytes in binary file\n" "SMS format options (applicable only with -S option):\n" - " -xo n rom size (0xa-0x2) (default: 0xc)\n" + " -xo n header rom size (0xa-0x2) (default: 0xc)\n" " -xj n set region code (3-7) (default: 4)\n" //" -xc n product code (0-159999)\n" " -xv n version number (0-15) (default: 0)\n" + " -yo n number of rom banks (default: 2) (autosize: A)\n" + " -ya n number of ram banks (default: 0)\n" //" -xV n SDSC version number\n" //" -xd n SDSC date\n" //" -xA n SDSC author pointer\n" @@ -147,9 +151,10 @@ struct gb_opt_s struct sms_opt_s { - BYTE rom_size; /* Doesn't have to be the real size, needed for checksum */ - BYTE region_code; /* Region code Japan/Export/International and SMS/GG */ - BYTE version; /* Game version */ + uint8_t rom_size; /* Doesn't have to be the real size, needed for checksum */ + uint8_t region_code; /* Region code Japan/Export/International and SMS/GG */ + uint8_t version; /* Game version */ + uint8_t nb_ram_banks; /* Number of ram banks (default: 0) */ }; struct nes_opt_s @@ -393,6 +398,15 @@ sms_postproc (BYTE * rom, int size, int *real_size, struct sms_opt_s *o) short header_base = 0x7ff0; int chk = 0; unsigned long i; + + // Emulators use ROM file size (var:size) (64K or greater) to determine whether a mapper is present, and RAM banks only work if a mapper is present. + // So warn if that criteria is not met. + // This is separate from the ROM size indicated in the header (var:o->rom_size) which reportedly is _not_ used for that detection. + if ((o->nb_ram_banks > 0) && (size < 0xffffu)) { + fprintf (stderr, "\nWARNING: SMS/GG ROM size (%d) must be at least 64K to enable mapper support for RAM banks (%d specified) in emulators." + "\n \"-yo 4\" for makebin (or \"-Wm-yo4\" for LCC) can be used to set the size to 64K\n\n", size, o->nb_ram_banks); + } + // choose earlier positions for smaller roms if (header_base > size) header_base = 0x3ff0; @@ -603,7 +617,7 @@ noi2sym (char *filename) } int -read_ihx (FILE *fin, BYTE **rom, int *size, int *real_size, struct gb_opt_s *o, int rom_base_offset) +read_ihx (FILE *fin, BYTE **rom, int *size, int *real_size, struct gb_opt_s *o) { int record_type; @@ -650,8 +664,6 @@ read_ihx (FILE *fin, BYTE **rom, int *size, int *real_size, struct gb_opt_s *o, } // add linear address extension addr |= extaddr; - // Subtract ROM base offset - addr -= rom_base_offset; // TODO: warn for unreachable banks according to chosen MBC if (record_type > 1) { @@ -659,7 +671,7 @@ read_ihx (FILE *fin, BYTE **rom, int *size, int *real_size, struct gb_opt_s *o, return 0; } - if (addr + nbytes > *size || (addr < 0 && nbytes > 0)) + if (nbytes > 0 && (addr + nbytes > *size || (addr < 0 && nbytes > 0))) { // If auto-size is enabled, grow rom bank size by power of 2 when needed if (o->rom_banks_autosize) @@ -673,7 +685,6 @@ read_ihx (FILE *fin, BYTE **rom, int *size, int *real_size, struct gb_opt_s *o, return 0; } } - while (nbytes--) { if (addr < *size) @@ -753,11 +764,12 @@ main (int argc, char **argv) // 32KiB, SMS Export, version 0 <- should work with most emulaters (<32K was never used, GG accepts SMS) struct sms_opt_s sms_opt = {.rom_size=0xc, .region_code=4, - .version=0 }; + .version=0, + .nb_ram_banks=0 }; struct nes_opt_s nes_opt = { .mapper = 30, - .num_prg_banks = 2, + .num_prg_banks = 8, .num_chr_banks = 0, .vertical_mirroring = 0, .four_screen = 1, @@ -833,7 +845,8 @@ main (int argc, char **argv) usage (); return 1; } - gb_opt.nb_ram_banks = strtoul (*argv, NULL, 0); + gb_opt.nb_ram_banks = strtoul (*argv, NULL, 0); + sms_opt.nb_ram_banks = strtoul (*argv, NULL, 0); break; case 't': @@ -1048,7 +1061,7 @@ main (int argc, char **argv) } } - ret = read_ihx (fin, &rom, &size, &real_size, &gb_opt, nes ? 0x8000 : 0x0000); + ret = read_ihx (fin, &rom, &size, &real_size, &gb_opt); fclose (fin); @@ -1079,8 +1092,19 @@ main (int argc, char **argv) } if (nes) + { + nes_opt.num_prg_banks = gb_opt.nb_rom_banks; write_ines_header(fout, &nes_opt); - fwrite (rom, 1, (pack ? real_size : size) - offset, fout); + // .ihx file has fixed bank incorrectly placed as first - we fix this when writing out the .nes file. + // Write the N-1 switchable banks at .nes file start, skipping the first (fixed) bank + fwrite (rom + BANK_SIZE, 1, (pack ? real_size : size) - offset - BANK_SIZE, fout); + // Write the fixed bank to end of .nes file + fwrite (rom, 1, BANK_SIZE, fout); + } + else + { + fwrite (rom, 1, (pack ? real_size : size) - offset, fout); + } fclose (fout); diff --git a/gbdk-support/png2asset/png2asset.cpp b/gbdk-support/png2asset/png2asset.cpp @@ -36,7 +36,7 @@ bool export_c_file(void); int pivot_w = 0xFFFFFF; int pivot_h = 0xFFFFFF; string output_filename; - int bank = 0; + int bank = -1; bool keep_palette_order = false; bool repair_indexed_pal = false; bool output_binary = false; @@ -684,7 +684,7 @@ int main(int argc, char* argv[]) printf("-spr8x8 use SPRITES_8x8\n"); printf("-spr8x16 use SPRITES_8x16 (this is the default)\n"); printf("-spr16x16msx use SPRITES_16x16\n"); - printf("-b <bank> bank (default 0)\n"); + printf("-b <bank> bank (default: fixed bank)\n"); printf("-keep_palette_order use png palette\n"); printf("-repair_indexed_pal try to repair indexed tile palettes (implies \"-keep_palette_order\")\n"); printf("-noflip disable tile flip\n"); @@ -1248,7 +1248,7 @@ bool export_c_file(void) { return false; } - if (bank) fprintf(file, "#pragma bank %d\n\n", bank); + if (bank >= 0) fprintf(file, "#pragma bank %d\n\n", bank); fprintf(file, "//AUTOGENERATED FILE FROM png2asset\n\n");

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.