diff --git a/.gitignore b/.gitignore
index 72f65faf..88f94777 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,19 @@
+# Python
venv/*
build/*
+
+# Generated data
+# _includes/_readme/*
+
+# Local Site Directories
+_site/
+.sass-cache/
+.jekyll-cache/
+.jekyll-metadata
+
+# Ruby Gems
+.bundle
+Gemfile.lock
+
+# Log Files
+*.log
\ No newline at end of file
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 00000000..77106cbe
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,5 @@
+source "https://rubygems.org"
+
+gem "github-pages", group: :jekyll_plugins
+gem 'wdm', '>= 0.1.0' if Gem.win_platform?
+gem "webrick", "~> 1.8"
diff --git a/_config.yml b/_config.yml
index 277f1f2c..9242d167 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1 +1,70 @@
-theme: jekyll-theme-cayman
+### Site Settings ###
+title : Randovania
+description : A randomizer platform for a multitude of games.
+baseurl : ""
+repository : randovania/randovania.github.io
+open_new_tab : false # Opens external URLs in new tab (works for posts, projects and navbar only)
+domain : randovania.org
+url : "https://randovania.org"
+logo : /assets/randovania.png
+
+
+### Plugins ###
+plugins:
+ - jemoji
+
+
+### Navbar Settings ###
+nav_exclude: # The following paths are excluded from navbar
+ - pages/tags.html
+ - pages/404.html
+ - pages/index.md
+
+
+### Social Media Info ###
+social:
+ discord : M23gCxj6fw
+ github : randovania
+ open-collective : randovania
+
+
+### Posts ###
+permalink: /guides/:title
+
+
+### Collections ###
+collections:
+ games:
+ output: true
+
+
+### Analytics ###
+analytics:
+ enabled: false # Set true to enable analytics
+ google:
+ tracking_id: your-google-tracking-id
+
+
+### Defaults for collections ###
+defaults:
+ - scope:
+ path: ""
+ type: "games"
+ values:
+ layout: "game"
+ - scope:
+ path: ""
+ type: "posts"
+ values:
+ comments: false # Set to true to enable disqus comments
+
+
+### Exclude from processing ###
+exclude:
+ - README.md
+ - CONTRIBUTING.md
+ - LICENSE
+ - "*.log"
+ - ci.sh
+ - Gemfile
+ - Gemfile.lock
diff --git a/_data/rdv.yml b/_data/rdv.yml
new file mode 100644
index 00000000..c2a23ab6
--- /dev/null
+++ b/_data/rdv.yml
@@ -0,0 +1 @@
+version: 7.4.0
diff --git a/_data/social-media.yml b/_data/social-media.yml
new file mode 100644
index 00000000..fc4db543
--- /dev/null
+++ b/_data/social-media.yml
@@ -0,0 +1,20 @@
+# Get Icons from : https://fontawesome.com/icons
+# Get Colors from : https://brandcolors.net/
+
+discord:
+ url : https://discord.gg/
+ icon : fa fa-discord
+ color : 5865f2
+ alt : Join our Discord server!
+
+github:
+ url : https://www.github.com/
+ icon : fa fa-github
+ color : ADBAC7
+ alt : Find us on Github!
+
+open-collective:
+ url : https://opencollective.com/
+ icon : fa fa-open-collective
+ color : 7fadf2
+ alt : Support us on Open Collective!
\ No newline at end of file
diff --git a/_games/am2r.md b/_games/am2r.md
new file mode 100644
index 00000000..943b5d12
--- /dev/null
+++ b/_games/am2r.md
@@ -0,0 +1,12 @@
+---
+short-name: am2r
+long-name: AM2R
+randomize: |
+ - All items can be randomized
+ - Starting location
+ - Door locks
+ - A new goal has been added (DNA Hunt)
+need-to-play: |
+ - AM2R version 1.5.5
+multiworld: true
+---
\ No newline at end of file
diff --git a/_games/cave_story.md b/_games/cave_story.md
new file mode 100644
index 00000000..7fb4d6f7
--- /dev/null
+++ b/_games/cave_story.md
@@ -0,0 +1,9 @@
+---
+short-name: cave_story
+long-name: Cave Story
+randomize: |
+ - All items can be randomized
+need-to-play: |
+ - Windows or Wine. The game is included in Randovania
+multiworld: true
+---
\ No newline at end of file
diff --git a/_games/dread.md b/_games/dread.md
new file mode 100644
index 00000000..11a370d7
--- /dev/null
+++ b/_games/dread.md
@@ -0,0 +1,13 @@
+---
+short-name: dread
+long-name: Metroid Dread
+randomize: |
+ - All items can be randomized
+ - Elevator and shuttle destinations
+ - Door locks
+ - A new goal has been added (DNA Hunt)
+need-to-play: |
+ - A modded Switch with Atmosphere and SimpleModManager; or Ryujinx
+ - A dumped RomFS of your original game. Either version 1.0.0 or 2.1.0
+multiworld: true
+---
\ No newline at end of file
diff --git a/_games/prime1.md b/_games/prime1.md
new file mode 100644
index 00000000..17bad4e0
--- /dev/null
+++ b/_games/prime1.md
@@ -0,0 +1,13 @@
+---
+short-name: prime1
+long-name: Metroid Prime
+randomize: |
+ - All items including Artifacts
+ - Elevator destinations
+ - Starting locations
+ - Door locks
+need-to-play: |
+ - An ISO of any Gamecube release of the game
+ - A modded Wii, or Dolphin Emulator
+multiworld: true
+---
\ No newline at end of file
diff --git a/_games/prime2.md b/_games/prime2.md
new file mode 100644
index 00000000..f0a94ff2
--- /dev/null
+++ b/_games/prime2.md
@@ -0,0 +1,14 @@
+---
+short-name: prime2
+long-name: "Metroid Prime 2: Echoes"
+randomize: |
+ - All items including Temple Keys
+ - Elevator destinations
+ - Starting locations
+ - Door locks
+ - Translator gate requirements
+need-to-play: |
+ - An ISO of any Gamecube release of the game
+ - A modded Wii, or Dolphin Emulator
+multiworld: true
+---
\ No newline at end of file
diff --git a/_includes/404.html b/_includes/404.html
new file mode 100644
index 00000000..a95334c6
--- /dev/null
+++ b/_includes/404.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+{% include head.html %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Page not Found!
+
Go Back Home
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_includes/_readme/credits.md b/_includes/_readme/credits.md
new file mode 100644
index 00000000..156d61b9
--- /dev/null
+++ b/_includes/_readme/credits.md
@@ -0,0 +1,102 @@
+# Credits
+
+GUI and logic written by [Henrique Gemignani](https://github.com/henriquegemignani/), with contributions
+by [SpaghettiToastBook](https://www.twitch.tv/spaghettitoastbook), [gollop](https://github.com/gollop) and [many others](https://github.com/randovania/randovania/graphs/contributors).
+
+[BashPrime](https://www.twitch.tv/bashprime), [Pwootage](https://github.com/Pwootage), and [April Wade](https://github.com/aprilwade) made , from which the GUI was based.
+
+Website created by [Hugoshido](https://twitch.tv/hugoshido) and [duncathan_salt](https://twitter.com/duncathan_salt). portfolYOU Jekyll theme by Youssef Raafat. Free for personal and commercial use under the [MIT license](https://github.com/YoussefRaafatNasry/portfolYOU/blob/master/LICENSE).
+
+Installer is powered by [Advanced Installer](https://www.advancedinstaller.com/), which has graciously provided us with an open source license.
+
+Linux Flatpak build contributed by [Ethan Lee](https://flibitijibibo.com/).
+
+## Games
+
+### Metroid Prime 1
+* Game patching via [randomprime](https://github.com/randovania/randomprime). Originally authored by [April Wade](https://github.com/aprilwade), it is now maintained and developed by [toasterparty](https://github.com/toasterparty) with contributions from [others](https://github.com/randovania/randomprime/graphs/contributors)
+* Room data collected by UltiNaruto, [EthanArmbrust](https://github.com/EthanArmbrust) and [SolventMercury](https://github.com/SolventMercury).
+* Converting Metroid Prime 2 models by [Migs](https://www.twitch.tv/migslive).
+
+### Metroid Prime 2: Echoes
+* Game patching written by [Claris](https://www.twitch.tv/claris).
+* Room data initially collected by Claris, revamped by [Dyceron](https://www.twitch.tv/dyceron).
+* [Menu Mod](https://www.dropbox.com/s/yhqqafaxfo3l4vn/Echoes%20Menu.7z) created by Claris. For more information, see the
+[Menu Mod README](https://www.dropbox.com/s/yhqqafaxfo3l4vn/Echoes%20Menu.7z?file_subpath=%2FEchoes+Menu%2Freadme.txt).
+* Converting Metroid Prime models by [Migs](https://www.twitch.tv/migslive).
+
+### Metroid Prime 3: Corruption
+* Game patching written by [gollop](https://github.com/gollop).
+* Room data collected by [Dyceron](https://www.twitch.tv/dyceron) and [KirbymastaH](https://www.twitch.tv/kirbymastah).
+
+### Super Metroid
+* Game Patching and Logic Database by [SolventMercury](https://github.com/SolventMercury).
+* Custom Item PLMs patch by [Kazuto](https://github.com/Kazuto88).
+* Skip Intro Saves patch by [PHOSPHOTiDYL](https://metroidconstruction.com/resource.php?id=265).
+* Other individual patches by [Total](https://github.com/tewtal), Foosda, Leodox, and others.
+
+### Cave Story
+* Patcher and logic written by [duncathan_salt](https://twitter.com/duncathan_salt).
+* Based on the [original randomizer](https://shru.itch.io/cave-story-randomizer) by shru.
+* Features contributions from [many others](https://github.com/cave-story-randomizer/cave-story-randomizer/graphs/contributors).
+
+### Metroid Dread
+* Game Patching by:
+ * [Henrique "Darkszero" Gemignani](https://github.com/henriquegemignani/)
+ * [duncathan_salt](https://twitter.com/duncathan_salt)
+ * [ScorelessPine](https://github.com/ScorelessPine)
+ * [Arcanox](https://twitter.com/ArcanoxDragon)
+ * [Migs](https://www.twitch.tv/migslive)
+ * [hyperbola0](https://github.com/steven11sjf)
+ * [Thanatos](https://github.com/ThanatosGit)
+
+* Logic Database by:
+ * [KirbymastaH](https://www.twitch.tv/kirbymastah)
+ * [Dyceron](https://www.twitch.tv/dyceron)
+ * [XenoWars](https://www.twitch.tv/xenowars1)
+ * [Mayberry](https://github.com/Isachu)
+ * [Hugoshido](https://twitch.tv/hugoshido)
+ * [Tyranisaur](https://github.com/Tyranisaur)
+
+* Assets by:
+ * Morph Ball and Speed Booster pickup textures created by [BigSharkZ](https://www.youtube.com/BigSharkZ).
+ * Spider Magnet pickup texture by duncathan_salt with help from BigSharkZ.
+ * New map icons by [SkyTheLucario](https://github.com/TheSkyknight100).
+
+### Another Metroid 2 Remake
+* Game Patching by:
+ * [Miepee](https://github.com/Miepee)
+ * [JesRight](https://github.com/Jesright73)
+
+* Logic Database by:
+ * [Miepee](https://github.com/Miepee)
+ * [DruidVorse](https://www.youtube.com/@DruidVorse)
+ * [JeffGainsNGames](https://www.youtube.com/@jeffgainsngames)
+
+* Assets by:
+ * Morph Ball, and the Missile Launcher sprites were made by ShirtyScarab554 licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
+ * Power Grip and the Shiny Nothing Orb were made by ShirtyScarab554, used under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/), modified by [AbyssalCreature](https://github.com/AbyssalCreature) and licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
+ * New door sprites and other AM2R item sprites were made by [AbyssalCreature](https://github.com/AbyssalCreature) licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
+
+## Auto Tracker
+* Game theme assets were provided by [MaskedTAS](https://twitter.com/MaskedTAS).
+* Pixel theme assets were provided by [Uncle Reggie](https://www.twitch.tv/unclereggie).
+* AM2R 1.5.5 item sprites were made by [Eskimode7](https://twitter.com/shmegleskimo) licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
+* The AM2R DNA sprite was made by [AbyssalCreature](https://github.com/AbyssalCreature) licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
+* The AM2R Morph Ball and Power Grip sprites were made by ShirtyScarab554 licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
+
+## Multiworld
+Server and logic written by [Henrique "Darkszero" Gemignani](https://github.com/henriquegemignani/).
+
+### Primes
+Dolphin and Nintendont integrations written by [Henrique "Darkszero" Gemignani](https://github.com/henriquegemignani/). These were based on [Dolphin Memory Engine](https://github.com/aldelaro5/Dolphin-memory-engine) and Pwootage's Nintendont fork, respectively. In-game message alert initially written by [encounter](https://github.com/encounter).
+
+### Cave Story
+Cave Story Doukutsu and CSE2 Tweaked integations written by [duncathan_salt](https://twitter.com/duncathan_salt), [periwinkle](https://github.com/periwinkle9) and [ikuyo](https://github.com/calvarado194).
+
+### Metroid Dread
+Integration written by [Thanatos](https://github.com/ThanatosGit) and [Henrique "Darkszero" Gemignani](https://github.com/henriquegemignani/).
+The "unplug" icon is by tezar tantular from [Noun Project](https://thenounproject.com/browse/icons/term/unplug/) (licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)).
+
+### Another Metroid 2 Remake
+Integration written by [Miepee](https://github.com/Miepee). Offworld sprites are licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) and are made by [AbyssalCreature](https://github.com/AbyssalCreature), ShirtyScarab554 and [many others](https://github.com/randovania/YAMS/blob/main/YAMS-LIB/sprites/Attribution.md).
diff --git a/_includes/_readme/welcome.md b/_includes/_readme/welcome.md
new file mode 100644
index 00000000..896f58ee
--- /dev/null
+++ b/_includes/_readme/welcome.md
@@ -0,0 +1,15 @@
+Here you will be able to randomize many aspects of either game, while still being ensured it's possible to
+finish without any trick or glitch! What can be randomized?
+
+* Randomize what can be found in each pickup location, including major upgrades, expansions, keys and artifacts.
+
+* Play with multiple people, via multiworld sessions. Your pickups will be shuffled among the games of
+everyone involved, no matter what game they're playing!
+
+* Randomize where each teleporter goes, or what you need to unlock a translator gate. In either case,
+there's advanced options for how they're shuffled.
+
+* The location you start the game in as well as the items you start with. If you're feeling brave,
+you can even shuffle items you normally start with, like the Power Beam and Scan Visor.
+
+So have fun and start randomizing.
\ No newline at end of file
diff --git a/_includes/analytics.html b/_includes/analytics.html
new file mode 100644
index 00000000..c35a74fb
--- /dev/null
+++ b/_includes/analytics.html
@@ -0,0 +1,11 @@
+{%- if jekyll.environment == 'production' and site.analytics.enabled == true -%}
+
+
+
+{%- endif -%}
\ No newline at end of file
diff --git a/_includes/blog/single-tag.html b/_includes/blog/single-tag.html
new file mode 100644
index 00000000..9470f045
--- /dev/null
+++ b/_includes/blog/single-tag.html
@@ -0,0 +1,30 @@
+{% assign tag = include.tag %}
+
+
+ {% if include.show-header == true %}
+ {% assign tag-name = tag | capitalize %}
+ {% for game in site.games %}
+ {% if game.short-name == tag %}
+ {% assign tag-name = game.long-name %}
+ {% endif %}
+ {% endfor %}
+
{{ tag-name }}
+ {% endif %}
+
+ {% for post in site.posts %}
+ {%- if post.tags contains tag -%}
+ {%- if post.external_url -%}
+ {%- assign url = post.external_url -%}
+ {%- else -%}
+ {%- assign url = post.url | relative_url -%}
+ {%- endif -%}
+
+ {{ post.title }}
+
+
+ - {{ post.date | date_to_long_string }}
+
+ {%- endif -%}
+ {% endfor %}
+
+
\ No newline at end of file
diff --git a/_includes/blog/tags.html b/_includes/blog/tags.html
new file mode 100644
index 00000000..a2d4a895
--- /dev/null
+++ b/_includes/blog/tags.html
@@ -0,0 +1,15 @@
+
+{%- assign tags = blank -%}
+{%- for post in site.posts -%}
+ {%- assign post_tags = post.tags | join: '|' | append: '|' -%}
+ {%- if post_tags != '|' -%}
+ {%- assign tags = tags | append: post_tags -%}
+ {%- endif -%}
+{%- endfor -%}
+{%- assign tags = tags | split: '|' | uniq | sort -%}
+
+
+{% for tag in tags %}
+ {% include blog/single-tag.html tag=tag show-header=true %}
+
+{% endfor %}
\ No newline at end of file
diff --git a/_includes/download.html b/_includes/download.html
new file mode 100644
index 00000000..2d079a07
--- /dev/null
+++ b/_includes/download.html
@@ -0,0 +1,67 @@
+{% assign rdv = site.data.rdv %}
+{% capture url_prefix %}
+https://github.com/randovania/randovania/releases/download/v{{ rdv.version }}
+{% endcapture %}
+
+
+
Randovania Client
+
Latest version: {{ rdv.version }}
+
Primary downloads
+
+
+
Alternative downloads
+
+
+
+ We always recommend playing on the latest version, to ensure the best play experience.
+
+
+ If you intend to use Multiworld functionality, you will also need a
+ Discord
+ account.
+
+
Previous versions
+
+ To download previous versions, please visit the
+ releases page
+ on GitHub.
+
+
+ Please note:
+ Multiworld functionality requires the latest version.
+
+
\ No newline at end of file
diff --git a/_includes/footer.html b/_includes/footer.html
new file mode 100644
index 00000000..c7d33ce7
--- /dev/null
+++ b/_includes/footer.html
@@ -0,0 +1,21 @@
+
+
+ {%- assign unfocused_color = "6c757d" -%}
+ {% for account in site.social %}
+ {%- assign service_name = account[0] -%}
+ {%- assign service_data = site.data.social-media[service_name] -%}
+ {%- if service_data -%}
+
+
+ {{ service_data.alt }}
+
+ {%- endif -%}
+ {% endfor %}
+
+
\ No newline at end of file
diff --git a/_includes/games.html b/_includes/games.html
new file mode 100644
index 00000000..d00be414
--- /dev/null
+++ b/_includes/games.html
@@ -0,0 +1,11 @@
+
+
+ {% for game in site.games %}
+
+ {% endfor %}
+
+
\ No newline at end of file
diff --git a/_includes/games/index.html b/_includes/games/index.html
new file mode 100644
index 00000000..e69de29b
diff --git a/_includes/head.html b/_includes/head.html
new file mode 100644
index 00000000..a04c70f9
--- /dev/null
+++ b/_includes/head.html
@@ -0,0 +1,45 @@
+
+ {% assign title = page.title | default: site.title | escape %} {% assign description = page.description | default:
+ site.description | strip_html | strip_newlines | truncate: 160 %} {% assign image = page.image | default:
+ site.author.image %} {% if page.name and page.collection == 'projects' %} {% assign title = page.name | escape %} {%
+ endif %}
+
+
+
+
+
+
+
+
+
+
+ {{ title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/_includes/landing.html b/_includes/landing.html
new file mode 100644
index 00000000..e91aef50
--- /dev/null
+++ b/_includes/landing.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
{{ site.description }}
+
+
+
+
+
+
+ {% include markdown.html path="_readme/welcome.md" %}
+
+
+
+
+
\ No newline at end of file
diff --git a/_includes/markdown.html b/_includes/markdown.html
new file mode 100644
index 00000000..61afe187
--- /dev/null
+++ b/_includes/markdown.html
@@ -0,0 +1,3 @@
+{%if include.selector%}<{{include.selector}} {%if include.classes%}class="{{include.classes}}"{%endif%} {%if include.id%}id="{{include.id}}{%endif%}">{%endif%}
+ {% capture markdown %}{% include {{include.path}} %}{% endcapture %}{{ markdown | markdownify }}
+{%if include.selector%}{{include.selector}}>{%endif%}
\ No newline at end of file
diff --git a/_includes/navbar.html b/_includes/navbar.html
new file mode 100644
index 00000000..3c380bc5
--- /dev/null
+++ b/_includes/navbar.html
@@ -0,0 +1,69 @@
+
+
+
+
+
{{ site.title }}
+
+
+
+
+
+
+
+ {%- assign html_pages = site.html_pages | sort: 'weight' -%} {%- assign filtered_pages = "" | split: "" -%}
+ {%-
+ for html_page in html_pages -%}
+ {%- assign exclude = false -%}
+ {%- for exclude_path in site.nav_exclude -%}
+ {%-
+ if exclude_path == html_page.path -%}
+ {%- assign exclude = true -%} {%- break -%}
+ {%- elsif exclude_path contains '**' -%}
+ {%- assign match = exclude_path | remove: '**' -%}
+ {%- if html_page.path contains match -%}
+ {%- assign exclude = true -%} {%- break -%}
+ {%- endif -%}
+ {%- endif -%}
+ {%- endfor -%}
+ {%- unless exclude -%}
+ {%- assign filtered_pages = filtered_pages | push: html_page -%}
+ {%- endunless -%}
+ {%- endfor -%}
+ {% for html_page in filtered_pages %}
+ {%- if page.url contains html_page.url -%}
+ {%- assign active_status = "active"
+ -%}
+ {%- else -%}
+ {%- assign active_status = "" -%}
+ {%- endif -%}
+ {%- if html_page.external_url -%}
+ {%- assign url = html_page.external_url -%}
+ {%- else -%}
+ {%- assign url = html_page.url | relative_url -%}
+ {%- endif -%}
+
+
{{ html_page.title }}
+
+ {% endfor %}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_includes/scripts.html b/_includes/scripts.html
new file mode 100644
index 00000000..1426a220
--- /dev/null
+++ b/_includes/scripts.html
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 00000000..3dfdbfc2
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,16 @@
+
+
+
+
+
+ {% include head.html %}
+
+
+ {% include navbar.html %} {{ content }}
+ {% include footer.html %} {% include analytics.html %} {% include scripts.html %}
+
+
diff --git a/_layouts/game.html b/_layouts/game.html
new file mode 100644
index 00000000..b5ae534d
--- /dev/null
+++ b/_layouts/game.html
@@ -0,0 +1,34 @@
+---
+layout: page
+---
+
+{% assign game = page %}
+
+
{{ game.long-name }}
+
+
+
+
+
+
What can be randomized?
+
+ {{ game.randomize | markdownify }}
+
+
+
What do I need to play?
+
+ {{ game.need-to-play | markdownify }}
+
+
+
+
+
+ Click here to view this game's video database.
+
+
Related guides
+
+
+ {% include blog/single-tag.html tag=game.short-name %}
+
+
+
\ No newline at end of file
diff --git a/_layouts/page.html b/_layouts/page.html
new file mode 100644
index 00000000..fa6702d6
--- /dev/null
+++ b/_layouts/page.html
@@ -0,0 +1,7 @@
+---
+layout: default
+---
+
+
+ {{ content }}
+
\ No newline at end of file
diff --git a/_layouts/post.html b/_layouts/post.html
new file mode 100644
index 00000000..ef1fcfc9
--- /dev/null
+++ b/_layouts/post.html
@@ -0,0 +1,37 @@
+---
+layout: page
+---
+
+{{ page.title }}
+
+
+ {{ page.date | date_to_long_string }} -
+
+ {%- assign words = content | number_of_words -%}
+ {%- if words < 360 -%}
+ less than 1 min read time
+ {%- else -%}
+ {{ words | divided_by: 180 }} mins read time
+ {%- endif -%}
+
+
+
+
+ {%- if page.tags != empty -%}
+ Tags:
+ {% for tag in page.tags %}
+
+ {{ tag }}
+
+ {% endfor %}
+ {%- endif -%}
+
+
+
+{{ content }}
+
+{% if page.comments %}
+
+ {% include blog/disqus.html %}
+
+{% endif %}
\ No newline at end of file
diff --git a/_posts/dread/2024-03-10-export-romfs.md b/_posts/dread/2024-03-10-export-romfs.md
new file mode 100644
index 00000000..877d9d2c
--- /dev/null
+++ b/_posts/dread/2024-03-10-export-romfs.md
@@ -0,0 +1,22 @@
+---
+layout: post
+title: "How to extract your Metroid Dread RomFS"
+tags: dread
+---
+You can either extract your RomFS using nxdumptool from your Switch, or using Ryujinx from an image (.nsp or .xci). We'll show you how to do it using Ryujinx.
+
+First, download and setup Ryujinx. Make sure you follow their start-up guide after installation. You can download Ryujinx here: https://ryujinx.org/download
+
+Once you've set it up, navigate to **Options -> Settings** to add the directory with your game image. Your game should be shown in Ryujinx now.
+
+![](/assets/guides/romfs/ryujinx1.png)
+
+If you wish to use version 2.1.0, right click on the game in Ryujinx and select Manage Title Updates. Then apply the update .nsp.
+
+Finally, right click on the game and select **Extract Data -> RomFS**.
+
+![](/assets/guides/romfs/ryujinx2.png)
+
+Be sure to use the same version of RomFS as you intend to play the game with! If your RomFS dump does not match your game, it can cause problems with the randomizer.
+
+We currently support **1.0.0** and **2.1.0**.
\ No newline at end of file
diff --git a/_posts/dread/2024-03-10-install-smm.md b/_posts/dread/2024-03-10-install-smm.md
new file mode 100644
index 00000000..20750923
--- /dev/null
+++ b/_posts/dread/2024-03-10-install-smm.md
@@ -0,0 +1,26 @@
+---
+layout: post
+title: "Install and use SimpleModManager"
+tags: dread
+---
+Randovania recommends use of SimpleModManager when playing randomizers on Switch.
+
+Start by downloading the latest release of SimpleModManager here: https://github.com/nadrino/SimpleModManager/releases
+
+Copy it to the `atmosphere` folder on your SD card (or wherever you install homebrew apps) and launch the application.
+
+![](/assets/guides/smm/smm1.png)
+
+Select Metroid Dread from the games list. **You must export a game in Randovania before Dread will appear in the games list!**
+
+![](/assets/guides/smm/smm2.png)
+
+All of your randomized games will be displayed here. You may have multiple randomized games on your Switch, but be careful: *only one can be active at a time*. Ensure that you deactivate any old games before activating a new one.
+
+Choose the game you want to activate, and press A to apply. You can also deactivate any old games by choosing them and pressing X.
+
+![](/assets/guides/smm/smm3.png)
+
+When you see **Active** on exactly one game, everything is finished and you're ready to launch the game and play.
+
+![](/assets/guides/smm/smm4.png)
\ No newline at end of file
diff --git a/_posts/multiworld/2024-03-10-what-is-multiworld.md b/_posts/multiworld/2024-03-10-what-is-multiworld.md
new file mode 100644
index 00000000..98f02b46
--- /dev/null
+++ b/_posts/multiworld/2024-03-10-what-is-multiworld.md
@@ -0,0 +1,53 @@
+---
+layout: post
+title: "What is Multiworld?"
+tags: multiworld am2r cave_story dread prime1 prime2
+---
+
+## Multiworld
+
+Multiworld is a game mode for the randomizer where multiple games and/or multiple players can come together to create a larger experience.
+
+In a Multiworld session, there exist different Worlds. A player can join as many Worlds as they like. Each World is filled with items destined for a specific World - this may be one of your own Worlds, or another player's World. When a player collects an item for a World, it's instantly delivered to the destination World, so that the player can use it right away.
+
+## Frequently Asked Questions
+
+#### How do I play multiworld?
+
+In the "Multiworld" tab, either join an existing session or host a new one. Create a new World with a game and preset, or claim an already existing one, and then generate a game. Double check if the presets are correct and then start the session. Then in the "Session and Connectivity" tab, add a connection method so that Randovania can connect to the game (for example, Dolphin for the Prime games).
+
+Each player exports their own game, plays it and keeps Randovania open during gameplay to maintain the connection to the session.
+
+#### How do I send an item to someone else?
+
+Certain items in your game will belong to some other World. After you collect one of these items, it will be automatically sent to that World and you'll receive an alert that it was sent.
+
+You must make sure that Randovania is connected to the game. The "History" tab in the "Session" window can be used to confirm the item was detected and sent correctly.
+
+#### What happens if I die, reload a save or crash?
+
+All received items you've lost are automatically re-delivered. Collecting an item that you've already sent to someone else has no effect and is perfectly safe.
+
+#### What happens if I disconnect from the server?
+
+Randovania keeps track of everything you've collected and will send that information to the server as soon as it regains connection, even if it's restarted.
+
+#### Do all players have to play at the same time?
+
+No. All comunication between players is managed by the Randovania server.
+
+#### Can different games be mixed in a session?
+
+Yes. Items for another game will appear via an equivalent model for your game, or the generic model.
+
+Some games also provide the option of using specific models. For the Prime games, you can provide a copy of another Prime game during the game exporting process to use the correct models from the other game.
+
+#### Can I play multiple games alone?
+
+Yes. Just create multiple worlds and claim them all for yourself.
+
+#### How many players can play at the same time?
+
+While there are no hard limits, there has been little testing with over 30 players or worlds.
+
+If planning a larger session, please make contact in the Randovania Discord.
\ No newline at end of file
diff --git a/_sass/_404.scss b/_sass/_404.scss
new file mode 100644
index 00000000..276cb01c
--- /dev/null
+++ b/_sass/_404.scss
@@ -0,0 +1,257 @@
+.cls-1 {
+ fill: #ffc541;
+}
+
+.cls-2 {
+ fill: #4e4066;
+}
+
+.cls-3 {
+ fill: #6f5b92;
+}
+
+.cls-4 {
+ fill: #f78d5e;
+}
+
+.cls-5 {
+ fill: #fa976c;
+}
+
+.cls-6 {
+ fill: #b65c32;
+ opacity: 0.6;
+}
+
+.cls-7 {
+ fill: #b65c32;
+ opacity: 0.4;
+}
+
+.cls-8 {
+ fill: #b65c32;
+}
+
+.cls-9 {
+ fill: #f4b73b;
+}
+
+.cls-10 {
+ opacity: 0.6;
+}
+
+.cls-11 {
+ fill: #f9c358;
+}
+
+.cls-12 {
+ fill: #9b462c;
+}
+
+.cls-13 {
+ fill: #aa512e;
+}
+
+.cls-14 {
+ fill: #7d6aa5;
+}
+
+/* animations */
+
+.wheel {
+ animation: wheel-rotate 6s ease infinite;
+ transform-origin: center;
+ transform-box: fill-box;
+}
+
+@keyframes wheel-rotate {
+ 50% {
+ transform: rotate(360deg);
+ animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
+ }
+ 100% {
+ transform: rotate(960deg);
+ }
+}
+
+.clock-hand-1 {
+ animation: clock-rotate 3s linear infinite;
+ transform-origin: bottom;
+ transform-box: fill-box;
+}
+
+.clock-hand-2 {
+ animation: clock-rotate 6s linear infinite;
+ transform-origin: bottom;
+ transform-box: fill-box;
+}
+
+@keyframes clock-rotate {
+ 100% {
+ transform: rotate(360deg);
+ }
+}
+
+#box-top {
+ animation: box-top-anim 2s linear infinite;
+ transform-origin: right top;
+ transform-box: fill-box;
+}
+
+@keyframes box-top-anim {
+ 50% {
+ transform: rotate(-5deg);
+ }
+}
+
+#umbrella {
+ animation: umbrella-anim 6s linear infinite;
+ transform-origin: center;
+ transform-box: fill-box;
+}
+
+@keyframes umbrella-anim {
+ 25% {
+ transform: translateY(10px) rotate(5deg);
+ }
+ 75% {
+ transform: rotate(-5deg);
+ }
+}
+
+#cup {
+ animation: cup-rotate 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
+ transform-origin: top left;
+ transform-box: fill-box;
+}
+
+@keyframes cup-rotate {
+ 50% {
+ transform: rotate(-5deg);
+ }
+}
+
+#pillow {
+ animation: pillow-anim 3s linear infinite;
+ transform-origin: center;
+ transform-box: fill-box;
+}
+
+@keyframes pillow-anim {
+ 25% {
+ transform: rotate(10deg) translateY(5px);
+ }
+ 75% {
+ transform: rotate(-10deg);
+ }
+}
+
+#stripe {
+ animation: stripe-anim 3s linear infinite;
+ transform-origin: center;
+ transform-box: fill-box;
+}
+
+@keyframes stripe-anim {
+ 25% {
+ transform: translate(10px, 0) rotate(-10deg);
+ }
+ 75% {
+ transform: translateX(10px);
+ }
+}
+
+#bike {
+ animation: bike-anim 6s ease infinite;
+}
+
+@keyframes bike-anim {
+ 0% {
+ transform: translateX(-1300px);
+ }
+ 50% {
+ transform: translateX(0);
+ animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
+ }
+ 100% {
+ transform: translateX(1300px);
+ }
+}
+
+#rucksack {
+ animation: ruck-anim 3s linear infinite;
+ transform-origin: top;
+ transform-box: fill-box;
+}
+
+@keyframes ruck-anim {
+ 50% {
+ transform: rotate(5deg);
+ }
+}
+
+.circle {
+ animation: circle-anim ease infinite;
+ transform-origin: center;
+ transform-box: fill-box;
+ perspective: 0px;
+}
+
+.circle.c1 {
+ animation-duration: 2s;
+}
+
+.circle.c2 {
+ animation-duration: 3s;
+}
+
+.circle.c3 {
+ animation-duration: 1s;
+}
+
+.circle.c4 {
+ animation-duration: 1s;
+}
+
+.circle.c5 {
+ animation-duration: 2s;
+}
+
+.circle.c6 {
+ animation-duration: 3s;
+}
+
+@keyframes circle-anim {
+ 50% {
+ transform: scale(0.2) rotateX(360deg) rotateY(360deg);
+ }
+}
+
+.four,
+#ou {
+ animation: four-anim cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
+}
+
+.four.a {
+ transform-origin: bottom left;
+ animation-duration: 3s;
+ transform-box: fill-box;
+}
+
+.four.b {
+ transform-origin: bottom right;
+ animation-duration: 3s;
+ transform-box: fill-box;
+}
+
+#ou {
+ animation-duration: 6s;
+ transform-origin: center;
+ transform-box: fill-box;
+}
+
+@keyframes four-anim {
+ 50% {
+ transform: scale(0.98);
+ }
+}
diff --git a/_sass/_base.scss b/_sass/_base.scss
new file mode 100644
index 00000000..b646c44b
--- /dev/null
+++ b/_sass/_base.scss
@@ -0,0 +1,44 @@
+html {
+ padding-left: calc(100vw - 100%);
+}
+
+body {
+ font-family: "Poppins", sans-serif;
+}
+
+.badge {
+ font-weight: 500;
+}
+
+.bg-light,
+.badge-light {
+ &,
+ * {
+ color: $text-black !important;
+ }
+}
+
+.bg-dark,
+.badge-dark {
+ &,
+ * {
+ color: $text-white !important;
+ }
+}
+
+.btn-rdv {
+ --bs-btn-bg: #{var(--rdv-themed-secondary)};
+ --bs-btn-color: #{var(--rdv-themed-primary)};
+ --bs-btn-border-color: #{var(--rdv-themed-secondary)};
+ --bs-btn-hover-color: #{var(--rdv-themed-primary)};
+ --bs-btn-hover-bg: #{var(--rdv-themed-secondary-hover)};
+ --bs-btn-hover-border-color: #{var(--rdv-themed-secondary-hover)};
+ --bs-btn-focus-shadow-rgb: 49,132,253;
+ --bs-btn-active-color: #{var(--rdv-themed-primary)};
+ --bs-btn-active-bg: #{var(--rdv-themed-secondary-hover)};
+ --bs-btn-active-border-color: #{var(--rdv-themed-secondary-hover)};
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+ --bs-btn-disabled-color: #{var(--rdv-themed-primary)};
+ --bs-btn-disabled-bg: #{var(--rdv-themed-secondary)};
+ --bs-btn-disabled-border-color: #{var(--rdv-themed-secondary)};
+}
diff --git a/_sass/_blog.scss b/_sass/_blog.scss
new file mode 100644
index 00000000..cb5a949d
--- /dev/null
+++ b/_sass/_blog.scss
@@ -0,0 +1,26 @@
+.search-box {
+ box-shadow: none !important;
+}
+
+.post.card {
+ border-radius: $rounded-borders;
+ text-decoration: none !important;
+ padding: 15px;
+ height: 100%;
+
+ .card-footer {
+ font-size: 14px;
+ margin: 0 -15px -15px -15px;
+ padding: 15px 35px;
+ }
+}
+
+.post-metadata {
+ font-size: 14px;
+ margin-top: -6px;
+
+ .tag:hover {
+ background-color: $primary;
+ color: white !important;
+ }
+}
diff --git a/_sass/_footer.scss b/_sass/_footer.scss
new file mode 100644
index 00000000..8c460f75
--- /dev/null
+++ b/_sass/_footer.scss
@@ -0,0 +1,31 @@
+.social {
+ text-decoration: none !important;
+}
+
+#attribution {
+ opacity: 0.5;
+ a {
+ text-decoration: none;
+ font-weight: bold;
+ }
+}
+
+@media only screen and (min-width: 768px) {
+ #attribution {
+ writing-mode: vertical-rl;
+ transform: rotate(180deg);
+ position: fixed;
+ bottom: 120px;
+ right: 22px;
+ }
+}
+
+.github-footer {
+ font-size: 10px;
+ color: #6c757d;
+ text-decoration: underline;
+ text-decoration-color: yellow;
+ text-align: right;
+ margin-top: 4em;
+ margin-right: 2em;
+}
diff --git a/_sass/_landing.scss b/_sass/_landing.scss
new file mode 100644
index 00000000..b0854026
--- /dev/null
+++ b/_sass/_landing.scss
@@ -0,0 +1,35 @@
+// Fine Circle Responsive Image
+// Inspired by https://stackoverflow.com/a/6615994/10194811
+
+#container {
+ display: inline-block;
+ position: relative;
+ width: 100%;
+}
+
+#dummy {
+ padding-top: 100%; /* 1:1 aspect ratio */
+}
+
+#element {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+}
+
+.circle-image {
+ width: 100%;
+ height: 100%;
+ border-radius: 50%;
+ object-fit: cover;
+ object-position: center;
+}
+
+.logo {
+ width: 80%;
+ height: 80%;
+ object-fit: contain;
+ object-position: center;
+}
\ No newline at end of file
diff --git a/_sass/_markdown.scss b/_sass/_markdown.scss
new file mode 100644
index 00000000..fd9a10cc
--- /dev/null
+++ b/_sass/_markdown.scss
@@ -0,0 +1,117 @@
+.markdown-body {
+ h1,
+ h2 {
+ margin-top: 32px;
+ }
+
+ hr {
+ background: $secondary;
+ }
+
+ img:not(.emoji) {
+ display: block;
+ max-width: 100%;
+ height: auto;
+ margin: 1rem auto;
+ }
+
+ .video {
+ position: relative;
+ padding-bottom: 56.25%;
+ margin-bottom: 1rem;
+ width: 100%;
+ iframe {
+ position: absolute;
+ height: 100%;
+ width: 100%;
+ }
+ }
+
+ a:not(.btn):not([class^="carousel-"]):not([class^="list-"]):not(.no-underline) {
+ display: inline-block;
+ text-decoration: none;
+
+ &:hover {
+ color: var(--bs-link-hover-color);
+ }
+
+ &::after {
+ content: "";
+ display: block;
+ height: 0.15em;
+ margin-top: -0.15em;
+ width: 0;
+ background: var(--bs-link-hover-color);
+ transition: width 0.35s;
+ }
+
+ &:hover::after {
+ width: 100%;
+ }
+ }
+
+ pre {
+ background: $light;
+ border: 1px solid #ddd;
+ color: $dark;
+ font-family: monospace;
+ font-size: 14px;
+ line-height: 20px;
+ margin-bottom: 1.6em;
+ max-width: 100%;
+ padding: 1em 1.5em;
+ display: block;
+ page-break-inside: avoid;
+ overflow: auto;
+ word-wrap: break-word;
+ }
+
+ code.highlighter-rouge {
+ background-color: $light;
+ color: $dark;
+ border-radius: 3px;
+ margin: 0;
+ padding: 0.2em 0.65em;
+ }
+
+ blockquote {
+ border-left: 0.25em solid $primary;
+ color: $secondary;
+ padding: 0 1em;
+ }
+
+ ul.task-list {
+ list-style: none;
+ padding-left: 24px;
+ }
+
+ input.task-list-item-checkbox {
+ margin-right: 10px;
+ vertical-align: middle;
+ }
+
+ table:not(.highlight) {
+ display: block;
+ overflow-x: auto;
+ margin: 1rem 0;
+
+ td {
+ border: 1px solid #ddd;
+ padding: 8px 16px;
+ }
+
+ th {
+ @extend td;
+ padding-top: 12px;
+ padding-bottom: 12px;
+ font-weight: 500;
+ text-align: left;
+ background-color: $primary;
+ color: white;
+ }
+
+ tr:nth-child(even) {
+ background-color: rgba(0, 0, 0, 0.05);
+ }
+ }
+}
diff --git a/_sass/_navbar.scss b/_sass/_navbar.scss
new file mode 100644
index 00000000..399133f8
--- /dev/null
+++ b/_sass/_navbar.scss
@@ -0,0 +1,51 @@
+.link-after {
+ content: "";
+ display: block;
+ height: 0.15em;
+ background: var(--bs-link-hover-color);
+}
+
+.nav-link,
+.navbar-brand {
+ &::after {
+ @extend .link-after;
+ width: 0;
+ transition: width 0.35s;
+ }
+
+ &:hover::after {
+ width: 100%;
+ }
+}
+
+.nav-item.active {
+ font-weight: bold;
+
+ &::after {
+ @extend .link-after;
+ width: 100% !important;
+ }
+}
+
+.navbar-brand {
+ margin-bottom: -14px;
+ &::after {
+ margin-top: -0.25em;
+ }
+}
+
+.navbar {
+ border-radius: $rounded-borders;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ scroll-margin-top: 100px;
+}
+
+.navbar-logo {
+ width: 75px;
+ height: 75px;
+ background: transparent url("/assets/randovania.png") center top no-repeat;
+ background-size: 100%;
+ image-rendering: crisp-edges;
+}
diff --git a/_sass/_projects.scss b/_sass/_projects.scss
new file mode 100644
index 00000000..24c23242
--- /dev/null
+++ b/_sass/_projects.scss
@@ -0,0 +1,16 @@
+.project.card {
+ border-radius: $rounded-borders;
+ text-decoration: none !important;
+ margin: 10px auto;
+
+ .card-img-top {
+ border-radius: $rounded-borders $rounded-borders 0 0;
+ }
+
+ transition: transform 400ms;
+
+ &:hover:not(.post) {
+ transform: translateY(-8px);
+ box-shadow: -2px 8px 40px -12px rgba(0, 0, 0, 0.24);
+ }
+}
diff --git a/_sass/_theme-dark.scss b/_sass/_theme-dark.scss
new file mode 100644
index 00000000..f2551273
--- /dev/null
+++ b/_sass/_theme-dark.scss
@@ -0,0 +1,84 @@
+$dark-100: $dark;
+$dark-300: #2c3032;
+$dark-600: #242526;
+$dark-900: #17191a;
+
+[data-theme="dark"] {
+ body {
+ background-color: $dark-900;
+ color: $text-white;
+ }
+
+ // Code blocks & Syntax highlighting
+
+ @import "native.scss";
+
+ pre,
+ code.highlighter-rouge {
+ @extend .highlight;
+ border: none;
+ }
+
+ .gist {
+ filter: invert(90%) hue-rotate(180deg);
+ }
+
+ // Inputs
+ input {
+ background-color: $dark-300;
+ border-color: $dark-100;
+ color: $dark-900;
+
+ &::placeholder {
+ color: rgba($text-white, 0.64);
+ }
+
+ &:focus {
+ background-color: $dark-600;
+ color: $text-white;
+ }
+ }
+
+ // Cards
+ .card {
+ background-color: $dark-600;
+ }
+
+ .card.border {
+ .card-footer {
+ background-color: rgba(0, 0, 0, 0.1);
+ }
+ }
+
+ // Tables
+ table:not(.highlight) {
+ td {
+ border-color: $dark-600;
+ }
+
+ tr:nth-child(even) {
+ background-color: $dark;
+ }
+ }
+
+ // Lists
+ .list-group-item-action {
+ background-color: $dark-600;
+ color: $text-white;
+
+ &:hover,
+ &:focus {
+ background-color: darken($color: $dark-600, $amount: 3);
+ }
+ }
+
+ // Post
+ .post footer {
+ text-decoration: none;
+ }
+
+ // Timeline
+ .timeline-body .timeline-item:after{
+ background-color: $dark-900;
+ }
+}
diff --git a/_sass/_theme.scss b/_sass/_theme.scss
new file mode 100644
index 00000000..1e41dbc2
--- /dev/null
+++ b/_sass/_theme.scss
@@ -0,0 +1,75 @@
+@mixin themed($property, $light-value, $dark-value) {
+ [data-theme="light"] & {
+ #{$property}: $light-value;
+ }
+
+ [data-theme="dark"] & {
+ #{$property}: $dark-value;
+ }
+}
+
+@function get-rgb($color) {
+ @return red($color), green($color), blue($color);
+}
+
+$moon-icon: "\f186";
+$sun-icon: "\f185";
+
+#theme-toggler:before {
+ @include themed(content, $moon-icon, $sun-icon);
+}
+
+.navbar-themed {
+ .navbar-brand,
+ .navbar-nav .nav-link.active {
+ @include themed(color, $text-black, $text-white);
+ }
+
+ .navbar-nav .nav-link {
+ @include themed(color, rgba($text-black, 0.5), rgba($text-white, 0.5));
+ }
+
+ @include themed(background-color, $light-300, $dark-300);
+}
+
+.text-themed {
+ @include themed(color, $text-black, $text-white);
+}
+
+.bg-themed {
+ @include themed(background-color, $light, $dark);
+}
+
+:root[data-theme="light"] {
+ --rdv-themed-primary: #{$rdv-dark};
+ --rdv-themed-primary-rgb: #{get-rgb($rdv-dark)};
+ --rdv-themed-secondary: #{$rdv-light};
+ --rdv-themed-secondary-rgb: #{get-rgb($rdv-light)};
+ --rdv-themed-secondary-hover: #{$rdv-light-hover};
+
+ --bs-link-color: var(--bs-blue);
+ --bs-link-color-rgb: #{get-rgb($blue)};
+}
+
+:root[data-theme="dark"] {
+ --rdv-themed-primary: #{$rdv-light};
+ --rdv-themed-primary-rgb: #{get-rgb($rdv-light)};
+ --rdv-themed-secondary: #{$rdv-dark};
+ --rdv-themed-secondary-rgb: #{get-rgb($rdv-dark)};
+ --rdv-themed-secondary-hover: #{$rdv-dark-hover};
+
+ --bs-link-color: var(--rdv-themed-primary);
+ --bs-link-color-rgb: var(--rdv-themed-primary-rgb);
+ --bs-secondary-color: #6c757d;
+}
+
+:root {
+ --bs-primary: var(--rdv-themed-primary);
+ --bs-primary-rgb: var(--rdv-themed-primary-rgb);
+ --bs-link-hover-color: var(--bs-link-color);
+ --bs-link-hover-color-rgb: var(--bs-link-color-rgb);
+}
+
+.text-muted[data-theme="dark"] {
+ color: #6c757d;
+}
\ No newline at end of file
diff --git a/_sass/_timeline.scss b/_sass/_timeline.scss
new file mode 100644
index 00000000..f8ee0c14
--- /dev/null
+++ b/_sass/_timeline.scss
@@ -0,0 +1,46 @@
+.timeline-body {
+ position: relative;
+ border-radius: 0 $rounded-borders $rounded-borders 0;
+ padding: 5px 0;
+
+ &:after {
+ // Left Border
+ content: "";
+ width: 4px;
+ height: 100%;
+ background-color: $primary;
+ position: absolute;
+ left: -4px;
+ top: 0;
+ }
+
+ .timeline-item {
+ position: relative;
+
+ &:after {
+ // Circle
+ content: "";
+ width: 20px;
+ height: 20px;
+ border-radius: 50%;
+ border: 4px solid $primary;
+ background-color: $light;
+ position: absolute;
+ left: -12px;
+ top: 8px;
+ z-index: 10;
+ }
+
+ .content {
+ margin: 40px;
+ padding-bottom: 20px;
+ border-bottom: 1px dashed $dark;
+
+ .date {
+ margin-top: -5px;
+ margin-bottom: 15px;
+ color: #6c757d;
+ }
+ }
+ }
+}
diff --git a/_sass/_variables.scss b/_sass/_variables.scss
new file mode 100644
index 00000000..6fb7debf
--- /dev/null
+++ b/_sass/_variables.scss
@@ -0,0 +1,30 @@
+$primary: #90f6df;
+$secondary: #6c757d;
+$success: #28a745;
+$info: #17a2b8;
+$warning: #ffc107;
+$danger: #dc3545;
+$light: #f8f9fa;
+$dark: #343a40;
+
+$blue: #0d6efd;
+
+$text-black: #343a40;
+$text-white: rgba(white, .9);
+
+$rounded-borders: 15px;
+
+$dark-100: $dark;
+$dark-300: #2c3032;
+$dark-600: #242526;
+$dark-900: #17191a;
+
+$light-100: $light;
+$light-300: #dadce0;
+
+$rdv-dark: #0b0d2a;
+$rdv-light: #90f6df;
+
+$rdv-dark-hover: scale-color($rdv-dark, $lightness: 10%);
+$rdv-light-hover: scale-color($rdv-light, $lightness: -35%);
+
diff --git a/_sass/autumn.scss b/_sass/autumn.scss
new file mode 100644
index 00000000..1eb7d923
--- /dev/null
+++ b/_sass/autumn.scss
@@ -0,0 +1,67 @@
+// Syntax highlighting for code blocks (light)
+// Get it from here https://github.com/richleland/pygments-css
+
+.highlight .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight .k { color: #0000aa } /* Keyword */
+.highlight .m { color: #009999 } /* Literal.Number */
+.highlight .s { color: #aa5500 } /* Literal.String */
+.highlight .c { color: #aaaaaa; font-style: italic } /* Comment */
+.highlight .cp { color: #4c8317 } /* Comment.Preproc */
+.highlight .gd { color: #aa0000 } /* Generic.Deleted */
+.highlight .gr { color: #aa0000 } /* Generic.Error */
+.highlight .gi { color: #00aa00 } /* Generic.Inserted */
+.highlight .go { color: #888888 } /* Generic.Output */
+.highlight .gp { color: #555555 } /* Generic.Prompt */
+.highlight .gt { color: #aa0000 } /* Generic.Traceback */
+.highlight .kc { color: #0000aa } /* Keyword.Constant */
+.highlight .kd { color: #0000aa } /* Keyword.Declaration */
+.highlight .kn { color: #0000aa } /* Keyword.Namespace */
+.highlight .kp { color: #0000aa } /* Keyword.Pseudo */
+.highlight .kr { color: #0000aa } /* Keyword.Reserved */
+.highlight .kt { color: #00aaaa } /* Keyword.Type */
+.highlight .na { color: #1e90ff } /* Name.Attribute */
+.highlight .nb { color: #00aaaa } /* Name.Builtin */
+.highlight .nc { color: #00aa00 } /* Name.Class */
+.highlight .no { color: #aa0000 } /* Name.Constant */
+.highlight .nd { color: #888888 } /* Name.Decorator */
+.highlight .nf { color: #00aa00 } /* Name.Function */
+.highlight .nn { color: #00aaaa } /* Name.Namespace */
+.highlight .nv { color: #aa0000 } /* Name.Variable */
+.highlight .ow { color: #0000aa } /* Operator.Word */
+.highlight .mb { color: #009999 } /* Literal.Number.Bin */
+.highlight .mf { color: #009999 } /* Literal.Number.Float */
+.highlight .mh { color: #009999 } /* Literal.Number.Hex */
+.highlight .mi { color: #009999 } /* Literal.Number.Integer */
+.highlight .mo { color: #009999 } /* Literal.Number.Oct */
+.highlight .sa { color: #aa5500 } /* Literal.String.Affix */
+.highlight .sb { color: #aa5500 } /* Literal.String.Backtick */
+.highlight .sc { color: #aa5500 } /* Literal.String.Char */
+.highlight .dl { color: #aa5500 } /* Literal.String.Delimiter */
+.highlight .sd { color: #aa5500 } /* Literal.String.Doc */
+.highlight .s2 { color: #aa5500 } /* Literal.String.Double */
+.highlight .se { color: #aa5500 } /* Literal.String.Escape */
+.highlight .sh { color: #aa5500 } /* Literal.String.Heredoc */
+.highlight .si { color: #aa5500 } /* Literal.String.Interpol */
+.highlight .sx { color: #aa5500 } /* Literal.String.Other */
+.highlight .sr { color: #009999 } /* Literal.String.Regex */
+.highlight .s1 { color: #aa5500 } /* Literal.String.Single */
+.highlight .ss { color: #0000aa } /* Literal.String.Symbol */
+.highlight .bp { color: #00aaaa } /* Name.Builtin.Pseudo */
+.highlight .fm { color: #00aa00 } /* Name.Function.Magic */
+.highlight .vc { color: #aa0000 } /* Name.Variable.Class */
+.highlight .vg { color: #aa0000 } /* Name.Variable.Global */
+.highlight .vi { color: #aa0000 } /* Name.Variable.Instance */
+.highlight .vm { color: #aa0000 } /* Name.Variable.Magic */
+.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
+.highlight .ge { font-style: italic } /* Generic.Emph */
+.highlight .gs { font-weight: bold } /* Generic.Strong */
+.highlight .c1 { color: #aaaaaa; font-style: italic } /* Comment.Single */
+.highlight .cs { color: #0000aa; font-style: italic } /* Comment.Special */
+.highlight .ch { color: #aaaaaa; font-style: italic } /* Comment.Hashbang */
+.highlight .cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */
+.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
+.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
+.highlight .ni { color: #880000; font-weight: bold } /* Name.Entity */
+.highlight .nt { color: #1e90ff; font-weight: bold } /* Name.Tag */
+.highlight .err { color: #FF0000 } /* Error */
+.highlight .cpf { color: #aaaaaa; font-style: italic } /* Comment.PreprocFile */
\ No newline at end of file
diff --git a/_sass/native.scss b/_sass/native.scss
new file mode 100644
index 00000000..a86bf042
--- /dev/null
+++ b/_sass/native.scss
@@ -0,0 +1,81 @@
+// Syntax highlighting for code blocks (dark)
+// Get it from here https://github.com/richleland/pygments-css
+
+.highlight .hll { background-color: #404040 }
+.highlight { background: #202020; color: #d0d0d0 }
+.highlight .c { color: #999999; font-style: italic } /* Comment */
+.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
+.highlight .esc { color: #d0d0d0 } /* Escape */
+.highlight .g { color: #d0d0d0 } /* Generic */
+.highlight .k { color: #6ab825; font-weight: bold } /* Keyword */
+.highlight .l { color: #d0d0d0 } /* Literal */
+.highlight .n { color: #d0d0d0 } /* Name */
+.highlight .o { color: #d0d0d0 } /* Operator */
+.highlight .x { color: #d0d0d0 } /* Other */
+.highlight .p { color: #d0d0d0 } /* Punctuation */
+.highlight .ch { color: #999999; font-style: italic } /* Comment.Hashbang */
+.highlight .cm { color: #999999; font-style: italic } /* Comment.Multiline */
+.highlight .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */
+.highlight .cpf { color: #999999; font-style: italic } /* Comment.PreprocFile */
+.highlight .c1 { color: #999999; font-style: italic } /* Comment.Single */
+.highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
+.highlight .gd { color: #d22323 } /* Generic.Deleted */
+.highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
+.highlight .gr { color: #d22323 } /* Generic.Error */
+.highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
+.highlight .gi { color: #589819 } /* Generic.Inserted */
+.highlight .go { color: #cccccc } /* Generic.Output */
+.highlight .gp { color: #aaaaaa } /* Generic.Prompt */
+.highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
+.highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
+.highlight .gt { color: #d22323 } /* Generic.Traceback */
+.highlight .kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */
+.highlight .kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */
+.highlight .kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */
+.highlight .kp { color: #6ab825 } /* Keyword.Pseudo */
+.highlight .kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */
+.highlight .kt { color: #6ab825; font-weight: bold } /* Keyword.Type */
+.highlight .ld { color: #d0d0d0 } /* Literal.Date */
+.highlight .m { color: #3677a9 } /* Literal.Number */
+.highlight .s { color: #ed9d13 } /* Literal.String */
+.highlight .na { color: #bbbbbb } /* Name.Attribute */
+.highlight .nb { color: #24909d } /* Name.Builtin */
+.highlight .nc { color: #447fcf; text-decoration: underline } /* Name.Class */
+.highlight .no { color: #40ffff } /* Name.Constant */
+.highlight .nd { color: #ffa500 } /* Name.Decorator */
+.highlight .ni { color: #d0d0d0 } /* Name.Entity */
+.highlight .ne { color: #bbbbbb } /* Name.Exception */
+.highlight .nf { color: #447fcf } /* Name.Function */
+.highlight .nl { color: #d0d0d0 } /* Name.Label */
+.highlight .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */
+.highlight .nx { color: #d0d0d0 } /* Name.Other */
+.highlight .py { color: #d0d0d0 } /* Name.Property */
+.highlight .nt { color: #6ab825; font-weight: bold } /* Name.Tag */
+.highlight .nv { color: #40ffff } /* Name.Variable */
+.highlight .ow { color: #6ab825; font-weight: bold } /* Operator.Word */
+.highlight .w { color: #666666 } /* Text.Whitespace */
+.highlight .mb { color: #3677a9 } /* Literal.Number.Bin */
+.highlight .mf { color: #3677a9 } /* Literal.Number.Float */
+.highlight .mh { color: #3677a9 } /* Literal.Number.Hex */
+.highlight .mi { color: #3677a9 } /* Literal.Number.Integer */
+.highlight .mo { color: #3677a9 } /* Literal.Number.Oct */
+.highlight .sa { color: #ed9d13 } /* Literal.String.Affix */
+.highlight .sb { color: #ed9d13 } /* Literal.String.Backtick */
+.highlight .sc { color: #ed9d13 } /* Literal.String.Char */
+.highlight .dl { color: #ed9d13 } /* Literal.String.Delimiter */
+.highlight .sd { color: #ed9d13 } /* Literal.String.Doc */
+.highlight .s2 { color: #ed9d13 } /* Literal.String.Double */
+.highlight .se { color: #ed9d13 } /* Literal.String.Escape */
+.highlight .sh { color: #ed9d13 } /* Literal.String.Heredoc */
+.highlight .si { color: #ed9d13 } /* Literal.String.Interpol */
+.highlight .sx { color: #ffa500 } /* Literal.String.Other */
+.highlight .sr { color: #ed9d13 } /* Literal.String.Regex */
+.highlight .s1 { color: #ed9d13 } /* Literal.String.Single */
+.highlight .ss { color: #ed9d13 } /* Literal.String.Symbol */
+.highlight .bp { color: #24909d } /* Name.Builtin.Pseudo */
+.highlight .fm { color: #447fcf } /* Name.Function.Magic */
+.highlight .vc { color: #40ffff } /* Name.Variable.Class */
+.highlight .vg { color: #40ffff } /* Name.Variable.Global */
+.highlight .vi { color: #40ffff } /* Name.Variable.Instance */
+.highlight .vm { color: #40ffff } /* Name.Variable.Magic */
+.highlight .il { color: #3677a9 } /* Literal.Number.Integer.Long */
\ No newline at end of file
diff --git a/_sass/portfolYOU.scss b/_sass/portfolYOU.scss
new file mode 100644
index 00000000..90018079
--- /dev/null
+++ b/_sass/portfolYOU.scss
@@ -0,0 +1,19 @@
+@charset "utf-8";
+
+// Custom Fonts
+@import url('https://fonts.googleapis.com/css?family=Poppins');
+
+// Import partials from `sass_dir` (defaults to `_sass`)
+@import "variables",
+ "theme",
+ "404",
+ "base",
+ "blog",
+ "footer",
+ "landing",
+ "navbar",
+ "markdown",
+ "projects",
+ "timeline",
+ "autumn",
+ "theme-dark";
\ No newline at end of file
diff --git a/assets/css/style.scss b/assets/css/style.scss
new file mode 100644
index 00000000..4a62f5d2
--- /dev/null
+++ b/assets/css/style.scss
@@ -0,0 +1,3 @@
+---
+---
+@import "portfolYOU";
\ No newline at end of file
diff --git a/static_website/index_htm_files/favicon.ico b/assets/favicon.ico
similarity index 100%
rename from static_website/index_htm_files/favicon.ico
rename to assets/favicon.ico
diff --git a/assets/games/am2r.png b/assets/games/am2r.png
new file mode 100644
index 00000000..32680f26
Binary files /dev/null and b/assets/games/am2r.png differ
diff --git a/assets/games/cave_story.png b/assets/games/cave_story.png
new file mode 100644
index 00000000..5673f19e
Binary files /dev/null and b/assets/games/cave_story.png differ
diff --git a/assets/games/dread.png b/assets/games/dread.png
new file mode 100644
index 00000000..81f98dc4
Binary files /dev/null and b/assets/games/dread.png differ
diff --git a/assets/games/prime1.png b/assets/games/prime1.png
new file mode 100644
index 00000000..6a29a4e4
Binary files /dev/null and b/assets/games/prime1.png differ
diff --git a/assets/games/prime2.png b/assets/games/prime2.png
new file mode 100644
index 00000000..9c5f5b09
Binary files /dev/null and b/assets/games/prime2.png differ
diff --git a/static_website/index_htm_files/105.png b/assets/guides/romfs/ryujinx1.png
similarity index 100%
rename from static_website/index_htm_files/105.png
rename to assets/guides/romfs/ryujinx1.png
diff --git a/static_website/index_htm_files/106.png b/assets/guides/romfs/ryujinx2.png
similarity index 100%
rename from static_website/index_htm_files/106.png
rename to assets/guides/romfs/ryujinx2.png
diff --git a/static_website/index_htm_files/178.png b/assets/guides/smm/smm1.png
similarity index 100%
rename from static_website/index_htm_files/178.png
rename to assets/guides/smm/smm1.png
diff --git a/static_website/index_htm_files/179.png b/assets/guides/smm/smm2.png
similarity index 100%
rename from static_website/index_htm_files/179.png
rename to assets/guides/smm/smm2.png
diff --git a/static_website/index_htm_files/301.png b/assets/guides/smm/smm3.png
similarity index 100%
rename from static_website/index_htm_files/301.png
rename to assets/guides/smm/smm3.png
diff --git a/static_website/index_htm_files/431.png b/assets/guides/smm/smm4.png
similarity index 100%
rename from static_website/index_htm_files/431.png
rename to assets/guides/smm/smm4.png
diff --git a/assets/js/theme.js b/assets/js/theme.js
new file mode 100644
index 00000000..d8ea287f
--- /dev/null
+++ b/assets/js/theme.js
@@ -0,0 +1,46 @@
+const STORAGE_KEY = "theme";
+const THEME_ATTR = "data-theme";
+const QUERY_KEY = "(prefers-color-scheme: dark)";
+
+const themes = {
+ LIGHT: "light",
+ DARK: "dark",
+};
+
+initTheme();
+
+function initTheme() {
+ const savedTheme = localStorage.getItem(STORAGE_KEY);
+
+ if (savedTheme) {
+ // Storage theme
+ setTheme(savedTheme);
+ } else if (window.matchMedia && window.matchMedia(QUERY_KEY).matches) {
+ // system theme
+ setTheme(themes.DARK);
+ } else {
+ // Default theme
+ setTheme(themes.LIGHT);
+ }
+
+ // Watch for system theme changes
+ window.matchMedia(QUERY_KEY).addEventListener("change", (e) => {
+ const newTheme = e.matches ? themes.DARK : themes.LIGHT;
+ setTheme(newTheme);
+ });
+}
+
+function toggleTheme() {
+ const theme = getTheme();
+ const newTheme = theme === themes.DARK ? themes.LIGHT : themes.DARK;
+ setTheme(newTheme);
+ localStorage.setItem(STORAGE_KEY, newTheme);
+}
+
+function getTheme() {
+ return document.documentElement.getAttribute(THEME_ATTR);
+}
+
+function setTheme(value) {
+ document.documentElement.setAttribute(THEME_ATTR, value);
+}
diff --git a/assets/randovania.png b/assets/randovania.png
new file mode 100644
index 00000000..e3e2e18c
Binary files /dev/null and b/assets/randovania.png differ
diff --git a/ci.sh b/ci.sh
index 9edd6744..882be0de 100755
--- a/ci.sh
+++ b/ci.sh
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
set -e -x
+shopt -s extglob
cd "$(dirname "$(realpath "${BASH_SOURCE[0]}")")"
randovania_version=7.4.0
@@ -8,9 +9,30 @@ randovania_version=7.4.0
echo "Installing Requirements"
python -m pip install randovania==$randovania_version cryptography
-echo "Building html pages"
+echo "Copying Jekyll source"
+echo "version: $randovania_version" >> _data/rdv.yml
rm -rf build
-python -m randovania database export-videos --output-dir build
-cp -ar static_website/* build/
-sed -i "s/{VERSION_TEMPLATE}/${randovania_version}/g" "build/install randovania.htm"
-cp _config.yml build
+mkdir build
+cp -ar !(build) build
+echo "Building video database pages"
+mkdir videos
+python -m randovania database export-videos --output-dir videos
+
+# FIXME: insanely ugly hack!!! refactor ASAP!!!
+declare -A games
+games["Another Metroid 2 Remake"]=am2r
+games["Cave Story"]=cave_story
+games["Metroid Dread"]=dread
+games["Metroid Prime"]=prime1
+games["Metroid Prime 2 Echoes"]=prime2
+games["Metroid Prime 3 Corruption"]=prime3
+games["Metroid Samus Returns"]=samus_returns
+games["Super Metroid"]=super_metroid
+
+for i in "${!games[@]}"
+do
+ long="$i"
+ short="${games[$i]}"
+ mkdir -p "build/games/$short/videos"
+ cp -ar "videos/$long/." "build/games/$short/videos"
+done
diff --git a/pages/404.html b/pages/404.html
new file mode 100644
index 00000000..f4153102
--- /dev/null
+++ b/pages/404.html
@@ -0,0 +1,6 @@
+---
+layout: default
+permalink: /404.html
+---
+
+{% include 404.html %}
\ No newline at end of file
diff --git a/pages/about.md b/pages/about.md
new file mode 100644
index 00000000..185a0817
--- /dev/null
+++ b/pages/about.md
@@ -0,0 +1,8 @@
+---
+layout: page
+title: About
+permalink: /about/
+weight: 4
+---
+
+{% include _readme/credits.md %}
\ No newline at end of file
diff --git a/pages/download.md b/pages/download.md
new file mode 100644
index 00000000..f2e74724
--- /dev/null
+++ b/pages/download.md
@@ -0,0 +1,7 @@
+---
+layout: page
+title: Download
+permalink: /download/
+weight: 1
+---
+{% include download.html %}
\ No newline at end of file
diff --git a/pages/games.md b/pages/games.md
new file mode 100644
index 00000000..1eb2c650
--- /dev/null
+++ b/pages/games.md
@@ -0,0 +1,7 @@
+---
+layout: page
+title: Games
+permalink: /games/
+weight: 2
+---
+{% include games.html %}
\ No newline at end of file
diff --git a/pages/guides.md b/pages/guides.md
new file mode 100644
index 00000000..b2b820cb
--- /dev/null
+++ b/pages/guides.md
@@ -0,0 +1,9 @@
+---
+layout: page
+title: Guides
+permalink: /guides/
+weight: 3
+---
+# Guides
+
+{% include blog/tags.html %}
\ No newline at end of file
diff --git a/pages/index.md b/pages/index.md
new file mode 100644
index 00000000..83354c6a
--- /dev/null
+++ b/pages/index.md
@@ -0,0 +1,6 @@
+---
+layout: default
+permalink: /
+---
+
+{% include landing.html %}
\ No newline at end of file
diff --git a/static_website/about.htm b/static_website/about.htm
deleted file mode 100644
index 28f688c7..00000000
--- a/static_website/about.htm
+++ /dev/null
@@ -1,452 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
GUI and logic written by Henrique Gemignani ,
-
with contributions by SpaghettiToastBook , gollop and many others .
-
BashPrime , Pwootage , and April Wade made https://randomizer.metroidprime.run/ , from which the GUI was based.
-
Website by Hugoshido
-
-
-
-
-
Metroid Prime 2: Echoes
-
Game patching written by Claris .
-
Room data initially collected by Claris, revamped by Dyceron .
-
Menu Mod created by Claris. For more information, see the Menu Mod README .
-
-
-
Metroid Prime 1
-
Game patching via randomprime from April Wade ,
-
with contributions from UltiNaruto , BashPrime and toasterparty.
-
Room data collected by UltiNaruto, EthanArmbrust and SolventMercury .
-
-
-
Metroid Prime 3: Corruption
-
Game patching written by gollop .
-
Room data collected by Dyceron and KirbymastaH .
-
-
-
Super Metroid
-
Game Patching and Logic Database by SolventMercury .
-
Custom Item PLMs patch by Kazuto .
-
Skip Intro Saves patch by PHOSPHOTiDYL .
-
Other individual patches by Total , Foosda, Leodox, and others.
-
-
-
Cave Story
-
Patcher and logic written by duncathan_salt .
-
Based on the original randomizer by shru.
-
Features contributions from many others .
-
-
-
Metroid Dread
-
Game Patching by Henrique Gemignani , duncathan_salt , ScorelessPine , Arcanox and Migs
-
Room data initially collected by KirbymastaH (connections),Dyceron (area names) and
-
Henrique Gemignani (initial structure).
-
Morph Ball and Speed Booster pickup textures created by BigSharkZ .
-
Spider Magnet pickup texture by duncathan_salt with help from BigSharkZ.
-
Logic Database by KirbymastaH , Dyceron , XenoWars , Izzychu and Hugoshido
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
GUI and logic written by Henrique Gemignani ,
-
with contributions by SpaghettiToastBook , gollop and many others .
-
BashPrime , Pwootage , and April Wade made https://randomizer.metroidprime.run/ ,
-
from which the GUI was based.
-
Website by Hugoshido .
-
-
-
Metroid Prime 1
-
Game patching via randomprime from April Wade ,
-
with contributions from UltiNaruto , BashPrime and toasterparty.
-
Room data collected by UltiNaruto, EthanArmbrust and SolventMercury .
-
-
-
Metroid Prime 2: Echoes
-
Game patching written by Claris .
-
Room data initially collected by Claris, revamped by Dyceron .
-
Menu Mod created by Claris. For more information, see the Menu Mod README .
-
-
-
Metroid Prime 3: Corruption
-
Game patching written by gollop .
-
Room data collected by Dyceron and KirbymastaH .
-
-
-
Cave Story
-
Patcher and logic written by duncathan_salt .
-
Based on the original randomizer by shru.
-
Features contributions from many others .
-
-
-
Super Metroid
-
Game Patching and Logic Database by SolventMercury .
-
Custom Item PLMs patch by Kazuto .
-
Skip Intro Saves patch by PHOSPHOTiDYL .
-
Other individual patches by Total , Foosda, Leodox, and others.
-
-
-
Metroid Dread
-
Game Patching by Henrique Gemignani , duncathan_salt , ScorelessPine , Arcanox and Migs
-
Room data initially collected by KirbymastaH (connections),Dyceron (area names) and
-
Henrique Gemignani (initial structure).
-
Morph Ball and Speed Booster pickup textures created by BigSharkZ .
-
Spider Magnet pickup texture by duncathan_salt with help from BigSharkZ.
-
Logic Database by KirbymastaH , Dyceron , XenoWars , Izzychu and Hugoshido
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
-
-
GUI and logic written by Henrique Gemignani ,
-
with contributions by SpaghettiToastBook , gollop and many others .
-
BashPrime , Pwootage , and April Wade made https://randomizer.metroidprime.run/ , from which the GUI was based.
-
Website by Hugoshido .
-
-
-
-
-
Metroid Prime 2: Echoes
-
Game patching written by Claris .
-
Room data initially collected by Claris, revamped by Dyceron .
-
Menu Mod created by Claris. For more information, see the Menu Mod README .
-
-
-
Metroid Prime 1
-
Game patching via randomprime from April Wade ,
-
with contributions from UltiNaruto , BashPrime and toasterparty.
-
Room data collected by UltiNaruto, EthanArmbrust and SolventMercury .
-
-
-
Metroid Prime 3: Corruption
-
Game patching written by gollop .
-
Room data collected by Dyceron and KirbymastaH .
-
-
-
Super Metroid
-
Game Patching and Logic Database by SolventMercury .
-
Custom Item PLMs patch by Kazuto .
-
Skip Intro Saves patch by PHOSPHOTiDYL .
-
Other individual patches by Total , Foosda, Leodox, and others.
-
-
-
Cave Story
-
Patcher and logic written by duncathan_salt .
-
Based on the original randomizer by shru.
-
Features contributions from many others .
-
-
-
Metroid Dread
-
Game Patching by Henrique Gemignani , duncathan_salt , ScorelessPine , Arcanox and Migs
-
Room data initially collected by KirbymastaH (connections),Dyceron (area names) and
-
Henrique Gemignani (initial structure).
-
Morph Ball and Speed Booster pickup textures created by BigSharkZ .
-
Spider Magnet pickup texture by duncathan_salt with help from BigSharkZ.
-
Logic Database by KirbymastaH , Dyceron , XenoWars , Izzychu and Hugoshido
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/cave story.htm b/static_website/cave story.htm
deleted file mode 100644
index 414363c2..00000000
--- a/static_website/cave story.htm
+++ /dev/null
@@ -1,367 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
- What can be randomized?
- -
-
- All items can be randomized
- What do I need to play?
- -
-
- Windows or Wine. The game is included in Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
- What can be randomized?
- -
-
- All items can be randomized
- What do I need to play?
- -
-
- Windows or Wine. The game is included in Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
- What can be randomized?
- -
-
- All items can be randomized
- What do I need to play?
- -
-
- Windows or Wine. The game is included in Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/create a multiworld.htm b/static_website/create a multiworld.htm
deleted file mode 100644
index afd2f5d7..00000000
--- a/static_website/create a multiworld.htm
+++ /dev/null
@@ -1,367 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- How to create a multiworld session
-
-
-
You will need to install and connect Discord to use the multiworld feature
-
-
- First you need to choose a name for your multiworld session
-
-
-
- Now you need to create a new row
- for each player that will connect to the session.
- Move the players to the session as they join
- and select the preset they will use.
- Press generate .
- After the game is generated all players can export their games.
- Now press start session .
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- How to create a multiworld session
-
-
-
You will need to install and connect Discord to use the multiworld feature
-
-
- First you need to choose a name for your multiworld session
-
-
-
- Now you need to create a new row
- for each player that will connect to the session.
- Move the players to the session as they join
- and select the preset they will use.
- Press generate .
- After the game is generated all players can export their games.
- Now press start session .
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- How to create a multiworld session
-
-
-
You will need to install and connect Discord to use the multiworld feature
-
-
- First you need to choose a name for your multiworld session
-
-
-
- Now you need to create a new row
- for each player that will connect to the session.
- Move the players to the session as they join
- and select the preset they will use.
- Press generate .
- After the game is generated all players can export their games.
- Now press start session .
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/customize_preset.htm b/static_website/customize_preset.htm
deleted file mode 100644
index 3106ffad..00000000
--- a/static_website/customize_preset.htm
+++ /dev/null
@@ -1,358 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Customize a preset
-
-
- To customize a preset click on the Play tab.
- Right click on the preset and click on customize .
-
-
-
- You´ll find a description for every setting by pressing the ? next to it.
- After you customized your preset name it and press Save .
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Customize a preset
-
-
- To customize a preset click on the Play tab.
- Right click on the preset and click on customize .
-
-
-
- You´ll find a description for every setting by pressing the ? next to it.
- After you customized your preset name it and press Save .
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Customize a preset
-
-
- To customize a preset click on the Play tab.
- Right click on the preset and click on customize .
-
-
-
- You´ll find a description for every setting by pressing the ? next to it.
- After you customized your preset name it and press Save .
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/export cave story.htm b/static_website/export cave story.htm
deleted file mode 100644
index 9a44d796..00000000
--- a/static_website/export cave story.htm
+++ /dev/null
@@ -1,340 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Export your Cave Story game
-
-
- Just choose an output path for the game and press accept .
- The game is included in Randovania.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Export your Cave Story game
-
-
- Just choose an output path for the game and press accept .
- The game is included in Randovania.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Export your Cave Story game
-
-
- Just choose an output path for the game and press accept .
- The game is included in Randovania.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/export dread to switch.htm b/static_website/export dread to switch.htm
deleted file mode 100644
index a5a38ee8..00000000
--- a/static_website/export dread to switch.htm
+++ /dev/null
@@ -1,375 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Export to a Switch
-
-
-
Before you Export your game make sure that the SimpleModManager is installed on your Switch.
-
After you choose Switch as target platform you have three options to export the game
-
-
- SD-Card
- Put your SD card into the card reader of your computer.
- Choose the correct drive in the menu and check the Use path compatible with SimpleModManager box.
- This way the game will be copied in the right folder and you´re ready to go
-
-
-
-
-
-
- SD-Card
-
- Upload via FTP ( recommended )
-
- Custom path ( for experts only )
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Export to a Switch
-
-
-
-
-
-
Before you export to your Switch make sure that
-
the SimpleModManager is installed on your Switch.
-
After you choose Switch as target platform you have three options to export the game
-
-
- SD-Card
- Put your SD card into the card reader of your computer.
- Choose the correct drive in the menu
- and check the Use path compatible with SimpleModManager box.
- This way the game will be copied in the right folder and you´re ready to go
-
-
-
- SD-Card
-
- Upload via FTP ( recommended )
-
- Custom path ( for experts only )
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Export to a Switch
-
-
-
Before you Export your game make sure that the SimpleModManager is installed on your Switch.
-
After you choose Switch as target platform you have three options to export the game
-
-
- SD-Card
- Put your SD card into the card reader of your computer.
- Choose the correct drive in the menu and check the Use path compatible with SimpleModManager box.
- This way the game will be copied in the right folder and you´re ready to go
-
-
-
-
-
-
- SD-Card
-
- Upload via FTP ( recommended )
-
- Custom path ( for experts only )
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/export dread.htm b/static_website/export dread.htm
deleted file mode 100644
index 3dd2f49d..00000000
--- a/static_website/export dread.htm
+++ /dev/null
@@ -1,376 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Export your randomized Dread game
-
-
- After you generated your game you´ll see the summary screen.
- To export your Dread game click Export Game .
-
-
-
You´ll need to select your RomFS folder.
-
-
-
-
You can choose between
-
Modded Switch or Ryujinx
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Export your randomized Dread game
-
-
- After you generated your game you´ll see the summary screen.
- To export your Dread game click Export Game .
-
-
-
You´ll need to select your RomFS folder.
-
-
-
-
You can choose between
-
Modded Switch or Ryujinx
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Export your randomized Dread game
-
-
- After you generated your game you´ll see the summary screen.
- To export your Dread game click Export Game .
-
-
-
You´ll need to select your RomFS folder.
-
-
-
-
You can choose between
-
Modded Switch or Ryujinx
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/export metroid prime-2.htm b/static_website/export metroid prime-2.htm
deleted file mode 100644
index 589a1c51..00000000
--- a/static_website/export metroid prime-2.htm
+++ /dev/null
@@ -1,371 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Export your Metroid Prime 2: Echoes game
-
-
- After you generated your game you´ll see the summary screen.
- To export your Prime 2 game click Export Game
-
-
- You´ll need to select the folder of your Vanilla Gamecube ISO of Prime 2: Echoes and the folder for your Output File .
-
-
- You can also choose an output format you want.
- After you click Accept the game will be patched and exported.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Export your Metroid Prime 2: Echoes game
-
-
- You can also choose an output format you want.
- After you click Accept the game will be patched and exported.
-
-
-
-
-
-
-
-
- After you generated your game you´ll see the summary screen.
- To export your Prime 2 game click Export Game
-
-
- You´ll need to select the folder of your Vanilla Gamecube ISO of
- Prime 2: Echoes and the folder for your Output File .
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Export your Metroid Prime 2: Echoes game
-
-
- After you generated your game you´ll see the summary screen.
- To export your Prime 2 game click Export Game
-
-
- You´ll need to select the folder of your Vanilla Gamecube ISO of Prime 2: Echoes and the folder for your Output File .
-
-
- You can also choose an output format you want.
- After you click Accept the game will be patched and exported.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/export metroid prime.htm b/static_website/export metroid prime.htm
deleted file mode 100644
index 6f5c73d9..00000000
--- a/static_website/export metroid prime.htm
+++ /dev/null
@@ -1,369 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Export your Metroid Prime game
-
-
- After you generated your game you´ll see the summary screen. To export your Prime game click Export Game
-
-
-
-
-
- You´ll need to select the folder of your Vanilla Gamecube ISO of Prime and the folder for your Output File .
-
-
-
-
-
- You can also choose an output format you want.
- After you click Accept the game will be patched and exported.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Export your Metroid Prime game
-
-
-
-
-
-
-
-
- You can also choose an output format you want.
- After you click Accept the game will be patched and exported.
-
-
- After you generated your game you´ll see the summary screen.
- To export your Prime game click Export Game
-
-
- You´ll need to select the folder of your Vanilla Gamecube ISO of Prime and
- the folder for your Output File .
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Export your Metroid Prime game
-
-
- After you generated your game you´ll see the summary screen. To export your Prime game click Export Game
-
-
-
-
-
- You´ll need to select the folder of your Vanilla Gamecube ISO of Prime and the folder for your Output File .
-
-
-
-
-
- You can also choose an output format you want.
- After you click Accept the game will be patched and exported.
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/export to ryujinx.htm b/static_website/export to ryujinx.htm
deleted file mode 100644
index 0338dc20..00000000
--- a/static_website/export to ryujinx.htm
+++ /dev/null
@@ -1,325 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Export to Ryujinx
- Choose Ryujinx as targeted platform if you want to play on the emulator.
- The game will automatically exported to the mod folder of Ryujinx.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Export to Ryujinx
- Choose Ryujinx as targeted platform if you want to play on the emulator.
- The game will automatically exported to the mod folder of Ryujinx.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Export to Ryujinx
- Choose Ryujinx as targeted platform if you want to play on the emulator.
- The game will automatically exported to the mod folder of Ryujinx.
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/flatpak/randovania1.png b/static_website/flatpak/randovania1.png
deleted file mode 100644
index 8f2c56ef..00000000
Binary files a/static_website/flatpak/randovania1.png and /dev/null differ
diff --git a/static_website/flatpak/randovania2.png b/static_website/flatpak/randovania2.png
deleted file mode 100644
index e59f8b74..00000000
Binary files a/static_website/flatpak/randovania2.png and /dev/null differ
diff --git a/static_website/flatpak/randovania3.png b/static_website/flatpak/randovania3.png
deleted file mode 100644
index 8c769072..00000000
Binary files a/static_website/flatpak/randovania3.png and /dev/null differ
diff --git a/static_website/flatpak/randovania4.png b/static_website/flatpak/randovania4.png
deleted file mode 100644
index 8b0bdecf..00000000
Binary files a/static_website/flatpak/randovania4.png and /dev/null differ
diff --git a/static_website/games.htm b/static_website/games.htm
deleted file mode 100644
index 4ce163f5..00000000
--- a/static_website/games.htm
+++ /dev/null
@@ -1,395 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Choose the Game you want to play
-
-
- Please be advised
- the Randovania Team will never provide any support for pirated versions!
- You need to dump your own files from your own original game copies!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Choose the Game you want to play
-
-
- Please be advised
- the Randovania Team will never provide any support for pirated versions!
- You need to dump your own files
- from your own original game copies!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
- Choose the Game you want to play
-
-
- Please be advised
- the Randovania Team will never provide any support for pirated versions!
- You need to dump your own files from your own original game copies!
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/how-to 2.htm b/static_website/how-to 2.htm
deleted file mode 100644
index 42ce7622..00000000
--- a/static_website/how-to 2.htm
+++ /dev/null
@@ -1,360 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
Press Quick generate to generate a game from the last preset you used. You can also customize your presets.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
-
-
-
-
-
-
-
Press Quick generate to generate a game from the last preset you used.
-
You can also customize your presets.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
Press Quick generate to generate a game from the last preset you used. You can also customize your presets.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/how-to 3.htm b/static_website/how-to 3.htm
deleted file mode 100644
index 37a2ee3b..00000000
--- a/static_website/how-to 3.htm
+++ /dev/null
@@ -1,340 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/how-to.htm b/static_website/how-to.htm
deleted file mode 100644
index 30de4b75..00000000
--- a/static_website/how-to.htm
+++ /dev/null
@@ -1,389 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- How to generate a randomized game
-
-
-
-
-
-
-
- To generate a new game click on Play a new solo game
- and choose the game you want to play.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- How to generate a randomized game
-
-
-
-
-
-
-
- To generate a new game click on Play a new solo game
- and choose the game you want to play.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- How to generate a randomized game
-
-
-
-
- To generate a new game click on Play a new solo game
- and choose the game you want to play.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/import_from_rdvgame.htm b/static_website/import_from_rdvgame.htm
deleted file mode 100644
index 78830933..00000000
--- a/static_website/import_from_rdvgame.htm
+++ /dev/null
@@ -1,349 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Import a game from permalink / spoilerlog (rdvgame)
-
-
-
-
-
- Press import game.
- It´s possible to regenerate a game
- from a permalink or a rdvgame file.
- Both will be created with every game you generate.
- Choose the option you want and regenerate your game.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
-
- Press import game.
- It´s possible to regenerate a game
- from a permalink or a rdvgame file.
- Both will be created with every game you generate.
- Choose the option you want and regenerate your game.
-
-
- Import a game from permalink / spoilerlog (rdvgame)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Import a game from permalink / spoilerlog (rdvgame)
-
-
-
-
-
- Press import game.
- It´s possible to regenerate a game
- from a permalink or a rdvgame file.
- Both will be created with every game you generate.
- Choose the option you want and regenerate your game.
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/index.htm b/static_website/index.htm
deleted file mode 100644
index 379faa62..00000000
--- a/static_website/index.htm
+++ /dev/null
@@ -1,402 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Welcome to Randovania
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Randovania is a program for randomizing multiple aspects of several games, making a fresh experience out of the familiar.
-
- Depending on the game, users can randomize where items appear, how areas connect to each other, and more.
- And after things are changed, Randovania checks each randomized game to make sure it's beatable.
- Experienced players can also turn up the difficulty by making glitches and unintended tricks potentially required to
- win. (Randovania will not expect players to use glitches to win otherwise.)
-
-
-
-
-
-
-
-
-
-
-
-
-
- Join our Discord!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
-
-
-
-
-
-
- Randovania is a program for randomizing multiple aspects of several games,
- making a fresh experience out of the familiar.
-
- Depending on the game, users can randomize where items appear,
- how areas connect to each other, and more.
- And after things are changed, Randovania checks each randomized game to make sure it's beatable.
- Experienced players can also turn up the difficulty by making glitches
- and unintended tricks potentially required to win.
- (Randovania will not expect players to use glitches to win otherwise.)
-
-
-
-
Welcome to Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Welcome to Randovania
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Join our Discord!
-
-
-
-
-
-
- Randovania is a program for randomizing multiple aspects of several games, making a fresh experience out of the familiar.
-
- Depending on the game, users can randomize where items appear, how areas connect to each other, and more.
- And after things are changed, Randovania checks each randomized game to make sure it's beatable.
- Experienced players can also turn up the difficulty by making glitches and unintended tricks potentially required to
- win. (Randovania will not expect players to use glitches to win otherwise.)
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/index_htm_files/0.gif b/static_website/index_htm_files/0.gif
deleted file mode 100644
index b94940e1..00000000
Binary files a/static_website/index_htm_files/0.gif and /dev/null differ
diff --git a/static_website/index_htm_files/1000.png b/static_website/index_htm_files/1000.png
deleted file mode 100644
index 6d85e25e..00000000
Binary files a/static_website/index_htm_files/1000.png and /dev/null differ
diff --git a/static_website/index_htm_files/1000@2x.png b/static_website/index_htm_files/1000@2x.png
deleted file mode 100644
index f7287cd9..00000000
Binary files a/static_website/index_htm_files/1000@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1001.png b/static_website/index_htm_files/1001.png
deleted file mode 100644
index 0624a9b9..00000000
Binary files a/static_website/index_htm_files/1001.png and /dev/null differ
diff --git a/static_website/index_htm_files/1001@2x.png b/static_website/index_htm_files/1001@2x.png
deleted file mode 100644
index 9164eb78..00000000
Binary files a/static_website/index_htm_files/1001@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1002.png b/static_website/index_htm_files/1002.png
deleted file mode 100644
index 2e7d7c00..00000000
Binary files a/static_website/index_htm_files/1002.png and /dev/null differ
diff --git a/static_website/index_htm_files/1002@2x.png b/static_website/index_htm_files/1002@2x.png
deleted file mode 100644
index 0124f5d1..00000000
Binary files a/static_website/index_htm_files/1002@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1003.png b/static_website/index_htm_files/1003.png
deleted file mode 100644
index d2d33f14..00000000
Binary files a/static_website/index_htm_files/1003.png and /dev/null differ
diff --git a/static_website/index_htm_files/1003@2x.png b/static_website/index_htm_files/1003@2x.png
deleted file mode 100644
index bf9cce03..00000000
Binary files a/static_website/index_htm_files/1003@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1004.png b/static_website/index_htm_files/1004.png
deleted file mode 100644
index a77416e9..00000000
Binary files a/static_website/index_htm_files/1004.png and /dev/null differ
diff --git a/static_website/index_htm_files/1004@2x.png b/static_website/index_htm_files/1004@2x.png
deleted file mode 100644
index 6c4e9ff4..00000000
Binary files a/static_website/index_htm_files/1004@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1005.png b/static_website/index_htm_files/1005.png
deleted file mode 100644
index d7992a15..00000000
Binary files a/static_website/index_htm_files/1005.png and /dev/null differ
diff --git a/static_website/index_htm_files/1005@2x.png b/static_website/index_htm_files/1005@2x.png
deleted file mode 100644
index 8d374d80..00000000
Binary files a/static_website/index_htm_files/1005@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1006.png b/static_website/index_htm_files/1006.png
deleted file mode 100644
index ba737079..00000000
Binary files a/static_website/index_htm_files/1006.png and /dev/null differ
diff --git a/static_website/index_htm_files/1006@2x.png b/static_website/index_htm_files/1006@2x.png
deleted file mode 100644
index 08bb7444..00000000
Binary files a/static_website/index_htm_files/1006@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1013.png b/static_website/index_htm_files/1013.png
deleted file mode 100644
index 5ad612dd..00000000
Binary files a/static_website/index_htm_files/1013.png and /dev/null differ
diff --git a/static_website/index_htm_files/1013@2x.png b/static_website/index_htm_files/1013@2x.png
deleted file mode 100644
index a13e00fa..00000000
Binary files a/static_website/index_htm_files/1013@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1014.png b/static_website/index_htm_files/1014.png
deleted file mode 100644
index 3d46a78b..00000000
Binary files a/static_website/index_htm_files/1014.png and /dev/null differ
diff --git a/static_website/index_htm_files/1014@2x.png b/static_website/index_htm_files/1014@2x.png
deleted file mode 100644
index 020527b7..00000000
Binary files a/static_website/index_htm_files/1014@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1019.png b/static_website/index_htm_files/1019.png
deleted file mode 100644
index 35873e5a..00000000
Binary files a/static_website/index_htm_files/1019.png and /dev/null differ
diff --git a/static_website/index_htm_files/1019@2x.png b/static_website/index_htm_files/1019@2x.png
deleted file mode 100644
index ab89738c..00000000
Binary files a/static_website/index_htm_files/1019@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1020.png b/static_website/index_htm_files/1020.png
deleted file mode 100644
index 9ef57d33..00000000
Binary files a/static_website/index_htm_files/1020.png and /dev/null differ
diff --git a/static_website/index_htm_files/1020@2x.png b/static_website/index_htm_files/1020@2x.png
deleted file mode 100644
index e84ae00f..00000000
Binary files a/static_website/index_htm_files/1020@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1022.png b/static_website/index_htm_files/1022.png
deleted file mode 100644
index ec2f75f1..00000000
Binary files a/static_website/index_htm_files/1022.png and /dev/null differ
diff --git a/static_website/index_htm_files/1022@2x.png b/static_website/index_htm_files/1022@2x.png
deleted file mode 100644
index e9ed7e57..00000000
Binary files a/static_website/index_htm_files/1022@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1023.png b/static_website/index_htm_files/1023.png
deleted file mode 100644
index 2e47a82d..00000000
Binary files a/static_website/index_htm_files/1023.png and /dev/null differ
diff --git a/static_website/index_htm_files/1023@2x.png b/static_website/index_htm_files/1023@2x.png
deleted file mode 100644
index 83cdd59b..00000000
Binary files a/static_website/index_htm_files/1023@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1028.png b/static_website/index_htm_files/1028.png
deleted file mode 100644
index 50866753..00000000
Binary files a/static_website/index_htm_files/1028.png and /dev/null differ
diff --git a/static_website/index_htm_files/1028@2x.png b/static_website/index_htm_files/1028@2x.png
deleted file mode 100644
index 7aadc5cf..00000000
Binary files a/static_website/index_htm_files/1028@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1029.png b/static_website/index_htm_files/1029.png
deleted file mode 100644
index 3d5099df..00000000
Binary files a/static_website/index_htm_files/1029.png and /dev/null differ
diff --git a/static_website/index_htm_files/1029@2x.png b/static_website/index_htm_files/1029@2x.png
deleted file mode 100644
index 4b8e81c0..00000000
Binary files a/static_website/index_htm_files/1029@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1031.png b/static_website/index_htm_files/1031.png
deleted file mode 100644
index 82c3e8a2..00000000
Binary files a/static_website/index_htm_files/1031.png and /dev/null differ
diff --git a/static_website/index_htm_files/1031@2x.png b/static_website/index_htm_files/1031@2x.png
deleted file mode 100644
index 3d55003b..00000000
Binary files a/static_website/index_htm_files/1031@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1032.png b/static_website/index_htm_files/1032.png
deleted file mode 100644
index 09a6980c..00000000
Binary files a/static_website/index_htm_files/1032.png and /dev/null differ
diff --git a/static_website/index_htm_files/1032@2x.png b/static_website/index_htm_files/1032@2x.png
deleted file mode 100644
index cdd0ce7b..00000000
Binary files a/static_website/index_htm_files/1032@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1037.png b/static_website/index_htm_files/1037.png
deleted file mode 100644
index 373cae1a..00000000
Binary files a/static_website/index_htm_files/1037.png and /dev/null differ
diff --git a/static_website/index_htm_files/1037@2x.png b/static_website/index_htm_files/1037@2x.png
deleted file mode 100644
index a649c475..00000000
Binary files a/static_website/index_htm_files/1037@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1038.png b/static_website/index_htm_files/1038.png
deleted file mode 100644
index 8a669428..00000000
Binary files a/static_website/index_htm_files/1038.png and /dev/null differ
diff --git a/static_website/index_htm_files/1038@2x.png b/static_website/index_htm_files/1038@2x.png
deleted file mode 100644
index 2b7d71fa..00000000
Binary files a/static_website/index_htm_files/1038@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1040.png b/static_website/index_htm_files/1040.png
deleted file mode 100644
index 8095c3da..00000000
Binary files a/static_website/index_htm_files/1040.png and /dev/null differ
diff --git a/static_website/index_htm_files/1040@2x.png b/static_website/index_htm_files/1040@2x.png
deleted file mode 100644
index f9e1b025..00000000
Binary files a/static_website/index_htm_files/1040@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1041.png b/static_website/index_htm_files/1041.png
deleted file mode 100644
index b8120c2c..00000000
Binary files a/static_website/index_htm_files/1041.png and /dev/null differ
diff --git a/static_website/index_htm_files/1041@2x.png b/static_website/index_htm_files/1041@2x.png
deleted file mode 100644
index 4609d0f2..00000000
Binary files a/static_website/index_htm_files/1041@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1052.png b/static_website/index_htm_files/1052.png
deleted file mode 100644
index ad3bcbfa..00000000
Binary files a/static_website/index_htm_files/1052.png and /dev/null differ
diff --git a/static_website/index_htm_files/1052@2x.png b/static_website/index_htm_files/1052@2x.png
deleted file mode 100644
index 4f500c23..00000000
Binary files a/static_website/index_htm_files/1052@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1053.png b/static_website/index_htm_files/1053.png
deleted file mode 100644
index 15e63e94..00000000
Binary files a/static_website/index_htm_files/1053.png and /dev/null differ
diff --git a/static_website/index_htm_files/1053@2x.png b/static_website/index_htm_files/1053@2x.png
deleted file mode 100644
index 08d1f040..00000000
Binary files a/static_website/index_htm_files/1053@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1056.png b/static_website/index_htm_files/1056.png
deleted file mode 100644
index 0833e772..00000000
Binary files a/static_website/index_htm_files/1056.png and /dev/null differ
diff --git a/static_website/index_htm_files/1056@2x.png b/static_website/index_htm_files/1056@2x.png
deleted file mode 100644
index 2103a312..00000000
Binary files a/static_website/index_htm_files/1056@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1059.png b/static_website/index_htm_files/1059.png
deleted file mode 100644
index 1e66c7ce..00000000
Binary files a/static_website/index_htm_files/1059.png and /dev/null differ
diff --git a/static_website/index_htm_files/1059@2x.png b/static_website/index_htm_files/1059@2x.png
deleted file mode 100644
index f3460869..00000000
Binary files a/static_website/index_htm_files/1059@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/105@2x.png b/static_website/index_htm_files/105@2x.png
deleted file mode 100644
index 7ca617bb..00000000
Binary files a/static_website/index_htm_files/105@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1061.png b/static_website/index_htm_files/1061.png
deleted file mode 100644
index 3797ac24..00000000
Binary files a/static_website/index_htm_files/1061.png and /dev/null differ
diff --git a/static_website/index_htm_files/1061@2x.png b/static_website/index_htm_files/1061@2x.png
deleted file mode 100644
index 86f71e41..00000000
Binary files a/static_website/index_htm_files/1061@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1062.png b/static_website/index_htm_files/1062.png
deleted file mode 100644
index 3cb12ebf..00000000
Binary files a/static_website/index_htm_files/1062.png and /dev/null differ
diff --git a/static_website/index_htm_files/1062@2x.png b/static_website/index_htm_files/1062@2x.png
deleted file mode 100644
index e39ab100..00000000
Binary files a/static_website/index_htm_files/1062@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1063.png b/static_website/index_htm_files/1063.png
deleted file mode 100644
index 8e50d7c3..00000000
Binary files a/static_website/index_htm_files/1063.png and /dev/null differ
diff --git a/static_website/index_htm_files/1063@2x.png b/static_website/index_htm_files/1063@2x.png
deleted file mode 100644
index 7627028e..00000000
Binary files a/static_website/index_htm_files/1063@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1067.png b/static_website/index_htm_files/1067.png
deleted file mode 100644
index 1497b58e..00000000
Binary files a/static_website/index_htm_files/1067.png and /dev/null differ
diff --git a/static_website/index_htm_files/1067@2x.png b/static_website/index_htm_files/1067@2x.png
deleted file mode 100644
index 02cea0cd..00000000
Binary files a/static_website/index_htm_files/1067@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1068.png b/static_website/index_htm_files/1068.png
deleted file mode 100644
index 078e1210..00000000
Binary files a/static_website/index_htm_files/1068.png and /dev/null differ
diff --git a/static_website/index_htm_files/1068@2x.png b/static_website/index_htm_files/1068@2x.png
deleted file mode 100644
index e28fad86..00000000
Binary files a/static_website/index_htm_files/1068@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1069.png b/static_website/index_htm_files/1069.png
deleted file mode 100644
index bf2fda33..00000000
Binary files a/static_website/index_htm_files/1069.png and /dev/null differ
diff --git a/static_website/index_htm_files/1069@2x.png b/static_website/index_htm_files/1069@2x.png
deleted file mode 100644
index 91e14d2f..00000000
Binary files a/static_website/index_htm_files/1069@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/106@2x.png b/static_website/index_htm_files/106@2x.png
deleted file mode 100644
index b957f1e4..00000000
Binary files a/static_website/index_htm_files/106@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1070.png b/static_website/index_htm_files/1070.png
deleted file mode 100644
index 335169d7..00000000
Binary files a/static_website/index_htm_files/1070.png and /dev/null differ
diff --git a/static_website/index_htm_files/1070@2x.png b/static_website/index_htm_files/1070@2x.png
deleted file mode 100644
index 762b3313..00000000
Binary files a/static_website/index_htm_files/1070@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1071.png b/static_website/index_htm_files/1071.png
deleted file mode 100644
index 5ef03473..00000000
Binary files a/static_website/index_htm_files/1071.png and /dev/null differ
diff --git a/static_website/index_htm_files/1071@2x.png b/static_website/index_htm_files/1071@2x.png
deleted file mode 100644
index a710af08..00000000
Binary files a/static_website/index_htm_files/1071@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1072.png b/static_website/index_htm_files/1072.png
deleted file mode 100644
index 82df1088..00000000
Binary files a/static_website/index_htm_files/1072.png and /dev/null differ
diff --git a/static_website/index_htm_files/1072@2x.png b/static_website/index_htm_files/1072@2x.png
deleted file mode 100644
index 24b9ac3a..00000000
Binary files a/static_website/index_htm_files/1072@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1077.png b/static_website/index_htm_files/1077.png
deleted file mode 100644
index c9163911..00000000
Binary files a/static_website/index_htm_files/1077.png and /dev/null differ
diff --git a/static_website/index_htm_files/1077@2x.png b/static_website/index_htm_files/1077@2x.png
deleted file mode 100644
index e4e7cf1e..00000000
Binary files a/static_website/index_htm_files/1077@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1078.png b/static_website/index_htm_files/1078.png
deleted file mode 100644
index 87fa42ea..00000000
Binary files a/static_website/index_htm_files/1078.png and /dev/null differ
diff --git a/static_website/index_htm_files/1078@2x.png b/static_website/index_htm_files/1078@2x.png
deleted file mode 100644
index 8037aa36..00000000
Binary files a/static_website/index_htm_files/1078@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1079.png b/static_website/index_htm_files/1079.png
deleted file mode 100644
index 2423c8e5..00000000
Binary files a/static_website/index_htm_files/1079.png and /dev/null differ
diff --git a/static_website/index_htm_files/1079@2x.png b/static_website/index_htm_files/1079@2x.png
deleted file mode 100644
index 4885d125..00000000
Binary files a/static_website/index_htm_files/1079@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1080.png b/static_website/index_htm_files/1080.png
deleted file mode 100644
index f77b484c..00000000
Binary files a/static_website/index_htm_files/1080.png and /dev/null differ
diff --git a/static_website/index_htm_files/1080@2x.png b/static_website/index_htm_files/1080@2x.png
deleted file mode 100644
index 56debbb4..00000000
Binary files a/static_website/index_htm_files/1080@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1089.png b/static_website/index_htm_files/1089.png
deleted file mode 100644
index f5020437..00000000
Binary files a/static_website/index_htm_files/1089.png and /dev/null differ
diff --git a/static_website/index_htm_files/1089@2x.png b/static_website/index_htm_files/1089@2x.png
deleted file mode 100644
index 225171fa..00000000
Binary files a/static_website/index_htm_files/1089@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1091.png b/static_website/index_htm_files/1091.png
deleted file mode 100644
index b8ee436f..00000000
Binary files a/static_website/index_htm_files/1091.png and /dev/null differ
diff --git a/static_website/index_htm_files/1091@2x.png b/static_website/index_htm_files/1091@2x.png
deleted file mode 100644
index 92305380..00000000
Binary files a/static_website/index_htm_files/1091@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1096.png b/static_website/index_htm_files/1096.png
deleted file mode 100644
index 977fc9e6..00000000
Binary files a/static_website/index_htm_files/1096.png and /dev/null differ
diff --git a/static_website/index_htm_files/1096@2x.png b/static_website/index_htm_files/1096@2x.png
deleted file mode 100644
index b97c46e4..00000000
Binary files a/static_website/index_htm_files/1096@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1104.png b/static_website/index_htm_files/1104.png
deleted file mode 100644
index d1b19e6a..00000000
Binary files a/static_website/index_htm_files/1104.png and /dev/null differ
diff --git a/static_website/index_htm_files/1104@2x.png b/static_website/index_htm_files/1104@2x.png
deleted file mode 100644
index ac23e22d..00000000
Binary files a/static_website/index_htm_files/1104@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1105.png b/static_website/index_htm_files/1105.png
deleted file mode 100644
index 4ef3067e..00000000
Binary files a/static_website/index_htm_files/1105.png and /dev/null differ
diff --git a/static_website/index_htm_files/1105@2x.png b/static_website/index_htm_files/1105@2x.png
deleted file mode 100644
index 5bcc8283..00000000
Binary files a/static_website/index_htm_files/1105@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1107.png b/static_website/index_htm_files/1107.png
deleted file mode 100644
index dfcb00fb..00000000
Binary files a/static_website/index_htm_files/1107.png and /dev/null differ
diff --git a/static_website/index_htm_files/1107@2x.png b/static_website/index_htm_files/1107@2x.png
deleted file mode 100644
index 91b612ed..00000000
Binary files a/static_website/index_htm_files/1107@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1108.png b/static_website/index_htm_files/1108.png
deleted file mode 100644
index 3cd68c7a..00000000
Binary files a/static_website/index_htm_files/1108.png and /dev/null differ
diff --git a/static_website/index_htm_files/1108@2x.png b/static_website/index_htm_files/1108@2x.png
deleted file mode 100644
index a4128592..00000000
Binary files a/static_website/index_htm_files/1108@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1115.png b/static_website/index_htm_files/1115.png
deleted file mode 100644
index 9739660e..00000000
Binary files a/static_website/index_htm_files/1115.png and /dev/null differ
diff --git a/static_website/index_htm_files/1115@2x.png b/static_website/index_htm_files/1115@2x.png
deleted file mode 100644
index 94133ec9..00000000
Binary files a/static_website/index_htm_files/1115@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1117.png b/static_website/index_htm_files/1117.png
deleted file mode 100644
index aee6f676..00000000
Binary files a/static_website/index_htm_files/1117.png and /dev/null differ
diff --git a/static_website/index_htm_files/1117@2x.png b/static_website/index_htm_files/1117@2x.png
deleted file mode 100644
index bc73cd06..00000000
Binary files a/static_website/index_htm_files/1117@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1118.png b/static_website/index_htm_files/1118.png
deleted file mode 100644
index 0479d6b6..00000000
Binary files a/static_website/index_htm_files/1118.png and /dev/null differ
diff --git a/static_website/index_htm_files/1118@2x.png b/static_website/index_htm_files/1118@2x.png
deleted file mode 100644
index 8f82c462..00000000
Binary files a/static_website/index_htm_files/1118@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1120.png b/static_website/index_htm_files/1120.png
deleted file mode 100644
index 14a20b16..00000000
Binary files a/static_website/index_htm_files/1120.png and /dev/null differ
diff --git a/static_website/index_htm_files/1120@2x.png b/static_website/index_htm_files/1120@2x.png
deleted file mode 100644
index 97a11441..00000000
Binary files a/static_website/index_htm_files/1120@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1121.png b/static_website/index_htm_files/1121.png
deleted file mode 100644
index 0ca21c90..00000000
Binary files a/static_website/index_htm_files/1121.png and /dev/null differ
diff --git a/static_website/index_htm_files/1121@2x.png b/static_website/index_htm_files/1121@2x.png
deleted file mode 100644
index b25213b8..00000000
Binary files a/static_website/index_htm_files/1121@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1122.png b/static_website/index_htm_files/1122.png
deleted file mode 100644
index 74649fa1..00000000
Binary files a/static_website/index_htm_files/1122.png and /dev/null differ
diff --git a/static_website/index_htm_files/1122@2x.png b/static_website/index_htm_files/1122@2x.png
deleted file mode 100644
index 71f6dd32..00000000
Binary files a/static_website/index_htm_files/1122@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1123.png b/static_website/index_htm_files/1123.png
deleted file mode 100644
index ae109a78..00000000
Binary files a/static_website/index_htm_files/1123.png and /dev/null differ
diff --git a/static_website/index_htm_files/1123@2x.png b/static_website/index_htm_files/1123@2x.png
deleted file mode 100644
index 840f13b8..00000000
Binary files a/static_website/index_htm_files/1123@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1127.png b/static_website/index_htm_files/1127.png
deleted file mode 100644
index 6214a4ff..00000000
Binary files a/static_website/index_htm_files/1127.png and /dev/null differ
diff --git a/static_website/index_htm_files/1127@2x.png b/static_website/index_htm_files/1127@2x.png
deleted file mode 100644
index feaf75b6..00000000
Binary files a/static_website/index_htm_files/1127@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1128.png b/static_website/index_htm_files/1128.png
deleted file mode 100644
index f5ec55a5..00000000
Binary files a/static_website/index_htm_files/1128.png and /dev/null differ
diff --git a/static_website/index_htm_files/1128@2x.png b/static_website/index_htm_files/1128@2x.png
deleted file mode 100644
index 386a7814..00000000
Binary files a/static_website/index_htm_files/1128@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1129.png b/static_website/index_htm_files/1129.png
deleted file mode 100644
index 952a4358..00000000
Binary files a/static_website/index_htm_files/1129.png and /dev/null differ
diff --git a/static_website/index_htm_files/1129@2x.png b/static_website/index_htm_files/1129@2x.png
deleted file mode 100644
index 08d36f7f..00000000
Binary files a/static_website/index_htm_files/1129@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1131.png b/static_website/index_htm_files/1131.png
deleted file mode 100644
index 995ae53a..00000000
Binary files a/static_website/index_htm_files/1131.png and /dev/null differ
diff --git a/static_website/index_htm_files/1131@2x.png b/static_website/index_htm_files/1131@2x.png
deleted file mode 100644
index 38e027d4..00000000
Binary files a/static_website/index_htm_files/1131@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1132.png b/static_website/index_htm_files/1132.png
deleted file mode 100644
index c230e727..00000000
Binary files a/static_website/index_htm_files/1132.png and /dev/null differ
diff --git a/static_website/index_htm_files/1132@2x.png b/static_website/index_htm_files/1132@2x.png
deleted file mode 100644
index 09bd2f26..00000000
Binary files a/static_website/index_htm_files/1132@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1153.png b/static_website/index_htm_files/1153.png
deleted file mode 100644
index 1474c79d..00000000
Binary files a/static_website/index_htm_files/1153.png and /dev/null differ
diff --git a/static_website/index_htm_files/1153@2x.png b/static_website/index_htm_files/1153@2x.png
deleted file mode 100644
index 2f3ff2a0..00000000
Binary files a/static_website/index_htm_files/1153@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1154.png b/static_website/index_htm_files/1154.png
deleted file mode 100644
index 91e154a5..00000000
Binary files a/static_website/index_htm_files/1154.png and /dev/null differ
diff --git a/static_website/index_htm_files/1154@2x.png b/static_website/index_htm_files/1154@2x.png
deleted file mode 100644
index 5f24af69..00000000
Binary files a/static_website/index_htm_files/1154@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1171.png b/static_website/index_htm_files/1171.png
deleted file mode 100644
index 08bd892e..00000000
Binary files a/static_website/index_htm_files/1171.png and /dev/null differ
diff --git a/static_website/index_htm_files/1171@2x.png b/static_website/index_htm_files/1171@2x.png
deleted file mode 100644
index 4c3a9fcb..00000000
Binary files a/static_website/index_htm_files/1171@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1175.png b/static_website/index_htm_files/1175.png
deleted file mode 100644
index 03d07ec5..00000000
Binary files a/static_website/index_htm_files/1175.png and /dev/null differ
diff --git a/static_website/index_htm_files/1175@2x.png b/static_website/index_htm_files/1175@2x.png
deleted file mode 100644
index a4152b8f..00000000
Binary files a/static_website/index_htm_files/1175@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1176.png b/static_website/index_htm_files/1176.png
deleted file mode 100644
index 424fda9c..00000000
Binary files a/static_website/index_htm_files/1176.png and /dev/null differ
diff --git a/static_website/index_htm_files/1176@2x.png b/static_website/index_htm_files/1176@2x.png
deleted file mode 100644
index 0a6c2753..00000000
Binary files a/static_website/index_htm_files/1176@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1180.png b/static_website/index_htm_files/1180.png
deleted file mode 100644
index bc61b414..00000000
Binary files a/static_website/index_htm_files/1180.png and /dev/null differ
diff --git a/static_website/index_htm_files/1180@2x.png b/static_website/index_htm_files/1180@2x.png
deleted file mode 100644
index 0e7201f1..00000000
Binary files a/static_website/index_htm_files/1180@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1183.png b/static_website/index_htm_files/1183.png
deleted file mode 100644
index adc691a6..00000000
Binary files a/static_website/index_htm_files/1183.png and /dev/null differ
diff --git a/static_website/index_htm_files/1183@2x.png b/static_website/index_htm_files/1183@2x.png
deleted file mode 100644
index 4465878d..00000000
Binary files a/static_website/index_htm_files/1183@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1184.png b/static_website/index_htm_files/1184.png
deleted file mode 100644
index 7a765acd..00000000
Binary files a/static_website/index_htm_files/1184.png and /dev/null differ
diff --git a/static_website/index_htm_files/1184@2x.png b/static_website/index_htm_files/1184@2x.png
deleted file mode 100644
index 80f08b58..00000000
Binary files a/static_website/index_htm_files/1184@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1185.png b/static_website/index_htm_files/1185.png
deleted file mode 100644
index 1fa84ef7..00000000
Binary files a/static_website/index_htm_files/1185.png and /dev/null differ
diff --git a/static_website/index_htm_files/1185@2x.png b/static_website/index_htm_files/1185@2x.png
deleted file mode 100644
index b27be9e7..00000000
Binary files a/static_website/index_htm_files/1185@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1186.png b/static_website/index_htm_files/1186.png
deleted file mode 100644
index 73d6cd33..00000000
Binary files a/static_website/index_htm_files/1186.png and /dev/null differ
diff --git a/static_website/index_htm_files/1186@2x.png b/static_website/index_htm_files/1186@2x.png
deleted file mode 100644
index 4ed13511..00000000
Binary files a/static_website/index_htm_files/1186@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1187.png b/static_website/index_htm_files/1187.png
deleted file mode 100644
index 14952a26..00000000
Binary files a/static_website/index_htm_files/1187.png and /dev/null differ
diff --git a/static_website/index_htm_files/1187@2x.png b/static_website/index_htm_files/1187@2x.png
deleted file mode 100644
index 0d1292e6..00000000
Binary files a/static_website/index_htm_files/1187@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1188.png b/static_website/index_htm_files/1188.png
deleted file mode 100644
index 7c9f1b39..00000000
Binary files a/static_website/index_htm_files/1188.png and /dev/null differ
diff --git a/static_website/index_htm_files/1188@2x.png b/static_website/index_htm_files/1188@2x.png
deleted file mode 100644
index 8fe40ba4..00000000
Binary files a/static_website/index_htm_files/1188@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1189.png b/static_website/index_htm_files/1189.png
deleted file mode 100644
index cfd4e21a..00000000
Binary files a/static_website/index_htm_files/1189.png and /dev/null differ
diff --git a/static_website/index_htm_files/1189@2x.png b/static_website/index_htm_files/1189@2x.png
deleted file mode 100644
index 2f60984c..00000000
Binary files a/static_website/index_htm_files/1189@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1190.png b/static_website/index_htm_files/1190.png
deleted file mode 100644
index 7cdd5b42..00000000
Binary files a/static_website/index_htm_files/1190.png and /dev/null differ
diff --git a/static_website/index_htm_files/1190@2x.png b/static_website/index_htm_files/1190@2x.png
deleted file mode 100644
index 2639fe14..00000000
Binary files a/static_website/index_htm_files/1190@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1191.png b/static_website/index_htm_files/1191.png
deleted file mode 100644
index c0ed9e05..00000000
Binary files a/static_website/index_htm_files/1191.png and /dev/null differ
diff --git a/static_website/index_htm_files/1191@2x.png b/static_website/index_htm_files/1191@2x.png
deleted file mode 100644
index 104453bf..00000000
Binary files a/static_website/index_htm_files/1191@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1192.png b/static_website/index_htm_files/1192.png
deleted file mode 100644
index f598faf6..00000000
Binary files a/static_website/index_htm_files/1192.png and /dev/null differ
diff --git a/static_website/index_htm_files/1192@2x.png b/static_website/index_htm_files/1192@2x.png
deleted file mode 100644
index d25116c9..00000000
Binary files a/static_website/index_htm_files/1192@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1193.png b/static_website/index_htm_files/1193.png
deleted file mode 100644
index 481bfbf6..00000000
Binary files a/static_website/index_htm_files/1193.png and /dev/null differ
diff --git a/static_website/index_htm_files/1193@2x.png b/static_website/index_htm_files/1193@2x.png
deleted file mode 100644
index 44fa5bd1..00000000
Binary files a/static_website/index_htm_files/1193@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1194.png b/static_website/index_htm_files/1194.png
deleted file mode 100644
index 2e5ed6c1..00000000
Binary files a/static_website/index_htm_files/1194.png and /dev/null differ
diff --git a/static_website/index_htm_files/1194@2x.png b/static_website/index_htm_files/1194@2x.png
deleted file mode 100644
index 4c7a22d1..00000000
Binary files a/static_website/index_htm_files/1194@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1195.png b/static_website/index_htm_files/1195.png
deleted file mode 100644
index de5bf163..00000000
Binary files a/static_website/index_htm_files/1195.png and /dev/null differ
diff --git a/static_website/index_htm_files/1195@2x.png b/static_website/index_htm_files/1195@2x.png
deleted file mode 100644
index f242bbbe..00000000
Binary files a/static_website/index_htm_files/1195@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1196.png b/static_website/index_htm_files/1196.png
deleted file mode 100644
index 6d3d6b4d..00000000
Binary files a/static_website/index_htm_files/1196.png and /dev/null differ
diff --git a/static_website/index_htm_files/1196@2x.png b/static_website/index_htm_files/1196@2x.png
deleted file mode 100644
index 55794214..00000000
Binary files a/static_website/index_htm_files/1196@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1197.png b/static_website/index_htm_files/1197.png
deleted file mode 100644
index f1730d3b..00000000
Binary files a/static_website/index_htm_files/1197.png and /dev/null differ
diff --git a/static_website/index_htm_files/1197@2x.png b/static_website/index_htm_files/1197@2x.png
deleted file mode 100644
index 58c562a2..00000000
Binary files a/static_website/index_htm_files/1197@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1198.png b/static_website/index_htm_files/1198.png
deleted file mode 100644
index 21888222..00000000
Binary files a/static_website/index_htm_files/1198.png and /dev/null differ
diff --git a/static_website/index_htm_files/1198@2x.png b/static_website/index_htm_files/1198@2x.png
deleted file mode 100644
index a7a0dbdf..00000000
Binary files a/static_website/index_htm_files/1198@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1199.png b/static_website/index_htm_files/1199.png
deleted file mode 100644
index add92cc2..00000000
Binary files a/static_website/index_htm_files/1199.png and /dev/null differ
diff --git a/static_website/index_htm_files/1199@2x.png b/static_website/index_htm_files/1199@2x.png
deleted file mode 100644
index e7d7d1d7..00000000
Binary files a/static_website/index_htm_files/1199@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1200.png b/static_website/index_htm_files/1200.png
deleted file mode 100644
index 21881de1..00000000
Binary files a/static_website/index_htm_files/1200.png and /dev/null differ
diff --git a/static_website/index_htm_files/1200@2x.png b/static_website/index_htm_files/1200@2x.png
deleted file mode 100644
index 812134e8..00000000
Binary files a/static_website/index_htm_files/1200@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1201.png b/static_website/index_htm_files/1201.png
deleted file mode 100644
index fcb70df2..00000000
Binary files a/static_website/index_htm_files/1201.png and /dev/null differ
diff --git a/static_website/index_htm_files/1201@2x.png b/static_website/index_htm_files/1201@2x.png
deleted file mode 100644
index 7bcc810e..00000000
Binary files a/static_website/index_htm_files/1201@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1202.png b/static_website/index_htm_files/1202.png
deleted file mode 100644
index 6eb4b047..00000000
Binary files a/static_website/index_htm_files/1202.png and /dev/null differ
diff --git a/static_website/index_htm_files/1202@2x.png b/static_website/index_htm_files/1202@2x.png
deleted file mode 100644
index 80c420a3..00000000
Binary files a/static_website/index_htm_files/1202@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1203.png b/static_website/index_htm_files/1203.png
deleted file mode 100644
index faf589a3..00000000
Binary files a/static_website/index_htm_files/1203.png and /dev/null differ
diff --git a/static_website/index_htm_files/1203@2x.png b/static_website/index_htm_files/1203@2x.png
deleted file mode 100644
index 9646e6b8..00000000
Binary files a/static_website/index_htm_files/1203@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1204.png b/static_website/index_htm_files/1204.png
deleted file mode 100644
index 6a29c934..00000000
Binary files a/static_website/index_htm_files/1204.png and /dev/null differ
diff --git a/static_website/index_htm_files/1204@2x.png b/static_website/index_htm_files/1204@2x.png
deleted file mode 100644
index 3e0450d9..00000000
Binary files a/static_website/index_htm_files/1204@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1205.png b/static_website/index_htm_files/1205.png
deleted file mode 100644
index 20464cc1..00000000
Binary files a/static_website/index_htm_files/1205.png and /dev/null differ
diff --git a/static_website/index_htm_files/1205@2x.png b/static_website/index_htm_files/1205@2x.png
deleted file mode 100644
index 84b3e22c..00000000
Binary files a/static_website/index_htm_files/1205@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1206.png b/static_website/index_htm_files/1206.png
deleted file mode 100644
index 7a95eb69..00000000
Binary files a/static_website/index_htm_files/1206.png and /dev/null differ
diff --git a/static_website/index_htm_files/1206@2x.png b/static_website/index_htm_files/1206@2x.png
deleted file mode 100644
index 759854f4..00000000
Binary files a/static_website/index_htm_files/1206@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1207.png b/static_website/index_htm_files/1207.png
deleted file mode 100644
index e96c1f9d..00000000
Binary files a/static_website/index_htm_files/1207.png and /dev/null differ
diff --git a/static_website/index_htm_files/1207@2x.png b/static_website/index_htm_files/1207@2x.png
deleted file mode 100644
index 9d9ff73a..00000000
Binary files a/static_website/index_htm_files/1207@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1209.png b/static_website/index_htm_files/1209.png
deleted file mode 100644
index 22bcd70a..00000000
Binary files a/static_website/index_htm_files/1209.png and /dev/null differ
diff --git a/static_website/index_htm_files/1209@2x.png b/static_website/index_htm_files/1209@2x.png
deleted file mode 100644
index 38798ec9..00000000
Binary files a/static_website/index_htm_files/1209@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1210.png b/static_website/index_htm_files/1210.png
deleted file mode 100644
index 9fa6e7ae..00000000
Binary files a/static_website/index_htm_files/1210.png and /dev/null differ
diff --git a/static_website/index_htm_files/1210@2x.png b/static_website/index_htm_files/1210@2x.png
deleted file mode 100644
index 3e989d7b..00000000
Binary files a/static_website/index_htm_files/1210@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1211.png b/static_website/index_htm_files/1211.png
deleted file mode 100644
index 8ab52593..00000000
Binary files a/static_website/index_htm_files/1211.png and /dev/null differ
diff --git a/static_website/index_htm_files/1211@2x.png b/static_website/index_htm_files/1211@2x.png
deleted file mode 100644
index 5bd15488..00000000
Binary files a/static_website/index_htm_files/1211@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1228.png b/static_website/index_htm_files/1228.png
deleted file mode 100644
index 1f4081ce..00000000
Binary files a/static_website/index_htm_files/1228.png and /dev/null differ
diff --git a/static_website/index_htm_files/1228@2x.png b/static_website/index_htm_files/1228@2x.png
deleted file mode 100644
index a05b3df7..00000000
Binary files a/static_website/index_htm_files/1228@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1404.png b/static_website/index_htm_files/1404.png
deleted file mode 100644
index e57be01b..00000000
Binary files a/static_website/index_htm_files/1404.png and /dev/null differ
diff --git a/static_website/index_htm_files/1404@2x.png b/static_website/index_htm_files/1404@2x.png
deleted file mode 100644
index f559d6e4..00000000
Binary files a/static_website/index_htm_files/1404@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1414.jpg b/static_website/index_htm_files/1414.jpg
deleted file mode 100644
index e570c787..00000000
Binary files a/static_website/index_htm_files/1414.jpg and /dev/null differ
diff --git a/static_website/index_htm_files/1414@2x.jpg b/static_website/index_htm_files/1414@2x.jpg
deleted file mode 100644
index 6a012785..00000000
Binary files a/static_website/index_htm_files/1414@2x.jpg and /dev/null differ
diff --git a/static_website/index_htm_files/1415.png b/static_website/index_htm_files/1415.png
deleted file mode 100644
index 30af0cb4..00000000
Binary files a/static_website/index_htm_files/1415.png and /dev/null differ
diff --git a/static_website/index_htm_files/1415@2x.png b/static_website/index_htm_files/1415@2x.png
deleted file mode 100644
index 24d257f5..00000000
Binary files a/static_website/index_htm_files/1415@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1418.jpg b/static_website/index_htm_files/1418.jpg
deleted file mode 100644
index 9305d62b..00000000
Binary files a/static_website/index_htm_files/1418.jpg and /dev/null differ
diff --git a/static_website/index_htm_files/1421.jpg b/static_website/index_htm_files/1421.jpg
deleted file mode 100644
index cfe9634f..00000000
Binary files a/static_website/index_htm_files/1421.jpg and /dev/null differ
diff --git a/static_website/index_htm_files/1421@2x.jpg b/static_website/index_htm_files/1421@2x.jpg
deleted file mode 100644
index 28fc5350..00000000
Binary files a/static_website/index_htm_files/1421@2x.jpg and /dev/null differ
diff --git a/static_website/index_htm_files/1422.png b/static_website/index_htm_files/1422.png
deleted file mode 100644
index 589a727a..00000000
Binary files a/static_website/index_htm_files/1422.png and /dev/null differ
diff --git a/static_website/index_htm_files/1422@2x.png b/static_website/index_htm_files/1422@2x.png
deleted file mode 100644
index 5fc73df0..00000000
Binary files a/static_website/index_htm_files/1422@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1423.png b/static_website/index_htm_files/1423.png
deleted file mode 100644
index 4199689c..00000000
Binary files a/static_website/index_htm_files/1423.png and /dev/null differ
diff --git a/static_website/index_htm_files/1426.png b/static_website/index_htm_files/1426.png
deleted file mode 100644
index 533648ac..00000000
Binary files a/static_website/index_htm_files/1426.png and /dev/null differ
diff --git a/static_website/index_htm_files/1431.png b/static_website/index_htm_files/1431.png
deleted file mode 100644
index e78d54ad..00000000
Binary files a/static_website/index_htm_files/1431.png and /dev/null differ
diff --git a/static_website/index_htm_files/1433.png b/static_website/index_htm_files/1433.png
deleted file mode 100644
index 276e1709..00000000
Binary files a/static_website/index_htm_files/1433.png and /dev/null differ
diff --git a/static_website/index_htm_files/1433@2x.png b/static_website/index_htm_files/1433@2x.png
deleted file mode 100644
index 0e3ef9bb..00000000
Binary files a/static_website/index_htm_files/1433@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1434.png b/static_website/index_htm_files/1434.png
deleted file mode 100644
index 7f266628..00000000
Binary files a/static_website/index_htm_files/1434.png and /dev/null differ
diff --git a/static_website/index_htm_files/1434@2x.png b/static_website/index_htm_files/1434@2x.png
deleted file mode 100644
index fb76ebc5..00000000
Binary files a/static_website/index_htm_files/1434@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1435.png b/static_website/index_htm_files/1435.png
deleted file mode 100644
index 0ecac4c9..00000000
Binary files a/static_website/index_htm_files/1435.png and /dev/null differ
diff --git a/static_website/index_htm_files/1435@2x.png b/static_website/index_htm_files/1435@2x.png
deleted file mode 100644
index b8b466ea..00000000
Binary files a/static_website/index_htm_files/1435@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1436.png b/static_website/index_htm_files/1436.png
deleted file mode 100644
index 82eeb879..00000000
Binary files a/static_website/index_htm_files/1436.png and /dev/null differ
diff --git a/static_website/index_htm_files/1436@2x.png b/static_website/index_htm_files/1436@2x.png
deleted file mode 100644
index 59bb8d5d..00000000
Binary files a/static_website/index_htm_files/1436@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/1437.jpg b/static_website/index_htm_files/1437.jpg
deleted file mode 100644
index 44d33f7a..00000000
Binary files a/static_website/index_htm_files/1437.jpg and /dev/null differ
diff --git a/static_website/index_htm_files/1437@2x.jpg b/static_website/index_htm_files/1437@2x.jpg
deleted file mode 100644
index 675bc5ed..00000000
Binary files a/static_website/index_htm_files/1437@2x.jpg and /dev/null differ
diff --git a/static_website/index_htm_files/1438.jpg b/static_website/index_htm_files/1438.jpg
deleted file mode 100644
index a33d06f0..00000000
Binary files a/static_website/index_htm_files/1438.jpg and /dev/null differ
diff --git a/static_website/index_htm_files/1439.jpg b/static_website/index_htm_files/1439.jpg
deleted file mode 100644
index 5cd983f1..00000000
Binary files a/static_website/index_htm_files/1439.jpg and /dev/null differ
diff --git a/static_website/index_htm_files/1439@2x.jpg b/static_website/index_htm_files/1439@2x.jpg
deleted file mode 100644
index a5edcd17..00000000
Binary files a/static_website/index_htm_files/1439@2x.jpg and /dev/null differ
diff --git a/static_website/index_htm_files/166.png b/static_website/index_htm_files/166.png
deleted file mode 100644
index d71ae95d..00000000
Binary files a/static_website/index_htm_files/166.png and /dev/null differ
diff --git a/static_website/index_htm_files/166@2x.png b/static_website/index_htm_files/166@2x.png
deleted file mode 100644
index 826e5520..00000000
Binary files a/static_website/index_htm_files/166@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/178@2x.png b/static_website/index_htm_files/178@2x.png
deleted file mode 100644
index 9668736c..00000000
Binary files a/static_website/index_htm_files/178@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/179@2x.png b/static_website/index_htm_files/179@2x.png
deleted file mode 100644
index 30167512..00000000
Binary files a/static_website/index_htm_files/179@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/193.png b/static_website/index_htm_files/193.png
deleted file mode 100644
index 531ee788..00000000
Binary files a/static_website/index_htm_files/193.png and /dev/null differ
diff --git a/static_website/index_htm_files/193@2x.png b/static_website/index_htm_files/193@2x.png
deleted file mode 100644
index 81660a4d..00000000
Binary files a/static_website/index_htm_files/193@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/241.png b/static_website/index_htm_files/241.png
deleted file mode 100644
index 22d6081d..00000000
Binary files a/static_website/index_htm_files/241.png and /dev/null differ
diff --git a/static_website/index_htm_files/241@2x.png b/static_website/index_htm_files/241@2x.png
deleted file mode 100644
index 04f48f7f..00000000
Binary files a/static_website/index_htm_files/241@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/255.png b/static_website/index_htm_files/255.png
deleted file mode 100644
index 65841b59..00000000
Binary files a/static_website/index_htm_files/255.png and /dev/null differ
diff --git a/static_website/index_htm_files/255@2x.png b/static_website/index_htm_files/255@2x.png
deleted file mode 100644
index e81b3a7e..00000000
Binary files a/static_website/index_htm_files/255@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/262.png b/static_website/index_htm_files/262.png
deleted file mode 100644
index e1abe649..00000000
Binary files a/static_website/index_htm_files/262.png and /dev/null differ
diff --git a/static_website/index_htm_files/262@2x.png b/static_website/index_htm_files/262@2x.png
deleted file mode 100644
index 7a6417b5..00000000
Binary files a/static_website/index_htm_files/262@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/267.png b/static_website/index_htm_files/267.png
deleted file mode 100644
index 8106cf02..00000000
Binary files a/static_website/index_htm_files/267.png and /dev/null differ
diff --git a/static_website/index_htm_files/267@2x.png b/static_website/index_htm_files/267@2x.png
deleted file mode 100644
index a95fcc6f..00000000
Binary files a/static_website/index_htm_files/267@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/277.png b/static_website/index_htm_files/277.png
deleted file mode 100644
index b8557ec7..00000000
Binary files a/static_website/index_htm_files/277.png and /dev/null differ
diff --git a/static_website/index_htm_files/277@2x.png b/static_website/index_htm_files/277@2x.png
deleted file mode 100644
index 828dc7ee..00000000
Binary files a/static_website/index_htm_files/277@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/280.png b/static_website/index_htm_files/280.png
deleted file mode 100644
index 42771383..00000000
Binary files a/static_website/index_htm_files/280.png and /dev/null differ
diff --git a/static_website/index_htm_files/280@2x.png b/static_website/index_htm_files/280@2x.png
deleted file mode 100644
index bf663999..00000000
Binary files a/static_website/index_htm_files/280@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/283.png b/static_website/index_htm_files/283.png
deleted file mode 100644
index 990ea91c..00000000
Binary files a/static_website/index_htm_files/283.png and /dev/null differ
diff --git a/static_website/index_htm_files/283@2x.png b/static_website/index_htm_files/283@2x.png
deleted file mode 100644
index e143a44e..00000000
Binary files a/static_website/index_htm_files/283@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/288.png b/static_website/index_htm_files/288.png
deleted file mode 100644
index d11a4424..00000000
Binary files a/static_website/index_htm_files/288.png and /dev/null differ
diff --git a/static_website/index_htm_files/288@2x.png b/static_website/index_htm_files/288@2x.png
deleted file mode 100644
index 6ee493e5..00000000
Binary files a/static_website/index_htm_files/288@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/289.png b/static_website/index_htm_files/289.png
deleted file mode 100644
index 1250ad78..00000000
Binary files a/static_website/index_htm_files/289.png and /dev/null differ
diff --git a/static_website/index_htm_files/289@2x.png b/static_website/index_htm_files/289@2x.png
deleted file mode 100644
index 599612df..00000000
Binary files a/static_website/index_htm_files/289@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/292.png b/static_website/index_htm_files/292.png
deleted file mode 100644
index a8ac90ba..00000000
Binary files a/static_website/index_htm_files/292.png and /dev/null differ
diff --git a/static_website/index_htm_files/292@2x.png b/static_website/index_htm_files/292@2x.png
deleted file mode 100644
index 0ac50274..00000000
Binary files a/static_website/index_htm_files/292@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/293.png b/static_website/index_htm_files/293.png
deleted file mode 100644
index 5f952cb7..00000000
Binary files a/static_website/index_htm_files/293.png and /dev/null differ
diff --git a/static_website/index_htm_files/293@2x.png b/static_website/index_htm_files/293@2x.png
deleted file mode 100644
index d8223b50..00000000
Binary files a/static_website/index_htm_files/293@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/295.png b/static_website/index_htm_files/295.png
deleted file mode 100644
index 30fd45c3..00000000
Binary files a/static_website/index_htm_files/295.png and /dev/null differ
diff --git a/static_website/index_htm_files/295@2x.png b/static_website/index_htm_files/295@2x.png
deleted file mode 100644
index 0dadcf86..00000000
Binary files a/static_website/index_htm_files/295@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/296.png b/static_website/index_htm_files/296.png
deleted file mode 100644
index 1b24a68f..00000000
Binary files a/static_website/index_htm_files/296.png and /dev/null differ
diff --git a/static_website/index_htm_files/296@2x.png b/static_website/index_htm_files/296@2x.png
deleted file mode 100644
index 210588af..00000000
Binary files a/static_website/index_htm_files/296@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/297.png b/static_website/index_htm_files/297.png
deleted file mode 100644
index feb00aea..00000000
Binary files a/static_website/index_htm_files/297.png and /dev/null differ
diff --git a/static_website/index_htm_files/297@2x.png b/static_website/index_htm_files/297@2x.png
deleted file mode 100644
index 49220a73..00000000
Binary files a/static_website/index_htm_files/297@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/301@2x.png b/static_website/index_htm_files/301@2x.png
deleted file mode 100644
index 17ec1f33..00000000
Binary files a/static_website/index_htm_files/301@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/306.png b/static_website/index_htm_files/306.png
deleted file mode 100644
index 7786caee..00000000
Binary files a/static_website/index_htm_files/306.png and /dev/null differ
diff --git a/static_website/index_htm_files/306@2x.png b/static_website/index_htm_files/306@2x.png
deleted file mode 100644
index f509aaa1..00000000
Binary files a/static_website/index_htm_files/306@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/309.png b/static_website/index_htm_files/309.png
deleted file mode 100644
index 3c574bb8..00000000
Binary files a/static_website/index_htm_files/309.png and /dev/null differ
diff --git a/static_website/index_htm_files/309@2x.png b/static_website/index_htm_files/309@2x.png
deleted file mode 100644
index 91753935..00000000
Binary files a/static_website/index_htm_files/309@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/310.png b/static_website/index_htm_files/310.png
deleted file mode 100644
index 2b2eea5b..00000000
Binary files a/static_website/index_htm_files/310.png and /dev/null differ
diff --git a/static_website/index_htm_files/310@2x.png b/static_website/index_htm_files/310@2x.png
deleted file mode 100644
index 589a07e5..00000000
Binary files a/static_website/index_htm_files/310@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/315.png b/static_website/index_htm_files/315.png
deleted file mode 100644
index 629e7598..00000000
Binary files a/static_website/index_htm_files/315.png and /dev/null differ
diff --git a/static_website/index_htm_files/315@2x.png b/static_website/index_htm_files/315@2x.png
deleted file mode 100644
index 90464adc..00000000
Binary files a/static_website/index_htm_files/315@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/316.png b/static_website/index_htm_files/316.png
deleted file mode 100644
index 8af5419d..00000000
Binary files a/static_website/index_htm_files/316.png and /dev/null differ
diff --git a/static_website/index_htm_files/316@2x.png b/static_website/index_htm_files/316@2x.png
deleted file mode 100644
index bdaf60ef..00000000
Binary files a/static_website/index_htm_files/316@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/317.png b/static_website/index_htm_files/317.png
deleted file mode 100644
index 492afd32..00000000
Binary files a/static_website/index_htm_files/317.png and /dev/null differ
diff --git a/static_website/index_htm_files/317@2x.png b/static_website/index_htm_files/317@2x.png
deleted file mode 100644
index 57a2c6e1..00000000
Binary files a/static_website/index_htm_files/317@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/318.png b/static_website/index_htm_files/318.png
deleted file mode 100644
index 6bc2f1d1..00000000
Binary files a/static_website/index_htm_files/318.png and /dev/null differ
diff --git a/static_website/index_htm_files/318@2x.png b/static_website/index_htm_files/318@2x.png
deleted file mode 100644
index fee1379b..00000000
Binary files a/static_website/index_htm_files/318@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/319.png b/static_website/index_htm_files/319.png
deleted file mode 100644
index 4020b0ce..00000000
Binary files a/static_website/index_htm_files/319.png and /dev/null differ
diff --git a/static_website/index_htm_files/319@2x.png b/static_website/index_htm_files/319@2x.png
deleted file mode 100644
index 8b0b6a86..00000000
Binary files a/static_website/index_htm_files/319@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/356.png b/static_website/index_htm_files/356.png
deleted file mode 100644
index a1e24327..00000000
Binary files a/static_website/index_htm_files/356.png and /dev/null differ
diff --git a/static_website/index_htm_files/356@2x.png b/static_website/index_htm_files/356@2x.png
deleted file mode 100644
index 3c1c95f4..00000000
Binary files a/static_website/index_htm_files/356@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/357.png b/static_website/index_htm_files/357.png
deleted file mode 100644
index 757dc939..00000000
Binary files a/static_website/index_htm_files/357.png and /dev/null differ
diff --git a/static_website/index_htm_files/357@2x.png b/static_website/index_htm_files/357@2x.png
deleted file mode 100644
index 49d3246b..00000000
Binary files a/static_website/index_htm_files/357@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/358.png b/static_website/index_htm_files/358.png
deleted file mode 100644
index bf77f4c3..00000000
Binary files a/static_website/index_htm_files/358.png and /dev/null differ
diff --git a/static_website/index_htm_files/358@2x.png b/static_website/index_htm_files/358@2x.png
deleted file mode 100644
index 3995ebf9..00000000
Binary files a/static_website/index_htm_files/358@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/361.png b/static_website/index_htm_files/361.png
deleted file mode 100644
index 477b0ba6..00000000
Binary files a/static_website/index_htm_files/361.png and /dev/null differ
diff --git a/static_website/index_htm_files/361@2x.png b/static_website/index_htm_files/361@2x.png
deleted file mode 100644
index 4dfdd471..00000000
Binary files a/static_website/index_htm_files/361@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/364.png b/static_website/index_htm_files/364.png
deleted file mode 100644
index c94c48e8..00000000
Binary files a/static_website/index_htm_files/364.png and /dev/null differ
diff --git a/static_website/index_htm_files/364@2x.png b/static_website/index_htm_files/364@2x.png
deleted file mode 100644
index e7605898..00000000
Binary files a/static_website/index_htm_files/364@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/365.png b/static_website/index_htm_files/365.png
deleted file mode 100644
index bd8390df..00000000
Binary files a/static_website/index_htm_files/365.png and /dev/null differ
diff --git a/static_website/index_htm_files/365@2x.png b/static_website/index_htm_files/365@2x.png
deleted file mode 100644
index 71e689ca..00000000
Binary files a/static_website/index_htm_files/365@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/366.png b/static_website/index_htm_files/366.png
deleted file mode 100644
index 8db9a52e..00000000
Binary files a/static_website/index_htm_files/366.png and /dev/null differ
diff --git a/static_website/index_htm_files/366@2x.png b/static_website/index_htm_files/366@2x.png
deleted file mode 100644
index ba23bde7..00000000
Binary files a/static_website/index_htm_files/366@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/382.png b/static_website/index_htm_files/382.png
deleted file mode 100644
index 7b6feb46..00000000
Binary files a/static_website/index_htm_files/382.png and /dev/null differ
diff --git a/static_website/index_htm_files/382@2x.png b/static_website/index_htm_files/382@2x.png
deleted file mode 100644
index 3e4cf9ce..00000000
Binary files a/static_website/index_htm_files/382@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/387.png b/static_website/index_htm_files/387.png
deleted file mode 100644
index 2a08f325..00000000
Binary files a/static_website/index_htm_files/387.png and /dev/null differ
diff --git a/static_website/index_htm_files/387@2x.png b/static_website/index_htm_files/387@2x.png
deleted file mode 100644
index 583cb987..00000000
Binary files a/static_website/index_htm_files/387@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/390.png b/static_website/index_htm_files/390.png
deleted file mode 100644
index d80edde1..00000000
Binary files a/static_website/index_htm_files/390.png and /dev/null differ
diff --git a/static_website/index_htm_files/390@2x.png b/static_website/index_htm_files/390@2x.png
deleted file mode 100644
index 066b113d..00000000
Binary files a/static_website/index_htm_files/390@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/393.png b/static_website/index_htm_files/393.png
deleted file mode 100644
index dd98766b..00000000
Binary files a/static_website/index_htm_files/393.png and /dev/null differ
diff --git a/static_website/index_htm_files/393@2x.png b/static_website/index_htm_files/393@2x.png
deleted file mode 100644
index 663dafa5..00000000
Binary files a/static_website/index_htm_files/393@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/396.png b/static_website/index_htm_files/396.png
deleted file mode 100644
index a396840f..00000000
Binary files a/static_website/index_htm_files/396.png and /dev/null differ
diff --git a/static_website/index_htm_files/396@2x.png b/static_website/index_htm_files/396@2x.png
deleted file mode 100644
index b3b3bc76..00000000
Binary files a/static_website/index_htm_files/396@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/419.png b/static_website/index_htm_files/419.png
deleted file mode 100644
index 26a6f678..00000000
Binary files a/static_website/index_htm_files/419.png and /dev/null differ
diff --git a/static_website/index_htm_files/419@2x.png b/static_website/index_htm_files/419@2x.png
deleted file mode 100644
index 4a30c5aa..00000000
Binary files a/static_website/index_htm_files/419@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/421.png b/static_website/index_htm_files/421.png
deleted file mode 100644
index 8f0cbd47..00000000
Binary files a/static_website/index_htm_files/421.png and /dev/null differ
diff --git a/static_website/index_htm_files/421@2x.png b/static_website/index_htm_files/421@2x.png
deleted file mode 100644
index 0932f98e..00000000
Binary files a/static_website/index_htm_files/421@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/422.png b/static_website/index_htm_files/422.png
deleted file mode 100644
index 3e82384b..00000000
Binary files a/static_website/index_htm_files/422.png and /dev/null differ
diff --git a/static_website/index_htm_files/422@2x.png b/static_website/index_htm_files/422@2x.png
deleted file mode 100644
index 54408063..00000000
Binary files a/static_website/index_htm_files/422@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/425.png b/static_website/index_htm_files/425.png
deleted file mode 100644
index 5c71b34b..00000000
Binary files a/static_website/index_htm_files/425.png and /dev/null differ
diff --git a/static_website/index_htm_files/425@2x.png b/static_website/index_htm_files/425@2x.png
deleted file mode 100644
index 19659abd..00000000
Binary files a/static_website/index_htm_files/425@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/426.png b/static_website/index_htm_files/426.png
deleted file mode 100644
index d1718577..00000000
Binary files a/static_website/index_htm_files/426.png and /dev/null differ
diff --git a/static_website/index_htm_files/426@2x.png b/static_website/index_htm_files/426@2x.png
deleted file mode 100644
index 914bd8cf..00000000
Binary files a/static_website/index_htm_files/426@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/429.png b/static_website/index_htm_files/429.png
deleted file mode 100644
index be7a2f5c..00000000
Binary files a/static_website/index_htm_files/429.png and /dev/null differ
diff --git a/static_website/index_htm_files/429@2x.png b/static_website/index_htm_files/429@2x.png
deleted file mode 100644
index 9baca5b0..00000000
Binary files a/static_website/index_htm_files/429@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/431@2x.png b/static_website/index_htm_files/431@2x.png
deleted file mode 100644
index 4e9ee4bf..00000000
Binary files a/static_website/index_htm_files/431@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/432.png b/static_website/index_htm_files/432.png
deleted file mode 100644
index dd9039e4..00000000
Binary files a/static_website/index_htm_files/432.png and /dev/null differ
diff --git a/static_website/index_htm_files/432@2x.png b/static_website/index_htm_files/432@2x.png
deleted file mode 100644
index 2cfa160f..00000000
Binary files a/static_website/index_htm_files/432@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/438.png b/static_website/index_htm_files/438.png
deleted file mode 100644
index c273d598..00000000
Binary files a/static_website/index_htm_files/438.png and /dev/null differ
diff --git a/static_website/index_htm_files/438@2x.png b/static_website/index_htm_files/438@2x.png
deleted file mode 100644
index 272ab76e..00000000
Binary files a/static_website/index_htm_files/438@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/443.png b/static_website/index_htm_files/443.png
deleted file mode 100644
index 2e474ac8..00000000
Binary files a/static_website/index_htm_files/443.png and /dev/null differ
diff --git a/static_website/index_htm_files/443@2x.png b/static_website/index_htm_files/443@2x.png
deleted file mode 100644
index 701322e8..00000000
Binary files a/static_website/index_htm_files/443@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/448.png b/static_website/index_htm_files/448.png
deleted file mode 100644
index 36074313..00000000
Binary files a/static_website/index_htm_files/448.png and /dev/null differ
diff --git a/static_website/index_htm_files/448@2x.png b/static_website/index_htm_files/448@2x.png
deleted file mode 100644
index 0a214653..00000000
Binary files a/static_website/index_htm_files/448@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/449.png b/static_website/index_htm_files/449.png
deleted file mode 100644
index db4a1c1f..00000000
Binary files a/static_website/index_htm_files/449.png and /dev/null differ
diff --git a/static_website/index_htm_files/449@2x.png b/static_website/index_htm_files/449@2x.png
deleted file mode 100644
index 0dcd1117..00000000
Binary files a/static_website/index_htm_files/449@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/454.png b/static_website/index_htm_files/454.png
deleted file mode 100644
index e678e8b2..00000000
Binary files a/static_website/index_htm_files/454.png and /dev/null differ
diff --git a/static_website/index_htm_files/454@2x.png b/static_website/index_htm_files/454@2x.png
deleted file mode 100644
index 3e9ee4c2..00000000
Binary files a/static_website/index_htm_files/454@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/474.png b/static_website/index_htm_files/474.png
deleted file mode 100644
index 8b2dc38b..00000000
Binary files a/static_website/index_htm_files/474.png and /dev/null differ
diff --git a/static_website/index_htm_files/474@2x.png b/static_website/index_htm_files/474@2x.png
deleted file mode 100644
index 8ea3bf8e..00000000
Binary files a/static_website/index_htm_files/474@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/476.png b/static_website/index_htm_files/476.png
deleted file mode 100644
index 1e31bc6e..00000000
Binary files a/static_website/index_htm_files/476.png and /dev/null differ
diff --git a/static_website/index_htm_files/476@2x.png b/static_website/index_htm_files/476@2x.png
deleted file mode 100644
index 664008ab..00000000
Binary files a/static_website/index_htm_files/476@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/478.png b/static_website/index_htm_files/478.png
deleted file mode 100644
index 4a54236c..00000000
Binary files a/static_website/index_htm_files/478.png and /dev/null differ
diff --git a/static_website/index_htm_files/478@2x.png b/static_website/index_htm_files/478@2x.png
deleted file mode 100644
index 8fda9929..00000000
Binary files a/static_website/index_htm_files/478@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/479.png b/static_website/index_htm_files/479.png
deleted file mode 100644
index 12829ef8..00000000
Binary files a/static_website/index_htm_files/479.png and /dev/null differ
diff --git a/static_website/index_htm_files/479@2x.png b/static_website/index_htm_files/479@2x.png
deleted file mode 100644
index 030b3add..00000000
Binary files a/static_website/index_htm_files/479@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/500.png b/static_website/index_htm_files/500.png
deleted file mode 100644
index 480bb073..00000000
Binary files a/static_website/index_htm_files/500.png and /dev/null differ
diff --git a/static_website/index_htm_files/500@2x.png b/static_website/index_htm_files/500@2x.png
deleted file mode 100644
index 47acda38..00000000
Binary files a/static_website/index_htm_files/500@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/502.png b/static_website/index_htm_files/502.png
deleted file mode 100644
index 85c44840..00000000
Binary files a/static_website/index_htm_files/502.png and /dev/null differ
diff --git a/static_website/index_htm_files/502@2x.png b/static_website/index_htm_files/502@2x.png
deleted file mode 100644
index 7c7af394..00000000
Binary files a/static_website/index_htm_files/502@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/505.png b/static_website/index_htm_files/505.png
deleted file mode 100644
index a23a6ab1..00000000
Binary files a/static_website/index_htm_files/505.png and /dev/null differ
diff --git a/static_website/index_htm_files/505@2x.png b/static_website/index_htm_files/505@2x.png
deleted file mode 100644
index 276f162b..00000000
Binary files a/static_website/index_htm_files/505@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/506.png b/static_website/index_htm_files/506.png
deleted file mode 100644
index f26da511..00000000
Binary files a/static_website/index_htm_files/506.png and /dev/null differ
diff --git a/static_website/index_htm_files/506@2x.png b/static_website/index_htm_files/506@2x.png
deleted file mode 100644
index 2128e225..00000000
Binary files a/static_website/index_htm_files/506@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/507.png b/static_website/index_htm_files/507.png
deleted file mode 100644
index 77c65c18..00000000
Binary files a/static_website/index_htm_files/507.png and /dev/null differ
diff --git a/static_website/index_htm_files/507@2x.png b/static_website/index_htm_files/507@2x.png
deleted file mode 100644
index 72096d07..00000000
Binary files a/static_website/index_htm_files/507@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/509.png b/static_website/index_htm_files/509.png
deleted file mode 100644
index dc405406..00000000
Binary files a/static_website/index_htm_files/509.png and /dev/null differ
diff --git a/static_website/index_htm_files/509@2x.png b/static_website/index_htm_files/509@2x.png
deleted file mode 100644
index 4c86668d..00000000
Binary files a/static_website/index_htm_files/509@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/511.png b/static_website/index_htm_files/511.png
deleted file mode 100644
index 283b4223..00000000
Binary files a/static_website/index_htm_files/511.png and /dev/null differ
diff --git a/static_website/index_htm_files/511@2x.png b/static_website/index_htm_files/511@2x.png
deleted file mode 100644
index c36a2549..00000000
Binary files a/static_website/index_htm_files/511@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/517.png b/static_website/index_htm_files/517.png
deleted file mode 100644
index e2696479..00000000
Binary files a/static_website/index_htm_files/517.png and /dev/null differ
diff --git a/static_website/index_htm_files/517@2x.png b/static_website/index_htm_files/517@2x.png
deleted file mode 100644
index 3711f367..00000000
Binary files a/static_website/index_htm_files/517@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/519.png b/static_website/index_htm_files/519.png
deleted file mode 100644
index 59f0db0f..00000000
Binary files a/static_website/index_htm_files/519.png and /dev/null differ
diff --git a/static_website/index_htm_files/519@2x.png b/static_website/index_htm_files/519@2x.png
deleted file mode 100644
index 5411b9f7..00000000
Binary files a/static_website/index_htm_files/519@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/529.png b/static_website/index_htm_files/529.png
deleted file mode 100644
index cd190271..00000000
Binary files a/static_website/index_htm_files/529.png and /dev/null differ
diff --git a/static_website/index_htm_files/529@2x.png b/static_website/index_htm_files/529@2x.png
deleted file mode 100644
index 8a0b15b8..00000000
Binary files a/static_website/index_htm_files/529@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/530.png b/static_website/index_htm_files/530.png
deleted file mode 100644
index 6ad6a45a..00000000
Binary files a/static_website/index_htm_files/530.png and /dev/null differ
diff --git a/static_website/index_htm_files/530@2x.png b/static_website/index_htm_files/530@2x.png
deleted file mode 100644
index a766d27a..00000000
Binary files a/static_website/index_htm_files/530@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/535.png b/static_website/index_htm_files/535.png
deleted file mode 100644
index e989d763..00000000
Binary files a/static_website/index_htm_files/535.png and /dev/null differ
diff --git a/static_website/index_htm_files/535@2x.png b/static_website/index_htm_files/535@2x.png
deleted file mode 100644
index c38702b1..00000000
Binary files a/static_website/index_htm_files/535@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/536.png b/static_website/index_htm_files/536.png
deleted file mode 100644
index 24058cfa..00000000
Binary files a/static_website/index_htm_files/536.png and /dev/null differ
diff --git a/static_website/index_htm_files/536@2x.png b/static_website/index_htm_files/536@2x.png
deleted file mode 100644
index 516611eb..00000000
Binary files a/static_website/index_htm_files/536@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/542.png b/static_website/index_htm_files/542.png
deleted file mode 100644
index 6f1c3008..00000000
Binary files a/static_website/index_htm_files/542.png and /dev/null differ
diff --git a/static_website/index_htm_files/542@2x.png b/static_website/index_htm_files/542@2x.png
deleted file mode 100644
index 7dc3c158..00000000
Binary files a/static_website/index_htm_files/542@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/543.png b/static_website/index_htm_files/543.png
deleted file mode 100644
index cc267965..00000000
Binary files a/static_website/index_htm_files/543.png and /dev/null differ
diff --git a/static_website/index_htm_files/543@2x.png b/static_website/index_htm_files/543@2x.png
deleted file mode 100644
index 7d33c99c..00000000
Binary files a/static_website/index_htm_files/543@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/544.png b/static_website/index_htm_files/544.png
deleted file mode 100644
index 2537fa69..00000000
Binary files a/static_website/index_htm_files/544.png and /dev/null differ
diff --git a/static_website/index_htm_files/544@2x.png b/static_website/index_htm_files/544@2x.png
deleted file mode 100644
index 48249fe0..00000000
Binary files a/static_website/index_htm_files/544@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/545.png b/static_website/index_htm_files/545.png
deleted file mode 100644
index 290d8121..00000000
Binary files a/static_website/index_htm_files/545.png and /dev/null differ
diff --git a/static_website/index_htm_files/545@2x.png b/static_website/index_htm_files/545@2x.png
deleted file mode 100644
index 04a654cf..00000000
Binary files a/static_website/index_htm_files/545@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/555.png b/static_website/index_htm_files/555.png
deleted file mode 100644
index b1225e85..00000000
Binary files a/static_website/index_htm_files/555.png and /dev/null differ
diff --git a/static_website/index_htm_files/555@2x.png b/static_website/index_htm_files/555@2x.png
deleted file mode 100644
index 631547c1..00000000
Binary files a/static_website/index_htm_files/555@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/556.png b/static_website/index_htm_files/556.png
deleted file mode 100644
index 54b9f655..00000000
Binary files a/static_website/index_htm_files/556.png and /dev/null differ
diff --git a/static_website/index_htm_files/556@2x.png b/static_website/index_htm_files/556@2x.png
deleted file mode 100644
index b37b8db1..00000000
Binary files a/static_website/index_htm_files/556@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/557.png b/static_website/index_htm_files/557.png
deleted file mode 100644
index ca6954a7..00000000
Binary files a/static_website/index_htm_files/557.png and /dev/null differ
diff --git a/static_website/index_htm_files/557@2x.png b/static_website/index_htm_files/557@2x.png
deleted file mode 100644
index 7b0ca6bf..00000000
Binary files a/static_website/index_htm_files/557@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/558.png b/static_website/index_htm_files/558.png
deleted file mode 100644
index 20400b8c..00000000
Binary files a/static_website/index_htm_files/558.png and /dev/null differ
diff --git a/static_website/index_htm_files/558@2x.png b/static_website/index_htm_files/558@2x.png
deleted file mode 100644
index a4093ecb..00000000
Binary files a/static_website/index_htm_files/558@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/560.png b/static_website/index_htm_files/560.png
deleted file mode 100644
index 75822f53..00000000
Binary files a/static_website/index_htm_files/560.png and /dev/null differ
diff --git a/static_website/index_htm_files/560@2x.png b/static_website/index_htm_files/560@2x.png
deleted file mode 100644
index 1a835947..00000000
Binary files a/static_website/index_htm_files/560@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/561.png b/static_website/index_htm_files/561.png
deleted file mode 100644
index 54451d69..00000000
Binary files a/static_website/index_htm_files/561.png and /dev/null differ
diff --git a/static_website/index_htm_files/561@2x.png b/static_website/index_htm_files/561@2x.png
deleted file mode 100644
index d269f47a..00000000
Binary files a/static_website/index_htm_files/561@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/562.png b/static_website/index_htm_files/562.png
deleted file mode 100644
index b7c9b987..00000000
Binary files a/static_website/index_htm_files/562.png and /dev/null differ
diff --git a/static_website/index_htm_files/562@2x.png b/static_website/index_htm_files/562@2x.png
deleted file mode 100644
index c33775be..00000000
Binary files a/static_website/index_htm_files/562@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/563.png b/static_website/index_htm_files/563.png
deleted file mode 100644
index 989cde10..00000000
Binary files a/static_website/index_htm_files/563.png and /dev/null differ
diff --git a/static_website/index_htm_files/563@2x.png b/static_website/index_htm_files/563@2x.png
deleted file mode 100644
index cca02dfe..00000000
Binary files a/static_website/index_htm_files/563@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/568.png b/static_website/index_htm_files/568.png
deleted file mode 100644
index 8359ca43..00000000
Binary files a/static_website/index_htm_files/568.png and /dev/null differ
diff --git a/static_website/index_htm_files/568@2x.png b/static_website/index_htm_files/568@2x.png
deleted file mode 100644
index db7e89e9..00000000
Binary files a/static_website/index_htm_files/568@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/569.png b/static_website/index_htm_files/569.png
deleted file mode 100644
index 781143d3..00000000
Binary files a/static_website/index_htm_files/569.png and /dev/null differ
diff --git a/static_website/index_htm_files/569@2x.png b/static_website/index_htm_files/569@2x.png
deleted file mode 100644
index 1956e5e2..00000000
Binary files a/static_website/index_htm_files/569@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/570.png b/static_website/index_htm_files/570.png
deleted file mode 100644
index b0319438..00000000
Binary files a/static_website/index_htm_files/570.png and /dev/null differ
diff --git a/static_website/index_htm_files/570@2x.png b/static_website/index_htm_files/570@2x.png
deleted file mode 100644
index 4b0102a3..00000000
Binary files a/static_website/index_htm_files/570@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/578.png b/static_website/index_htm_files/578.png
deleted file mode 100644
index 1e01c0a3..00000000
Binary files a/static_website/index_htm_files/578.png and /dev/null differ
diff --git a/static_website/index_htm_files/578@2x.png b/static_website/index_htm_files/578@2x.png
deleted file mode 100644
index 127a8ed8..00000000
Binary files a/static_website/index_htm_files/578@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/579.png b/static_website/index_htm_files/579.png
deleted file mode 100644
index df82193d..00000000
Binary files a/static_website/index_htm_files/579.png and /dev/null differ
diff --git a/static_website/index_htm_files/579@2x.png b/static_website/index_htm_files/579@2x.png
deleted file mode 100644
index 928d8ac6..00000000
Binary files a/static_website/index_htm_files/579@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/580.png b/static_website/index_htm_files/580.png
deleted file mode 100644
index ef86a0fe..00000000
Binary files a/static_website/index_htm_files/580.png and /dev/null differ
diff --git a/static_website/index_htm_files/580@2x.png b/static_website/index_htm_files/580@2x.png
deleted file mode 100644
index f76ece3c..00000000
Binary files a/static_website/index_htm_files/580@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/639.png b/static_website/index_htm_files/639.png
deleted file mode 100644
index 4cba16b5..00000000
Binary files a/static_website/index_htm_files/639.png and /dev/null differ
diff --git a/static_website/index_htm_files/639@2x.png b/static_website/index_htm_files/639@2x.png
deleted file mode 100644
index 080e2738..00000000
Binary files a/static_website/index_htm_files/639@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/691.png b/static_website/index_htm_files/691.png
deleted file mode 100644
index d28b3669..00000000
Binary files a/static_website/index_htm_files/691.png and /dev/null differ
diff --git a/static_website/index_htm_files/691@2x.png b/static_website/index_htm_files/691@2x.png
deleted file mode 100644
index 8be93d04..00000000
Binary files a/static_website/index_htm_files/691@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/694.png b/static_website/index_htm_files/694.png
deleted file mode 100644
index ac21cc08..00000000
Binary files a/static_website/index_htm_files/694.png and /dev/null differ
diff --git a/static_website/index_htm_files/694@2x.png b/static_website/index_htm_files/694@2x.png
deleted file mode 100644
index 33f74efd..00000000
Binary files a/static_website/index_htm_files/694@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/716.png b/static_website/index_htm_files/716.png
deleted file mode 100644
index d9e998b6..00000000
Binary files a/static_website/index_htm_files/716.png and /dev/null differ
diff --git a/static_website/index_htm_files/716@2x.png b/static_website/index_htm_files/716@2x.png
deleted file mode 100644
index 7434622a..00000000
Binary files a/static_website/index_htm_files/716@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/717.png b/static_website/index_htm_files/717.png
deleted file mode 100644
index d5e427a2..00000000
Binary files a/static_website/index_htm_files/717.png and /dev/null differ
diff --git a/static_website/index_htm_files/717@2x.png b/static_website/index_htm_files/717@2x.png
deleted file mode 100644
index e989c9ca..00000000
Binary files a/static_website/index_htm_files/717@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/718.png b/static_website/index_htm_files/718.png
deleted file mode 100644
index 2ce8912f..00000000
Binary files a/static_website/index_htm_files/718.png and /dev/null differ
diff --git a/static_website/index_htm_files/718@2x.png b/static_website/index_htm_files/718@2x.png
deleted file mode 100644
index 665d9956..00000000
Binary files a/static_website/index_htm_files/718@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/755.png b/static_website/index_htm_files/755.png
deleted file mode 100644
index 45e8fcc7..00000000
Binary files a/static_website/index_htm_files/755.png and /dev/null differ
diff --git a/static_website/index_htm_files/755@2x.png b/static_website/index_htm_files/755@2x.png
deleted file mode 100644
index 087fc20a..00000000
Binary files a/static_website/index_htm_files/755@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/77.png b/static_website/index_htm_files/77.png
deleted file mode 100644
index e913930f..00000000
Binary files a/static_website/index_htm_files/77.png and /dev/null differ
diff --git a/static_website/index_htm_files/77@2x.png b/static_website/index_htm_files/77@2x.png
deleted file mode 100644
index e3dd32f9..00000000
Binary files a/static_website/index_htm_files/77@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/784.png b/static_website/index_htm_files/784.png
deleted file mode 100644
index d0bf4c27..00000000
Binary files a/static_website/index_htm_files/784.png and /dev/null differ
diff --git a/static_website/index_htm_files/784@2x.png b/static_website/index_htm_files/784@2x.png
deleted file mode 100644
index 57705741..00000000
Binary files a/static_website/index_htm_files/784@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/786.png b/static_website/index_htm_files/786.png
deleted file mode 100644
index a7772ffc..00000000
Binary files a/static_website/index_htm_files/786.png and /dev/null differ
diff --git a/static_website/index_htm_files/786@2x.png b/static_website/index_htm_files/786@2x.png
deleted file mode 100644
index 5aeded23..00000000
Binary files a/static_website/index_htm_files/786@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/795.png b/static_website/index_htm_files/795.png
deleted file mode 100644
index 9276a0a9..00000000
Binary files a/static_website/index_htm_files/795.png and /dev/null differ
diff --git a/static_website/index_htm_files/795@2x.png b/static_website/index_htm_files/795@2x.png
deleted file mode 100644
index 67c19650..00000000
Binary files a/static_website/index_htm_files/795@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/804.png b/static_website/index_htm_files/804.png
deleted file mode 100644
index c6f77503..00000000
Binary files a/static_website/index_htm_files/804.png and /dev/null differ
diff --git a/static_website/index_htm_files/804@2x.png b/static_website/index_htm_files/804@2x.png
deleted file mode 100644
index bdcad737..00000000
Binary files a/static_website/index_htm_files/804@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/813.png b/static_website/index_htm_files/813.png
deleted file mode 100644
index 88370eae..00000000
Binary files a/static_website/index_htm_files/813.png and /dev/null differ
diff --git a/static_website/index_htm_files/813@2x.png b/static_website/index_htm_files/813@2x.png
deleted file mode 100644
index 3176efd0..00000000
Binary files a/static_website/index_htm_files/813@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/82.jpg b/static_website/index_htm_files/82.jpg
deleted file mode 100644
index a4e258ec..00000000
Binary files a/static_website/index_htm_files/82.jpg and /dev/null differ
diff --git a/static_website/index_htm_files/825.png b/static_website/index_htm_files/825.png
deleted file mode 100644
index f07821aa..00000000
Binary files a/static_website/index_htm_files/825.png and /dev/null differ
diff --git a/static_website/index_htm_files/825@2x.png b/static_website/index_htm_files/825@2x.png
deleted file mode 100644
index 176ac1cb..00000000
Binary files a/static_website/index_htm_files/825@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/82@2x.jpg b/static_website/index_htm_files/82@2x.jpg
deleted file mode 100644
index aa45e900..00000000
Binary files a/static_website/index_htm_files/82@2x.jpg and /dev/null differ
diff --git a/static_website/index_htm_files/839.png b/static_website/index_htm_files/839.png
deleted file mode 100644
index 4a739abf..00000000
Binary files a/static_website/index_htm_files/839.png and /dev/null differ
diff --git a/static_website/index_htm_files/839@2x.png b/static_website/index_htm_files/839@2x.png
deleted file mode 100644
index c0999cc9..00000000
Binary files a/static_website/index_htm_files/839@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/841.png b/static_website/index_htm_files/841.png
deleted file mode 100644
index 68a8f927..00000000
Binary files a/static_website/index_htm_files/841.png and /dev/null differ
diff --git a/static_website/index_htm_files/841@2x.png b/static_website/index_htm_files/841@2x.png
deleted file mode 100644
index 28c0806d..00000000
Binary files a/static_website/index_htm_files/841@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/851.png b/static_website/index_htm_files/851.png
deleted file mode 100644
index 54db3bf8..00000000
Binary files a/static_website/index_htm_files/851.png and /dev/null differ
diff --git a/static_website/index_htm_files/851@2x.png b/static_website/index_htm_files/851@2x.png
deleted file mode 100644
index ef5075ed..00000000
Binary files a/static_website/index_htm_files/851@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/852.png b/static_website/index_htm_files/852.png
deleted file mode 100644
index 7c1a0641..00000000
Binary files a/static_website/index_htm_files/852.png and /dev/null differ
diff --git a/static_website/index_htm_files/852@2x.png b/static_website/index_htm_files/852@2x.png
deleted file mode 100644
index df52bde6..00000000
Binary files a/static_website/index_htm_files/852@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/858.png b/static_website/index_htm_files/858.png
deleted file mode 100644
index 78e68d2f..00000000
Binary files a/static_website/index_htm_files/858.png and /dev/null differ
diff --git a/static_website/index_htm_files/858@2x.png b/static_website/index_htm_files/858@2x.png
deleted file mode 100644
index ed86e03c..00000000
Binary files a/static_website/index_htm_files/858@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/886.png b/static_website/index_htm_files/886.png
deleted file mode 100644
index c96a911b..00000000
Binary files a/static_website/index_htm_files/886.png and /dev/null differ
diff --git a/static_website/index_htm_files/886@2x.png b/static_website/index_htm_files/886@2x.png
deleted file mode 100644
index f2884126..00000000
Binary files a/static_website/index_htm_files/886@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/896.png b/static_website/index_htm_files/896.png
deleted file mode 100644
index d8794dc5..00000000
Binary files a/static_website/index_htm_files/896.png and /dev/null differ
diff --git a/static_website/index_htm_files/896@2x.png b/static_website/index_htm_files/896@2x.png
deleted file mode 100644
index b5c92963..00000000
Binary files a/static_website/index_htm_files/896@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/897.png b/static_website/index_htm_files/897.png
deleted file mode 100644
index dfad8692..00000000
Binary files a/static_website/index_htm_files/897.png and /dev/null differ
diff --git a/static_website/index_htm_files/897@2x.png b/static_website/index_htm_files/897@2x.png
deleted file mode 100644
index 89601687..00000000
Binary files a/static_website/index_htm_files/897@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/899.png b/static_website/index_htm_files/899.png
deleted file mode 100644
index 1cb485d5..00000000
Binary files a/static_website/index_htm_files/899.png and /dev/null differ
diff --git a/static_website/index_htm_files/899@2x.png b/static_website/index_htm_files/899@2x.png
deleted file mode 100644
index a630dfad..00000000
Binary files a/static_website/index_htm_files/899@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/915.png b/static_website/index_htm_files/915.png
deleted file mode 100644
index eb34e35f..00000000
Binary files a/static_website/index_htm_files/915.png and /dev/null differ
diff --git a/static_website/index_htm_files/915@2x.png b/static_website/index_htm_files/915@2x.png
deleted file mode 100644
index 7773cd92..00000000
Binary files a/static_website/index_htm_files/915@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/917.png b/static_website/index_htm_files/917.png
deleted file mode 100644
index d206437f..00000000
Binary files a/static_website/index_htm_files/917.png and /dev/null differ
diff --git a/static_website/index_htm_files/917@2x.png b/static_website/index_htm_files/917@2x.png
deleted file mode 100644
index fc6d756b..00000000
Binary files a/static_website/index_htm_files/917@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/919.png b/static_website/index_htm_files/919.png
deleted file mode 100644
index 0a707eb1..00000000
Binary files a/static_website/index_htm_files/919.png and /dev/null differ
diff --git a/static_website/index_htm_files/919@2x.png b/static_website/index_htm_files/919@2x.png
deleted file mode 100644
index f2ec1caf..00000000
Binary files a/static_website/index_htm_files/919@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/944.png b/static_website/index_htm_files/944.png
deleted file mode 100644
index ac581b80..00000000
Binary files a/static_website/index_htm_files/944.png and /dev/null differ
diff --git a/static_website/index_htm_files/944@2x.png b/static_website/index_htm_files/944@2x.png
deleted file mode 100644
index 41f50f22..00000000
Binary files a/static_website/index_htm_files/944@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/948.png b/static_website/index_htm_files/948.png
deleted file mode 100644
index c7207789..00000000
Binary files a/static_website/index_htm_files/948.png and /dev/null differ
diff --git a/static_website/index_htm_files/948@2x.png b/static_website/index_htm_files/948@2x.png
deleted file mode 100644
index b1517284..00000000
Binary files a/static_website/index_htm_files/948@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/949.png b/static_website/index_htm_files/949.png
deleted file mode 100644
index 38a54f1a..00000000
Binary files a/static_website/index_htm_files/949.png and /dev/null differ
diff --git a/static_website/index_htm_files/949@2x.png b/static_website/index_htm_files/949@2x.png
deleted file mode 100644
index c55da7d1..00000000
Binary files a/static_website/index_htm_files/949@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/950.png b/static_website/index_htm_files/950.png
deleted file mode 100644
index 923d112f..00000000
Binary files a/static_website/index_htm_files/950.png and /dev/null differ
diff --git a/static_website/index_htm_files/950@2x.png b/static_website/index_htm_files/950@2x.png
deleted file mode 100644
index 37f598cb..00000000
Binary files a/static_website/index_htm_files/950@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/951.png b/static_website/index_htm_files/951.png
deleted file mode 100644
index 85255a0e..00000000
Binary files a/static_website/index_htm_files/951.png and /dev/null differ
diff --git a/static_website/index_htm_files/951@2x.png b/static_website/index_htm_files/951@2x.png
deleted file mode 100644
index e7f73ac1..00000000
Binary files a/static_website/index_htm_files/951@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/952.png b/static_website/index_htm_files/952.png
deleted file mode 100644
index ea38e1bf..00000000
Binary files a/static_website/index_htm_files/952.png and /dev/null differ
diff --git a/static_website/index_htm_files/952@2x.png b/static_website/index_htm_files/952@2x.png
deleted file mode 100644
index 719bec78..00000000
Binary files a/static_website/index_htm_files/952@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/953.png b/static_website/index_htm_files/953.png
deleted file mode 100644
index cd2c2435..00000000
Binary files a/static_website/index_htm_files/953.png and /dev/null differ
diff --git a/static_website/index_htm_files/953@2x.png b/static_website/index_htm_files/953@2x.png
deleted file mode 100644
index afd039b8..00000000
Binary files a/static_website/index_htm_files/953@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/958.png b/static_website/index_htm_files/958.png
deleted file mode 100644
index 04da3709..00000000
Binary files a/static_website/index_htm_files/958.png and /dev/null differ
diff --git a/static_website/index_htm_files/958@2x.png b/static_website/index_htm_files/958@2x.png
deleted file mode 100644
index ede215ca..00000000
Binary files a/static_website/index_htm_files/958@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/979.png b/static_website/index_htm_files/979.png
deleted file mode 100644
index 811bc52a..00000000
Binary files a/static_website/index_htm_files/979.png and /dev/null differ
diff --git a/static_website/index_htm_files/979@2x.png b/static_website/index_htm_files/979@2x.png
deleted file mode 100644
index b8c40024..00000000
Binary files a/static_website/index_htm_files/979@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/982.png b/static_website/index_htm_files/982.png
deleted file mode 100644
index 0c09e96b..00000000
Binary files a/static_website/index_htm_files/982.png and /dev/null differ
diff --git a/static_website/index_htm_files/982@2x.png b/static_website/index_htm_files/982@2x.png
deleted file mode 100644
index f4e7905d..00000000
Binary files a/static_website/index_htm_files/982@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/983.png b/static_website/index_htm_files/983.png
deleted file mode 100644
index 4167015b..00000000
Binary files a/static_website/index_htm_files/983.png and /dev/null differ
diff --git a/static_website/index_htm_files/983@2x.png b/static_website/index_htm_files/983@2x.png
deleted file mode 100644
index 89756760..00000000
Binary files a/static_website/index_htm_files/983@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/985.png b/static_website/index_htm_files/985.png
deleted file mode 100644
index 4de81290..00000000
Binary files a/static_website/index_htm_files/985.png and /dev/null differ
diff --git a/static_website/index_htm_files/985@2x.png b/static_website/index_htm_files/985@2x.png
deleted file mode 100644
index 40caf09c..00000000
Binary files a/static_website/index_htm_files/985@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/987.png b/static_website/index_htm_files/987.png
deleted file mode 100644
index c3ea5348..00000000
Binary files a/static_website/index_htm_files/987.png and /dev/null differ
diff --git a/static_website/index_htm_files/987@2x.png b/static_website/index_htm_files/987@2x.png
deleted file mode 100644
index 599a6d61..00000000
Binary files a/static_website/index_htm_files/987@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/995.png b/static_website/index_htm_files/995.png
deleted file mode 100644
index 48d57bb7..00000000
Binary files a/static_website/index_htm_files/995.png and /dev/null differ
diff --git a/static_website/index_htm_files/995@2x.png b/static_website/index_htm_files/995@2x.png
deleted file mode 100644
index 9e8c1cc2..00000000
Binary files a/static_website/index_htm_files/995@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/996.png b/static_website/index_htm_files/996.png
deleted file mode 100644
index 4a982305..00000000
Binary files a/static_website/index_htm_files/996.png and /dev/null differ
diff --git a/static_website/index_htm_files/996@2x.png b/static_website/index_htm_files/996@2x.png
deleted file mode 100644
index 503c1d60..00000000
Binary files a/static_website/index_htm_files/996@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/997.png b/static_website/index_htm_files/997.png
deleted file mode 100644
index 60ad6e9b..00000000
Binary files a/static_website/index_htm_files/997.png and /dev/null differ
diff --git a/static_website/index_htm_files/997@2x.png b/static_website/index_htm_files/997@2x.png
deleted file mode 100644
index c12e36b1..00000000
Binary files a/static_website/index_htm_files/997@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/998.png b/static_website/index_htm_files/998.png
deleted file mode 100644
index b84838c2..00000000
Binary files a/static_website/index_htm_files/998.png and /dev/null differ
diff --git a/static_website/index_htm_files/998@2x.png b/static_website/index_htm_files/998@2x.png
deleted file mode 100644
index 96b79dba..00000000
Binary files a/static_website/index_htm_files/998@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/999.png b/static_website/index_htm_files/999.png
deleted file mode 100644
index 7e083368..00000000
Binary files a/static_website/index_htm_files/999.png and /dev/null differ
diff --git a/static_website/index_htm_files/999@2x.png b/static_website/index_htm_files/999@2x.png
deleted file mode 100644
index 189668dc..00000000
Binary files a/static_website/index_htm_files/999@2x.png and /dev/null differ
diff --git a/static_website/index_htm_files/XaraWDEmbeddedHTMLfont1.eot b/static_website/index_htm_files/XaraWDEmbeddedHTMLfont1.eot
deleted file mode 100644
index f7f55985..00000000
Binary files a/static_website/index_htm_files/XaraWDEmbeddedHTMLfont1.eot and /dev/null differ
diff --git a/static_website/index_htm_files/XaraWDEmbeddedHTMLfont2.eot b/static_website/index_htm_files/XaraWDEmbeddedHTMLfont2.eot
deleted file mode 100644
index cedd86a7..00000000
Binary files a/static_website/index_htm_files/XaraWDEmbeddedHTMLfont2.eot and /dev/null differ
diff --git a/static_website/index_htm_files/XaraWDEmbeddedHTMLfont3.eot b/static_website/index_htm_files/XaraWDEmbeddedHTMLfont3.eot
deleted file mode 100644
index cedd86a7..00000000
Binary files a/static_website/index_htm_files/XaraWDEmbeddedHTMLfont3.eot and /dev/null differ
diff --git a/static_website/index_htm_files/XaraWDEmbeddedHTMLfont4.eot b/static_website/index_htm_files/XaraWDEmbeddedHTMLfont4.eot
deleted file mode 100644
index 6852796a..00000000
Binary files a/static_website/index_htm_files/XaraWDEmbeddedHTMLfont4.eot and /dev/null differ
diff --git a/static_website/index_htm_files/XaraWDEmbeddedHTMLfont5.eot b/static_website/index_htm_files/XaraWDEmbeddedHTMLfont5.eot
deleted file mode 100644
index fff57c7f..00000000
Binary files a/static_website/index_htm_files/XaraWDEmbeddedHTMLfont5.eot and /dev/null differ
diff --git a/static_website/index_htm_files/XaraWDGeneratedHTMLfont1.woff b/static_website/index_htm_files/XaraWDGeneratedHTMLfont1.woff
deleted file mode 100644
index 5dfbedf8..00000000
Binary files a/static_website/index_htm_files/XaraWDGeneratedHTMLfont1.woff and /dev/null differ
diff --git a/static_website/index_htm_files/XaraWDGeneratedHTMLfont2.woff b/static_website/index_htm_files/XaraWDGeneratedHTMLfont2.woff
deleted file mode 100644
index b1b30266..00000000
Binary files a/static_website/index_htm_files/XaraWDGeneratedHTMLfont2.woff and /dev/null differ
diff --git a/static_website/index_htm_files/XaraWDGeneratedHTMLfont3.woff b/static_website/index_htm_files/XaraWDGeneratedHTMLfont3.woff
deleted file mode 100644
index b1b30266..00000000
Binary files a/static_website/index_htm_files/XaraWDGeneratedHTMLfont3.woff and /dev/null differ
diff --git a/static_website/index_htm_files/XaraWDGeneratedHTMLfont4.woff b/static_website/index_htm_files/XaraWDGeneratedHTMLfont4.woff
deleted file mode 100644
index c11e047a..00000000
Binary files a/static_website/index_htm_files/XaraWDGeneratedHTMLfont4.woff and /dev/null differ
diff --git a/static_website/index_htm_files/XaraWDGeneratedHTMLfont5.woff b/static_website/index_htm_files/XaraWDGeneratedHTMLfont5.woff
deleted file mode 100644
index 53caf696..00000000
Binary files a/static_website/index_htm_files/XaraWDGeneratedHTMLfont5.woff and /dev/null differ
diff --git a/static_website/index_htm_files/close.png b/static_website/index_htm_files/close.png
deleted file mode 100644
index 4de4396d..00000000
Binary files a/static_website/index_htm_files/close.png and /dev/null differ
diff --git a/static_website/index_htm_files/closeX.png b/static_website/index_htm_files/closeX.png
deleted file mode 100644
index cf5d0181..00000000
Binary files a/static_website/index_htm_files/closeX.png and /dev/null differ
diff --git a/static_website/index_htm_files/controlbar-text-buttons.png b/static_website/index_htm_files/controlbar-text-buttons.png
deleted file mode 100644
index d2f72e0a..00000000
Binary files a/static_website/index_htm_files/controlbar-text-buttons.png and /dev/null differ
diff --git a/static_website/index_htm_files/custom.png b/static_website/index_htm_files/custom.png
deleted file mode 100644
index d0343422..00000000
Binary files a/static_website/index_htm_files/custom.png and /dev/null differ
diff --git a/static_website/index_htm_files/custom_styles.css b/static_website/index_htm_files/custom_styles.css
deleted file mode 100644
index 67ec7de7..00000000
--- a/static_website/index_htm_files/custom_styles.css
+++ /dev/null
@@ -1,7 +0,0 @@
-.Normal_text {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:12px;text-decoration:none;text-transform: none;color:#1B1B1B;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.Heading_2 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:20px;text-decoration:none;text-transform: none;color:#1C6C93;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.Heading_1 {font-family:'Advent Pro Thin';font-weight:250;font-style:normal;font-size:40px;text-decoration:none;text-transform: none;color:#000000;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.Normal_-40Web-41 {font-family:Times New Roman;font-size:16px;}
-.List_Paragraph {}
-.Hyperlink {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;text-decoration:underline;text-transform: none;color:#0563C1;-webkit-text-stroke: 0px black;letter-spacing:-317.412em;}
-.Heading_3 {color:#FFFFFF;}
diff --git a/static_website/index_htm_files/fullexpand.gif b/static_website/index_htm_files/fullexpand.gif
deleted file mode 100644
index 26d9ed02..00000000
Binary files a/static_website/index_htm_files/fullexpand.gif and /dev/null differ
diff --git a/static_website/index_htm_files/geckodimmer.png b/static_website/index_htm_files/geckodimmer.png
deleted file mode 100644
index 309bb278..00000000
Binary files a/static_website/index_htm_files/geckodimmer.png and /dev/null differ
diff --git a/static_website/index_htm_files/highslide-ie6.css b/static_website/index_htm_files/highslide-ie6.css
deleted file mode 100644
index 78a1e636..00000000
--- a/static_website/index_htm_files/highslide-ie6.css
+++ /dev/null
@@ -1,71 +0,0 @@
-.closebutton {
- /* NOTE! This URL is relative to the HTML page, not the CSS */
- filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
- src='close.png', sizingMethod='scale');
-
- background: none;
- cursor: hand;
-}
-
-/* Viewport fixed hack */
-.highslide-viewport {
- position: absolute;
- left: expression( ( ( ignoreMe1 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
- top: expression( ( ignoreMe2 = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) + 'px' );
- width: expression( ( ( ignoreMe3 = document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) ) + 'px' );
- height: expression( ( ( ignoreMe4 = document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) ) + 'px' );
-}
-
-/* Thumbstrip PNG fix */
-.highslide-scroll-down, .highslide-scroll-up {
- position: relative;
- overflow: hidden;
-}
-.highslide-scroll-down div, .highslide-scroll-up div {
- /* NOTE! This URL is relative to the HTML page, not the CSS */
- filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(
- src='scrollarrows.png', sizingMethod='scale');
- background: none !important;
- position: absolute;
- cursor: hand;
- width: 75px;
- height: 75px !important;
-}
-.highslide-thumbstrip-horizontal .highslide-scroll-down div {
- left: -50px;
- top: -15px;
-}
-.highslide-thumbstrip-horizontal .highslide-scroll-up div {
- top: -15px;
-}
-.highslide-thumbstrip-vertical .highslide-scroll-down div {
- top: -50px;
-}
-
-/* Thumbstrip marker arrow trasparent background fix */
-.highslide-thumbstrip .highslide-marker {
- border-color: white; /* match the background */
-}
-.dark .highslide-thumbstrip-horizontal .highslide-marker {
- border-color: #111;
-}
-.highslide-viewport .highslide-marker {
- border-color: #333;
-}
-.highslide-thumbstrip {
- float: left;
-}
-
-/* Positioning fixes for the control bar */
-.text-controls .highslide-controls {
- width: 480px;
-}
-.text-controls a span {
- width: 4em;
-}
-.text-controls .highslide-full-expand a span {
- width: 0;
-}
-.text-controls .highslide-close a span {
- width: 0;
-}
diff --git a/static_website/index_htm_files/highslide.css b/static_website/index_htm_files/highslide.css
deleted file mode 100644
index c054f999..00000000
--- a/static_website/index_htm_files/highslide.css
+++ /dev/null
@@ -1,917 +0,0 @@
-/**
-* @file: highslide.css
-* @version: 4.1.8
-*/
-.highslide-container div {
- font-family: Arial, sans-serif;
- font-size: 10pt;
-}
-.highslide-container table {
- background: none;
-}
-.highslide {
- outline: none;
- text-decoration: none;
-}
-.highslide-active-anchor img {
- visibility: hidden;
-}
-.highslide-gallery .highslide-active-anchor img {
- border-color: black;
- visibility: visible;
- cursor: default;
-}
-.highslide-image {
- border-width: 2px;
- border-style: solid;
- border-color: white;
- background: white;
-}
-.highslide-wrapper, .highslide-outline {
- background: white;
-}
-.glossy-dark {
- background: #111;
-}
-
-.highslide-image-blur {
-}
-.highslide-number {
- font-weight: bold;
- color: gray;
- font-size: .9em;
-}
-.highslide-caption {
- display: none;
- font-size: 1em;
- padding: 5px;
- /*background: white;*/
-}
-.highslide-heading {
- display: none;
- font-weight: bold;
- margin: 0.4em;
-}
-.highslide-dimming {
- position: absolute;
- background: black;
-}
-a.highslide-full-expand {
- background: url(fullexpand.gif) no-repeat;
- display: block;
- margin: 0 10px 10px 0;
- width: 34px;
- height: 34px;
-}
-.highslide-loading {
- display: block;
- color: black;
- font-size: 9px;
- font-weight: bold;
- text-transform: uppercase;
- text-decoration: none;
- padding: 3px;
- border: 1px solid white;
- background-color: white;
- padding-left: 22px;
- background-image: url(loader.white.gif);
- background-repeat: no-repeat;
- background-position: 3px 1px;
-}
-a.highslide-credits,
-a.highslide-credits i {
- padding: 2px;
- color: silver;
- text-decoration: none;
- font-size: 10px;
-}
-a.highslide-credits:hover,
-a.highslide-credits:hover i {
- color: white;
- background-color: gray;
-}
-.highslide-move, .highslide-move * {
- cursor: move;
-}
-
-.highslide-viewport {
- display: none;
- position: fixed;
- width: 100%;
- height: 100%;
- z-index: 1;
- background: none;
- left: 0;
- top: 0;
-}
-.highslide-overlay {
- display: none;
-}
-.hidden-container {
- display: none;
-}
-/* Example of a semitransparent, offset closebutton */
-.closebutton {
- position: relative;
- top: -15px;
- left: 15px;
- width: 30px;
- height: 30px;
- cursor: pointer;
- background: url(close.png);
- /* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
-}
-
-/*****************************************************************************/
-/* Thumbnail boxes for the galleries. */
-/* Remove these if you are not using a gallery. */
-/*****************************************************************************/
-.highslide-gallery ul {
- list-style-type: none;
- margin: 0;
- padding: 0;
-}
-.highslide-gallery ul li {
- display: block;
- position: relative;
- float: left;
- width: 106px;
- height: 106px;
- border: 1px solid silver;
- background: #ededed;
- margin: 2px;
- line-height: 0;
- overflow: hidden;
-}
-.highslide-gallery ul a {
- position: absolute;
- top: 50%;
- left: 50%;
-}
-.highslide-gallery ul img {
- position: relative;
- top: -50%;
- left: -50%;
-}
-html>/**/body .highslide-gallery ul li {
- display: table;
- text-align: center;
-}
-html>/**/body .highslide-gallery ul li {
- text-align: center;
-}
-html>/**/body .highslide-gallery ul a {
- position: static;
- display: table-cell;
- vertical-align: middle;
-}
-html>/**/body .highslide-gallery ul img {
- position: static;
-}
-
-/*****************************************************************************/
-/* Controls for the galleries. */
-/* Remove these if you are not using a gallery */
-/*****************************************************************************/
-.highslide-controls {
- width: 195px;
- height: 40px;
- background: url(controlbar-white.gif) 0 -90px no-repeat;
- margin: 20px 15px 10px 0;
-}
-.highslide-controls ul {
- position: relative;
- left: 15px;
- height: 40px;
- list-style: none;
- margin: 0;
- padding: 0;
- background: url(controlbar-white.gif) right -90px no-repeat;
-
-}
-.highslide-controls li {
- float: left;
- padding: 5px 0;
- margin:0;
- list-style: none;
-}
-.highslide-controls a {
- background-image: url(controlbar-white.gif);
- display: block;
- float: left;
- height: 30px;
- width: 30px;
- outline: none;
-}
-.highslide-controls a.disabled {
- cursor: default;
-}
-.highslide-controls a.disabled span {
- cursor: default;
-}
-.highslide-controls a span {
- /* hide the text for these graphic buttons */
- display: none;
- cursor: pointer;
-}
-
-
-/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
-.highslide-controls .highslide-previous a {
- background-position: 0 0;
-}
-.highslide-controls .highslide-previous a:hover {
- background-position: 0 -30px;
-}
-.highslide-controls .highslide-previous a.disabled {
- background-position: 0 -60px !important;
-}
-.highslide-controls .highslide-play a {
- background-position: -30px 0;
-}
-.highslide-controls .highslide-play a:hover {
- background-position: -30px -30px;
-}
-.highslide-controls .highslide-play a.disabled {
- background-position: -30px -60px !important;
-}
-.highslide-controls .highslide-pause a {
- background-position: -60px 0;
-}
-.highslide-controls .highslide-pause a:hover {
- background-position: -60px -30px;
-}
-.highslide-controls .highslide-next a {
- background-position: -90px 0;
-}
-.highslide-controls .highslide-next a:hover {
- background-position: -90px -30px;
-}
-.highslide-controls .highslide-next a.disabled {
- background-position: -90px -60px !important;
-}
-.highslide-controls .highslide-move a {
- background-position: -120px 0;
-}
-.highslide-controls .highslide-move a:hover {
- background-position: -120px -30px;
-}
-.highslide-controls .highslide-full-expand a {
- background-position: -150px 0;
-}
-.highslide-controls .highslide-full-expand a:hover {
- background-position: -150px -30px;
-}
-.highslide-controls .highslide-full-expand a.disabled {
- background-position: -150px -60px !important;
-}
-.highslide-controls .highslide-close a {
- background-position: -180px 0;
-}
-.highslide-controls .highslide-close a:hover {
- background-position: -180px -30px;
-}
-
-/*****************************************************************************/
-/* Styles for the HTML popups */
-/* Remove these if you are not using Highslide HTML */
-/*****************************************************************************/
-.highslide-maincontent {
- display: none;
-}
-.highslide-html {
- background-color: white;
-}
-.highslide-html-content {
- display: none;
- width: 400px;
- padding: 0 5px 5px 5px;
-}
-.highslide-header {
- padding-bottom: 5px;
-}
-.highslide-header ul {
- margin: 0;
- padding: 0;
- text-align: right;
-}
-.highslide-header ul li {
- display: inline;
- padding-left: 1em;
-}
-.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
- display: none;
-}
-.highslide-header a {
- font-weight: bold;
- color: gray;
- text-transform: uppercase;
- text-decoration: none;
-}
-.highslide-header a:hover {
- color: black;
-}
-.highslide-header .highslide-move a {
- cursor: move;
-}
-.highslide-footer {
- height: 16px;
-}
-.highslide-footer .highslide-resize {
- display: block;
- float: right;
- margin-top: 5px;
- height: 11px;
- width: 11px;
- background: url(resize.gif) no-repeat;
-}
-.highslide-footer .highslide-resize span {
- display: none;
-}
-.highslide-body {
-}
-.highslide-resize {
- cursor: nw-resize;
-}
-
-/*****************************************************************************/
-/* Styles for the Individual wrapper class names. */
-/* See www.highslide.com/ref/hs.wrapperClassName */
-/* You can safely remove the class name themes you don't use */
-/*****************************************************************************/
-
-/* hs.wrapperClassName = 'draggable-header' */
-.draggable-header .highslide-header {
- height: 18px;
- border-bottom: 1px solid #dddddd;
-}
-.draggable-header .highslide-heading {
- position: absolute;
- margin: 2px 0.4em;
-}
-
-.draggable-header .highslide-header .highslide-move {
- cursor: move;
- display: block;
- height: 16px;
- position: absolute;
- right: 24px;
- top: 0;
- width: 100%;
- z-index: 1;
-}
-.draggable-header .highslide-header .highslide-move * {
- display: none;
-}
-.draggable-header .highslide-header .highslide-close {
- position: absolute;
- right: 2px;
- top: 2px;
- z-index: 5;
- padding: 0;
-}
-.draggable-header .highslide-header .highslide-close a {
- display: block;
- height: 16px;
- width: 16px;
- background-image: url(closeX.png);
-}
-.draggable-header .highslide-header .highslide-close a:hover {
- background-position: 0 16px;
-}
-.draggable-header .highslide-header .highslide-close span {
- display: none;
-}
-.draggable-header .highslide-maincontent {
- padding-top: 1em;
-}
-
-/* hs.wrapperClassName = 'titlebar' */
-.titlebar .highslide-header {
- height: 18px;
- border-bottom: 1px solid #dddddd;
-}
-.titlebar .highslide-heading {
- position: absolute;
- width: 90%;
- margin: 1px 0 1px 5px;
- color: #666666;
-}
-
-.titlebar .highslide-header .highslide-move {
- cursor: move;
- display: block;
- height: 16px;
- position: absolute;
- right: 24px;
- top: 0;
- width: 100%;
- z-index: 1;
-}
-.titlebar .highslide-header .highslide-move * {
- display: none;
-}
-.titlebar .highslide-header li {
- position: relative;
- top: 3px;
- z-index: 2;
- padding: 0 0 0 1em;
-}
-.titlebar .highslide-maincontent {
- padding-top: 1em;
-}
-
-/* hs.wrapperClassName = 'no-footer' */
-.no-footer .highslide-footer {
- display: none;
-}
-
-/* hs.wrapperClassName = 'wide-border' */
-.wide-border {
- background: white;
-}
-.wide-border .highslide-image {
- border-width: 10px;
-}
-.wide-border .highslide-caption {
- padding: 0 10px 10px 10px;
-}
-
-/* hs.wrapperClassName = 'borderless' */
-.borderless .highslide-image {
- border: none;
-}
-.borderless .highslide-caption {
- border-bottom: 1px solid white;
- border-top: 1px solid white;
- background: silver;
-}
-
-/* hs.wrapperClassName = 'outer-glow' */
-.outer-glow {
- background: #444;
-}
-.outer-glow .highslide-image {
- border: 5px solid #444444;
-}
-.outer-glow .highslide-caption {
- border: 5px solid #444444;
- border-top: none;
- padding: 5px;
- background-color: gray;
-}
-
-/* hs.wrapperClassName = 'colored-border' */
-.colored-border {
- background: white;
-}
-.colored-border .highslide-image {
- border: 2px solid green;
-}
-.colored-border .highslide-caption {
- border: 2px solid green;
- border-top: none;
-}
-
-/* hs.wrapperClassName = 'dark' */
-.dark {
- background: #111;
-}
-.dark .highslide-image {
- border-color: black black #202020 black;
- background: gray;
-}
-.dark .highslide-caption {
- color: white;
- background: #111;
-}
-.dark .highslide-controls,
-.dark .highslide-controls ul,
-.dark .highslide-controls a {
- background-image: url(controlbar-black-border.gif);
-}
-
-/* hs.wrapperClassName = 'floating-caption' */
-.floating-caption .highslide-caption {
- position: absolute;
- padding: 1em 0 0 0;
- background: none;
- color: white;
- border: none;
- font-weight: bold;
-}
-
-/* hs.wrapperClassName = 'controls-in-heading' */
-.controls-in-heading .highslide-heading {
- color: gray;
- font-weight: bold;
- height: 20px;
- overflow: hidden;
- cursor: default;
- padding: 0 0 0 22px;
- margin: 0;
- background: url(icon.gif) no-repeat 0 1px;
-}
-.controls-in-heading .highslide-controls {
- width: 105px;
- height: 20px;
- position: relative;
- margin: 0;
- top: -23px;
- left: 7px;
- background: none;
-}
-.controls-in-heading .highslide-controls ul {
- position: static;
- height: 20px;
- background: none;
-}
-.controls-in-heading .highslide-controls li {
- padding: 0;
-}
-.controls-in-heading .highslide-controls a {
- background-image: url(controlbar-white-small.gif);
- height: 20px;
- width: 20px;
-}
-
-.controls-in-heading .highslide-controls .highslide-move {
- display: none;
-}
-
-.controls-in-heading .highslide-controls .highslide-previous a {
- background-position: 0 0;
-}
-.controls-in-heading .highslide-controls .highslide-previous a:hover {
- background-position: 0 -20px;
-}
-.controls-in-heading .highslide-controls .highslide-previous a.disabled {
- background-position: 0 -40px !important;
-}
-.controls-in-heading .highslide-controls .highslide-play a {
- background-position: -20px 0;
-}
-.controls-in-heading .highslide-controls .highslide-play a:hover {
- background-position: -20px -20px;
-}
-.controls-in-heading .highslide-controls .highslide-play a.disabled {
- background-position: -20px -40px !important;
-}
-.controls-in-heading .highslide-controls .highslide-pause a {
- background-position: -40px 0;
-}
-.controls-in-heading .highslide-controls .highslide-pause a:hover {
- background-position: -40px -20px;
-}
-.controls-in-heading .highslide-controls .highslide-next a {
- background-position: -60px 0;
-}
-.controls-in-heading .highslide-controls .highslide-next a:hover {
- background-position: -60px -20px;
-}
-.controls-in-heading .highslide-controls .highslide-next a.disabled {
- background-position: -60px -40px !important;
-}
-.controls-in-heading .highslide-controls .highslide-full-expand a {
- background-position: -100px 0;
-}
-.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
- background-position: -100px -20px;
-}
-.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
- background-position: -100px -40px !important;
-}
-.controls-in-heading .highslide-controls .highslide-close a {
- background-position: -120px 0;
-}
-.controls-in-heading .highslide-controls .highslide-close a:hover {
- background-position: -120px -20px;
-}
-
-/*****************************************************************************/
-/* Styles for text based controls. */
-/* You can safely remove this if you don't use text based controls */
-/*****************************************************************************/
-
-.text-controls .highslide-controls {
- width: auto;
- height: auto;
- margin: 0;
- text-align: center;
- background: none;
-}
-.text-controls ul {
- position: static;
- background: none;
- height: auto;
- left: 0;
-}
-.text-controls .highslide-move {
- display: none;
-}
-.text-controls li {
- background-image: url(controlbar-text-buttons.png);
- background-position: right top !important;
- padding: 0;
- margin-left: 15px;
- display: block;
- width: auto;
-}
-.text-controls a {
- background: url(controlbar-text-buttons.png) no-repeat;
- background-position: left top !important;
- position: relative;
- left: -10px;
- display: block;
- width: auto;
- height: auto;
- text-decoration: none !important;
-}
-.text-controls a span {
- background: url(controlbar-text-buttons.png) no-repeat;
- margin: 1px 2px 1px 10px;
- display: block;
- min-width: 4em;
- height: 18px;
- line-height: 18px;
- padding: 1px 0 1px 18px;
- color: #333;
- font-family: "Trebuchet MS", Arial, sans-serif;
- font-size: 12px;
- font-weight: bold;
- white-space: nowrap;
-}
-.text-controls .highslide-next {
- margin-right: 1em;
-}
-.text-controls .highslide-full-expand a span {
- min-width: 0;
- margin: 1px 0;
- padding: 1px 0 1px 10px;
-}
-.text-controls .highslide-close a span {
- min-width: 0;
-}
-.text-controls a:hover span {
- color: black;
-}
-.text-controls a.disabled span {
- color: #999;
-}
-
-.text-controls .highslide-previous span {
- background-position: 0 -40px;
-}
-.text-controls .highslide-previous a.disabled {
- background-position: left top !important;
-}
-.text-controls .highslide-previous a.disabled span {
- background-position: 0 -140px;
-}
-.text-controls .highslide-play span {
- background-position: 0 -60px;
-}
-.text-controls .highslide-play a.disabled {
- background-position: left top !important;
-}
-.text-controls .highslide-play a.disabled span {
- background-position: 0 -160px;
-}
-.text-controls .highslide-pause span {
- background-position: 0 -80px;
-}
-.text-controls .highslide-next span {
- background-position: 0 -100px;
-}
-.text-controls .highslide-next a.disabled {
- background-position: left top !important;
-}
-.text-controls .highslide-next a.disabled span {
- background-position: 0 -200px;
-}
-.text-controls .highslide-full-expand span {
- background: none;
-}
-.text-controls .highslide-full-expand a.disabled {
- background-position: left top !important;
-}
-.text-controls .highslide-close span {
- background-position: 0 -120px;
-}
-
-
-/*****************************************************************************/
-/* Styles for the thumbstrip. */
-/* See www.highslide.com/ref/hs.addSlideshow */
-/* You can safely remove this if you don't use a thumbstrip */
-/*****************************************************************************/
-
-.highslide-thumbstrip {
- height: 100%;
-}
-.highslide-thumbstrip div {
- overflow: hidden;
-}
-.highslide-thumbstrip table {
- position: relative;
- padding: 0;
- border-collapse: collapse;
-}
-.highslide-thumbstrip td {
- padding: 1px;
- /*text-align: center;*/
-}
-.highslide-thumbstrip a {
- outline: none;
-}
-.highslide-thumbstrip img {
- display: block;
- border: 1px solid gray;
- margin: 0 auto;
-}
-.highslide-thumbstrip .highslide-active-anchor img {
- visibility: visible;
-}
-.highslide-thumbstrip .highslide-marker {
- position: absolute;
- width: 0;
- height: 0;
- border-width: 0;
- border-style: solid;
- border-color: transparent; /* change this to actual background color in highslide-ie6.css */
-}
-.highslide-thumbstrip-horizontal div {
- width: auto;
- /* width: 100% breaks in small strips in IE */
-}
-.highslide-thumbstrip-horizontal .highslide-scroll-up {
- display: none;
- position: absolute;
- top: 3px;
- left: 3px;
- width: 25px;
- height: 42px;
-}
-.highslide-thumbstrip-horizontal .highslide-scroll-up div {
- margin-bottom: 10px;
- cursor: pointer;
- background: url(scrollarrows.png) left center no-repeat;
- height: 42px;
-}
-.highslide-thumbstrip-horizontal .highslide-scroll-down {
- display: none;
- position: absolute;
- top: 3px;
- right: 3px;
- width: 25px;
- height: 42px;
-}
-.highslide-thumbstrip-horizontal .highslide-scroll-down div {
- margin-bottom: 10px;
- cursor: pointer;
- background: url(scrollarrows.png) center right no-repeat;
- height: 42px;
-}
-.highslide-thumbstrip-horizontal table {
- margin: 2px 0 10px 0;
-}
-.highslide-viewport .highslide-thumbstrip-horizontal table {
- margin-left: 10px;
-}
-.highslide-thumbstrip-horizontal img {
- width: auto !important;
- height: 40px !important;
-}
-.highslide-thumbstrip-horizontal .highslide-marker {
- top: 47px;
- border-left-width: 6px;
- border-right-width: 6px;
- border-bottom: 6px solid gray;
-}
-.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
- margin-left: 10px;
-}
-.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
- border-bottom-color: white !important;
-}
-
-.highslide-thumbstrip-vertical-overlay {
- overflow: hidden !important;
-}
-.highslide-thumbstrip-vertical div {
- height: 100%;
-}
-.highslide-thumbstrip-vertical a {
- display: block;
-}
-.highslide-thumbstrip-vertical .highslide-scroll-up {
- display: none;
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 25px;
-}
-.highslide-thumbstrip-vertical .highslide-scroll-up div {
- margin-left: 10px;
- cursor: pointer;
- background: url(scrollarrows.png) top center no-repeat;
- height: 25px;
-}
-.highslide-thumbstrip-vertical .highslide-scroll-down {
- display: none;
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 25px;
-}
-.highslide-thumbstrip-vertical .highslide-scroll-down div {
- margin-left: 10px;
- cursor: pointer;
- background: url(scrollarrows.png) bottom center no-repeat;
- height: 25px;
-}
-.highslide-thumbstrip-vertical table {
- margin: 10px 0 0 10px;
-}
-.highslide-thumbstrip-vertical img {
- max-width: 60px;
-}
-.highslide-thumbstrip-vertical .highslide-marker {
- left: 0;
- margin-top: 8px;
- border-top-width: 6px;
- border-bottom-width: 6px;
- border-left: 6px solid gray;
-}
-.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
- border-left-color: white;
-}
-
-.highslide-viewport .highslide-thumbstrip-float {
- overflow: auto;
-}
-.highslide-thumbstrip-float ul {
- margin: 2px 0;
- padding: 0;
-}
-.highslide-thumbstrip-float li {
- display: block;
- height: 60px;
- margin: 0 2px;
- list-style: none;
- float: left;
-}
-.highslide-thumbstrip-float img {
- display: inline;
- border-color: silver;
- max-height: 56px;
-}
-.highslide-thumbstrip-float .highslide-active-anchor img {
- border-color: black;
-}
-.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
- display: none;
-}
-.highslide-thumbstrip-float .highslide-marker {
- display: none;
-}
-
-/******************************************/
-.highslide-wrapper, .highslide-outline {
- background: #FFFFFF;
-}
-
-.highslide-active-anchor img {
- visibility: visible;
- border-color: #808080 !important;
-}
-.highslide-image {
- border: 2px solid #FFFFFF;
-}
-.highslide-loading {
- display: block;
- padding: 3px 0 3px 22px;
- width: 0;
- height: 16px;
- overflow: hidden;
- background-color: white;
- background-repeat: no-repeat;
- background-position: 3px 3px;
- background-image: url(loader.white.gif);
-}
-.highslide-controls {
- position: static !important;
- margin: 0;
- width: 120px !important;
-}
-.highslide-thumbstrip img {
- position: static !important;
-}
-.close-simple-white {
- width: 16px;
- height: 16px;
- background: white url(controlbar-text-buttons.png) 0 -221px;
- cursor: pointer;
-}
\ No newline at end of file
diff --git a/static_website/index_htm_files/highslide.js b/static_website/index_htm_files/highslide.js
deleted file mode 100644
index ee9d7765..00000000
--- a/static_website/index_htm_files/highslide.js
+++ /dev/null
@@ -1,38 +0,0 @@
-/**
- * Name: Highslide JS
- * Version: 4.1.13 (2011-10-06)
- * Config: default +slideshow +positioning +transitions +viewport +thumbstrip
- * Author: Torstein Honsi
- * Support: www.highslide.com/support
- * Licence: This file is licensed through a custom commercial license agreement.
- */
-if (!hs) { var hs = {
-lang : {
- cssDirection: 'ltr',
- loadingText : 'Loading...',
- loadingTitle : 'Click to cancel',
- focusTitle : 'Click to bring to front',
- fullExpandTitle : 'Expand to actual size (f)',
- creditsText : 'Powered by Highslide JS ',
- creditsTitle : 'Go to the Highslide JS homepage',
- previousText : 'Previous',
- nextText : 'Next',
- moveText : 'Move',
- closeText : 'Close',
- closeTitle : 'Close (esc)',
- resizeTitle : 'Resize',
- playText : 'Play',
- playTitle : 'Play slideshow (spacebar)',
- pauseText : 'Pause',
- pauseTitle : 'Pause slideshow (spacebar)',
- previousTitle : 'Previous (arrow left)',
- nextTitle : 'Next (arrow right)',
- moveTitle : 'Move',
- fullExpandText : '1:1',
- number: 'Image %1 of %2',
- restoreTitle : 'Click to close image, click and drag to move. Use arrow keys for next and previous.'
-},
-graphicsDir : 'highslide/graphics/', expandCursor : 'zoomin.cur', restoreCursor : 'zoomout.cur', expandDuration : 250, restoreDuration : 250, marginLeft : 15, marginRight : 15, marginTop : 15, marginBottom : 15, zIndexCounter : 1001, loadingOpacity : 0.75, allowMultipleInstances: true, numberOfImagesToPreload : 5, outlineWhileAnimating : 2, outlineStartOffset : 3, padToMinWidth : false, fullExpandPosition : 'bottom right', fullExpandOpacity : 1, showCredits : true, creditsHref : 'http://highslide.com/', creditsTarget : '_self', enableKeyListener : true, openerTagNames : ['a'], transitions : [], transitionDuration: 250, dimmingOpacity: 0, dimmingDuration: 50, anchor : 'auto', align : 'auto', targetX: null, targetY: null, dragByHeading: true, minWidth: 200, minHeight: 200, allowSizeReduction: true, outlineType : 'drop-shadow', skin :{controls: ''}, preloadTheseImages : [], continuePreloading: true, expanders : [], overrides : [ 'allowSizeReduction', 'useBox', 'anchor', 'align', 'targetX', 'targetY', 'outlineType', 'outlineWhileAnimating', 'captionId', 'captionText', 'captionEval', 'captionOverlay', 'headingId', 'headingText', 'headingEval', 'headingOverlay', 'creditsPosition', 'dragByHeading', 'autoplay', 'numberPosition', 'transitions', 'dimmingOpacity', 'width', 'height', 'wrapperClassName', 'minWidth', 'minHeight', 'maxWidth', 'maxHeight', 'pageOrigin', 'slideshowGroup', 'easing', 'easingClose', 'fadeInOut', 'src' ], overlays : [], idCounter : 0, oPos :{x: ['leftpanel', 'left', 'center', 'right', 'rightpanel'], y: ['above', 'top', 'middle', 'bottom', 'below']}, mouse:{}, headingOverlay:{}, captionOverlay:{}, timers : [], slideshows : [], pendingOutlines :{}, clones :{}, onReady: [], uaVersion: /Trident\/4\.0/.test(navigator.userAgent) ? 8 : parseFloat((navigator.userAgent.toLowerCase().match( /.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/ ) || [0,'0'])[1]), ie : (document.all && !window.opera), safari : /Safari/.test(navigator.userAgent), geckoMac : /Macintosh.+rv:1\.[0-8].+Gecko/.test(navigator.userAgent), $ : function (id){if (id) return document.getElementById(id);}, push : function (arr, val){arr[arr.length] = val;}, createElement : function (tag, attribs, styles, parent, nopad){var el = document.createElement(tag);if (attribs) hs.extend(el, attribs);if (nopad) hs.setStyles(el,{padding: 0, border: 'none', margin: 0});if (styles) hs.setStyles(el, styles);if (parent) parent.appendChild(el);return el;}, extend : function (el, attribs){for (var x in attribs) el[x] = attribs[x];return el;}, setStyles : function (el, styles){for (var x in styles){if (hs.ieLt9 && x == 'opacity'){if (styles[x] > 0.99) el.style.removeAttribute('filter');else el.style.filter = 'alpha(opacity='+ (styles[x] * 100) +')';}else el.style[x] = styles[x];}}, animate: function(el, prop, opt){var start, end, unit;if (typeof opt != 'object' || opt === null){var args = arguments;opt ={duration: args[2], easing: args[3], complete: args[4]};}if (typeof opt.duration != 'number') opt.duration = 250;opt.easing = Math[opt.easing] || Math.easeInQuad;opt.curAnim = hs.extend({}, prop);for (var name in prop){var e = new hs.fx(el, opt , name );start = parseFloat(hs.css(el, name)) || 0;end = parseFloat(prop[name]);unit = name != 'opacity' ? 'px' : '';e.custom( start, end, unit );}}, css: function(el, prop){if (el.style[prop]){return el.style[prop];}else if (document.defaultView){return document.defaultView.getComputedStyle(el, null).getPropertyValue(prop);}else{if (prop == 'opacity') prop = 'filter';var val = el.currentStyle[prop.replace(/\-(\w)/g, function (a, b){return b.toUpperCase();})];if (prop == 'filter') val = val.replace(/alpha\(opacity=([0-9]+)\)/, function (a, b){return b / 100 });return val === '' ? 1 : val;}}, getPageSize : function (){var d = document, w = window, iebody = d.compatMode && d.compatMode != 'BackCompat' ? d.documentElement : d.body, ieLt9 = hs.ie && (hs.uaVersion < 9 || typeof pageXOffset == 'undefined');var width = ieLt9 ? iebody.clientWidth : (d.documentElement.clientWidth || self.innerWidth), height = ieLt9 ? iebody.clientHeight : self.innerHeight;hs.page ={width: width, height: height, scrollLeft: ieLt9 ? iebody.scrollLeft : pageXOffset, scrollTop: ieLt9 ? iebody.scrollTop : pageYOffset};return hs.page;}, getPosition : function(el){var e=el;var p ={x: el.offsetLeft, y: el.offsetTop};while (el.offsetParent){el = el.offsetParent;p.x += el.offsetLeft;p.y += el.offsetTop;if (el != document.body && el != document.documentElement){p.x -= el.scrollLeft;p.y -= el.scrollTop;}};if(typeof(xr_scale)=="number"&&xr_scale){if(navigator.userAgent.indexOf('Edge')!==-1){p.x+=(e.offsetWidth*xr_scale - e.offsetWidth)/2;p.y+=(e.offsetHeight*xr_scale - e.offsetHeight)/2; }else if(navigator.userAgent.indexOf('Trident')!==-1 || navigator.userAgent.indexOf('Firefox')!==-1){p.x*=xr_scale;p.y*=xr_scale;p.x-=(window.innerWidth*xr_scale - window.innerWidth)/2;p.y-=(window.innerHeight*xr_scale - window.innerHeight)/2;p.x+=(e.offsetWidth*xr_scale - e.offsetWidth)/2;p.y+=(e.offsetHeight*xr_scale - e.offsetHeight)*2;}else{p.x*=xr_scale;p.y*=xr_scale;p.x+=(e.offsetWidth*xr_scale - e.offsetWidth)/2;p.y+=(e.offsetHeight*xr_scale - e.offsetHeight)/2}};return p;}, expand : function(a, params, custom, type){if (!a) a = hs.createElement('a', null,{display: 'none' }, hs.container);if (typeof a.getParams == 'function') return params;try{new hs.Expander(a, params, custom);return false;}catch (e){return true;}}, getElementByClass : function (el, tagName, className){var els = el.getElementsByTagName(tagName);for (var i = 0;i < els.length;i++){if ((new RegExp(className)).test(els[i].className)){return els[i];}}return null;}, replaceLang : function(s){s = s.replace(/\s/g, ' ');var re = /{hs\.lang\.([^}]+)\}/g, matches = s.match(re), lang;if (matches) for (var i = 0;i < matches.length;i++){lang = matches[i].replace(re, "$1");if (typeof hs.lang[lang] != 'undefined') s = s.replace(matches[i], hs.lang[lang]);}return s;}, focusTopmost : function(){var topZ = 0, topmostKey = -1, expanders = hs.expanders, exp, zIndex;for (var i = 0;i < expanders.length;i++){exp = expanders[i];if (exp){zIndex = exp.wrapper.style.zIndex;if (zIndex && zIndex > topZ){topZ = zIndex;topmostKey = i;}}}if (topmostKey == -1) hs.focusKey = -1;else expanders[topmostKey].focus();}, getParam : function (a, param){a.getParams = a.onclick;var p = a.getParams ? a.getParams() : null;a.getParams = null;return (p && typeof p[param] != 'undefined') ? p[param] : (typeof hs[param] != 'undefined' ? hs[param] : null);}, getSrc : function (a){var src = hs.getParam(a, 'src');if (src) return src;return a.href;}, getNode : function (id){var node = hs.$(id), clone = hs.clones[id], a ={};if (!node && !clone) return null;if (!clone){clone = node.cloneNode(true);clone.id = '';hs.clones[id] = clone;return node;}else{return clone.cloneNode(true);}}, discardElement : function(d){if (d) hs.garbageBin.appendChild(d);hs.garbageBin.innerHTML = '';}, dim : function(exp){if (!hs.dimmer){isNew = true;hs.dimmer = hs.createElement ('div',{className: 'highslide-dimming highslide-viewport-size', owner: '', onclick: function(){hs.close();}},{visibility: 'visible', opacity: 0 }, hs.container, true);if (/(Android|iPad|iPhone|iPod)/.test(navigator.userAgent)){var body = document.body;function pixDimmerSize(){hs.setStyles(hs.dimmer,{width: body.scrollWidth +'px', height: body.scrollHeight +'px' });}pixDimmerSize();hs.addEventListener(window, 'resize', pixDimmerSize);}}hs.dimmer.style.display = '';var isNew = hs.dimmer.owner == '';hs.dimmer.owner += '|'+ exp.key;if (isNew){if (hs.geckoMac && hs.dimmingGeckoFix) hs.setStyles(hs.dimmer,{background: 'url('+ hs.graphicsDir + 'geckodimmer.png)', opacity: 1 });else hs.animate(hs.dimmer,{opacity: exp.dimmingOpacity }, hs.dimmingDuration);}}, undim : function(key){if (!hs.dimmer) return;if (typeof key != 'undefined') hs.dimmer.owner = hs.dimmer.owner.replace('|'+ key, '');if ( (typeof key != 'undefined' && hs.dimmer.owner != '') || (hs.upcoming && hs.getParam(hs.upcoming, 'dimmingOpacity')) ) return;if (hs.geckoMac && hs.dimmingGeckoFix) hs.dimmer.style.display = 'none';else hs.animate(hs.dimmer,{opacity: 0 }, hs.dimmingDuration, null, function(){hs.dimmer.style.display = 'none';});}, transit : function (adj, exp){var last = exp || hs.getExpander();exp = last;if (hs.upcoming) return false;else hs.last = last;hs.removeEventListener(document, window.opera ? 'keypress' : 'keydown', hs.keyHandler);try{hs.upcoming = adj;adj.onclick();}catch (e){hs.last = hs.upcoming = null;}try{if (!adj || exp.transitions[1] != 'crossfade') exp.close();}catch (e){}return false;}, previousOrNext : function (el, op){var exp = hs.getExpander(el);if (exp) return hs.transit(exp.getAdjacentAnchor(op), exp);else return false;}, previous : function (el){return hs.previousOrNext(el, -1);}, next : function (el){return hs.previousOrNext(el, 1);}, keyHandler : function(e){if (!e) e = window.event;if (!e.target) e.target = e.srcElement;if (typeof e.target.form != 'undefined') return true;var exp = hs.getExpander();var op = null;switch (e.keyCode){case 70: if (exp) exp.doFullExpand();return true;case 32: op = 2;break;case 34: case 39: case 40: op = 1;break;case 8: case 33: case 37: case 38: op = -1;break;case 27: case 13: op = 0;}if (op !== null){if (op != 2)hs.removeEventListener(document, window.opera ? 'keypress' : 'keydown', hs.keyHandler);if (!hs.enableKeyListener) return true;if (e.preventDefault) e.preventDefault();else e.returnValue = false;if (exp){if (op == 0){exp.close();}else if (op == 2){if (exp.slideshow) exp.slideshow.hitSpace();}else{if (exp.slideshow) exp.slideshow.pause();hs.previousOrNext(exp.key, op);}return false;}}return true;}, registerOverlay : function (overlay){hs.push(hs.overlays, hs.extend(overlay,{hsId: 'hsId'+ hs.idCounter++ }));}, addSlideshow : function (options){var sg = options.slideshowGroup;if (typeof sg == 'object'){for (var i = 0;i < sg.length;i++){var o ={};for (var x in options) o[x] = options[x];o.slideshowGroup = sg[i];hs.push(hs.slideshows, o);}}else{hs.push(hs.slideshows, options);}}, getWrapperKey : function (element, expOnly){var el, re = /^highslide-wrapper-([0-9]+)$/;el = element;while (el.parentNode){if (el.hsKey !== undefined) return el.hsKey;if (el.id && re.test(el.id)) return el.id.replace(re, "$1");el = el.parentNode;}if (!expOnly){el = element;while (el.parentNode){if (el.tagName && hs.isHsAnchor(el)){for (var key = 0;key < hs.expanders.length;key++){var exp = hs.expanders[key];if (exp && exp.a == el) return key;}}el = el.parentNode;}}return null;}, getExpander : function (el, expOnly){if (typeof el == 'undefined') return hs.expanders[hs.focusKey] || null;if (typeof el == 'number') return hs.expanders[el] || null;if (typeof el == 'string') el = hs.$(el);return hs.expanders[hs.getWrapperKey(el, expOnly)] || null;}, isHsAnchor : function (a){return (a.onclick && a.onclick.toString().replace(/\s/g, ' ').match(/hs.(htmlE|e)xpand/));}, reOrder : function (){for (var i = 0;i < hs.expanders.length;i++) if (hs.expanders[i] && hs.expanders[i].isExpanded) hs.focusTopmost();}, mouseClickHandler : function(e){if (!e) e = window.event;if (e.button > 1) return true;if (!e.target) e.target = e.srcElement;var el = e.target;while (el.parentNode && !(/highslide-(image|move|html|resize)/.test(el.className))){el = el.parentNode;}var exp = hs.getExpander(el);if (exp && (exp.isClosing || !exp.isExpanded)) return true;if (exp && e.type == 'mousedown'){if (e.target.form) return true;var match = el.className.match(/highslide-(image|move|resize)/);if (match){hs.dragArgs ={exp: exp , type: match[1], left: exp.x.pos, width: exp.x.size, top: exp.y.pos, height: exp.y.size, clickX: e.clientX, clickY: e.clientY};hs.addEventListener(document, 'mousemove', hs.dragHandler);if (e.preventDefault) e.preventDefault();if (/highslide-(image|html)-blur/.test(exp.content.className)){exp.focus();hs.hasFocused = true;}return false;}}else if (e.type == 'mouseup'){hs.removeEventListener(document, 'mousemove', hs.dragHandler);if (hs.dragArgs){if (hs.styleRestoreCursor && hs.dragArgs.type == 'image') hs.dragArgs.exp.content.style.cursor = hs.styleRestoreCursor;var hasDragged = hs.dragArgs.hasDragged;if (!hasDragged &&!hs.hasFocused && !/(move|resize)/.test(hs.dragArgs.type)){exp.close();}else if (hasDragged || (!hasDragged && hs.hasHtmlExpanders)){hs.dragArgs.exp.doShowHide('hidden');}hs.hasFocused = false;hs.dragArgs = null;}else if (/highslide-image-blur/.test(el.className)){el.style.cursor = hs.styleRestoreCursor;}}return false;}, dragHandler : function(e){if (!hs.dragArgs) return true;if (!e) e = window.event;var a = hs.dragArgs, exp = a.exp;a.dX = e.clientX - a.clickX;a.dY = e.clientY - a.clickY;var distance = Math.sqrt(Math.pow(a.dX, 2) + Math.pow(a.dY, 2));if (!a.hasDragged) a.hasDragged = (a.type != 'image' && distance > 0) || (distance > (hs.dragSensitivity || 5));if (a.hasDragged && e.clientX > 5 && e.clientY > 5){if (a.type == 'resize') exp.resize(a);else{exp.moveTo(a.left + a.dX, a.top + a.dY);if (a.type == 'image') exp.content.style.cursor = 'move';}}return false;}, wrapperMouseHandler : function (e){try{if (!e) e = window.event;var over = /mouseover/i.test(e.type);if (!e.target) e.target = e.srcElement;if (!e.relatedTarget) e.relatedTarget = over ? e.fromElement : e.toElement;var exp = hs.getExpander(e.target);if (!exp.isExpanded) return;if (!exp || !e.relatedTarget || hs.getExpander(e.relatedTarget, true) == exp || hs.dragArgs) return;for (var i = 0;i < exp.overlays.length;i++) (function(){var o = hs.$('hsId'+ exp.overlays[i]);if (o && o.hideOnMouseOut){if (over) hs.setStyles(o,{visibility: 'visible', display: '' });hs.animate(o,{opacity: over ? o.opacity : 0 }, o.dur);}})();}catch (e){}}, addEventListener : function (el, event, func){if (el == document && event == 'ready'){hs.push(hs.onReady, func);}try{el.addEventListener(event, func, false);}catch (e){try{el.detachEvent('on'+ event, func);el.attachEvent('on'+ event, func);}catch (e){el['on'+ event] = func;}}}, removeEventListener : function (el, event, func){try{el.removeEventListener(event, func, false);}catch (e){try{el.detachEvent('on'+ event, func);}catch (e){el['on'+ event] = null;}}}, preloadFullImage : function (i){if (hs.continuePreloading && hs.preloadTheseImages[i] && hs.preloadTheseImages[i] != 'undefined'){var img = document.createElement('img');img.onload = function(){img = null;hs.preloadFullImage(i + 1);};img.src = hs.preloadTheseImages[i];}}, preloadImages : function (number){if (number && typeof number != 'object') hs.numberOfImagesToPreload = number;var arr = hs.getAnchors();for (var i = 0;i < arr.images.length && i < hs.numberOfImagesToPreload;i++){hs.push(hs.preloadTheseImages, hs.getSrc(arr.images[i]));}if (hs.outlineType) new hs.Outline(hs.outlineType, function (){hs.preloadFullImage(0)});else hs.preloadFullImage(0);if (hs.restoreCursor) var cur = hs.createElement('img',{src: hs.graphicsDir + hs.restoreCursor });}, init : function (){if (!hs.container){hs.ieLt7 = hs.ie && hs.uaVersion < 7;hs.ieLt9 = hs.ie && hs.uaVersion < 9;hs.getPageSize();for (var x in hs.langDefaults){if (typeof hs[x] != 'undefined') hs.lang[x] = hs[x];else if (typeof hs.lang[x] == 'undefined' && typeof hs.langDefaults[x] != 'undefined') hs.lang[x] = hs.langDefaults[x];}hs.container = hs.createElement('div',{className: 'highslide-container' },{position: 'absolute', left: 0, top: 0, width: '100%', zIndex: hs.zIndexCounter, direction: 'ltr' }, document.body, true );hs.loading = hs.createElement('a',{className: 'highslide-loading', title: hs.lang.loadingTitle, innerHTML: hs.lang.loadingText, href: 'javascript:;' },{position: 'absolute', top: '-9999px', opacity: hs.loadingOpacity, zIndex: 1 }, hs.container );hs.garbageBin = hs.createElement('div', null,{display: 'none' }, hs.container);hs.viewport = hs.createElement('div',{className: 'highslide-viewport highslide-viewport-size' },{visibility: (hs.safari && hs.uaVersion < 525) ? 'visible' : 'hidden' }, hs.container, 1 );Math.linearTween = function (t, b, c, d){return c*t/d + b;};Math.easeInQuad = function (t, b, c, d){return c*(t/=d)*t + b;};Math.easeOutQuad = function (t, b, c, d){return -c *(t/=d)*(t-2) + b;};hs.hideSelects = hs.ieLt7;hs.hideIframes = ((window.opera && hs.uaVersion < 9) || navigator.vendor == 'KDE' || (hs.ieLt7 && hs.uaVersion < 5.5));}}, ready : function(){if (hs.isReady) return;hs.isReady = true;for (var i = 0;i < hs.onReady.length;i++) hs.onReady[i]();}, updateAnchors : function(){var el, els, all = [], images = [],groups ={}, re;for (var i = 0;i < hs.openerTagNames.length;i++){els = document.getElementsByTagName(hs.openerTagNames[i]);for (var j = 0;j < els.length;j++){el = els[j];re = hs.isHsAnchor(el);if (re){hs.push(all, el);if (re[0] == 'hs.expand') hs.push(images, el);var g = hs.getParam(el, 'slideshowGroup') || 'none';if (!groups[g]) groups[g] = [];hs.push(groups[g], el);xr_thumbsort(groups[g]);}}};hs.anchors ={all: all, groups: groups, images: images};return hs.anchors;}, getAnchors : function(){return hs.anchors || hs.updateAnchors();}, close : function(el){var exp = hs.getExpander(el);if (exp) exp.close();return false;}};hs.fx = function( elem, options, prop ){this.options = options;this.elem = elem;this.prop = prop;if (!options.orig) options.orig ={};};hs.fx.prototype ={update: function(){(hs.fx.step[this.prop] || hs.fx.step._default)(this);if (this.options.step) this.options.step.call(this.elem, this.now, this);}, custom: function(from, to, unit){this.startTime = (new Date()).getTime();this.start = from;this.end = to;this.unit = unit;this.now = this.start;this.pos = this.state = 0;var self = this;function t(gotoEnd){return self.step(gotoEnd);}t.elem = this.elem;if ( t() && hs.timers.push(t) == 1 ){hs.timerId = setInterval(function(){var timers = hs.timers;for ( var i = 0;i < timers.length;i++ ) if ( !timers[i]() ) timers.splice(i--, 1);if ( !timers.length ){clearInterval(hs.timerId);}}, 13);}}, step: function(gotoEnd){var t = (new Date()).getTime();if ( gotoEnd || t >= this.options.duration + this.startTime ){this.now = this.end;this.pos = this.state = 1;this.update();this.options.curAnim[ this.prop ] = true;var done = true;for ( var i in this.options.curAnim ) if ( this.options.curAnim[i] !== true ) done = false;if ( done ){if (this.options.complete) this.options.complete.call(this.elem);}return false;}else{var n = t - this.startTime;this.state = n / this.options.duration;this.pos = this.options.easing(n, 0, 1, this.options.duration);this.now = this.start + ((this.end - this.start) * this.pos);this.update();}return true;}};hs.extend( hs.fx,{step:{opacity: function(fx){hs.setStyles(fx.elem,{opacity: fx.now });}, _default: function(fx){try{if ( fx.elem.style && fx.elem.style[ fx.prop ] != null ) fx.elem.style[ fx.prop ] = fx.now + fx.unit;else fx.elem[ fx.prop ] = fx.now;}catch (e){}}}});hs.Outline = function (outlineType, onLoad){this.onLoad = onLoad;this.outlineType = outlineType;var v = hs.uaVersion, tr;this.hasAlphaImageLoader = hs.ie && hs.uaVersion < 7;if (!outlineType){if (onLoad) onLoad();return;}hs.init();this.table = hs.createElement( 'table',{cellSpacing: 0 },{visibility: 'hidden', position: 'absolute', borderCollapse: 'collapse', width: 0 }, hs.container, true );var tbody = hs.createElement('tbody', null, null, this.table, 1);this.td = [];for (var i = 0;i <= 8;i++){if (i % 3 == 0) tr = hs.createElement('tr', null,{height: 'auto' }, tbody, true);this.td[i] = hs.createElement('td', null, null, tr, true);var style = i != 4 ?{lineHeight: 0, fontSize: 0}:{position : 'relative'};hs.setStyles(this.td[i], style);}this.td[4].className = outlineType +' highslide-outline';this.preloadGraphic();};hs.Outline.prototype ={preloadGraphic : function (){var src = hs.graphicsDir + (hs.outlinesDir || "outlines/")+ this.outlineType +".png";var appendTo = hs.safari && hs.uaVersion < 525 ? hs.container : null;this.graphic = hs.createElement('img', null,{position: 'absolute', top: '-9999px' }, appendTo, true);var pThis = this;this.graphic.onload = function(){pThis.onGraphicLoad();};this.graphic.src = src;}, onGraphicLoad : function (){var o = this.offset = this.graphic.width / 4, pos = [[0,0],[0,-4],[-2,0],[0,-8],0,[-2,-8],[0,-2],[0,-6],[-2,-2]], dim ={height: (2*o) +'px', width: (2*o) +'px'};for (var i = 0;i <= 8;i++){if (pos[i]){if (this.hasAlphaImageLoader){var w = (i == 1 || i == 7) ? '100%' : this.graphic.width +'px';var div = hs.createElement('div', null,{width: '100%', height: '100%', position: 'relative', overflow: 'hidden'}, this.td[i], true);hs.createElement ('div', null,{filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='"+ this.graphic.src + "')", position: 'absolute', width: w, height: this.graphic.height +'px', left: (pos[i][0]*o)+'px', top: (pos[i][1]*o)+'px' }, div, true);}else{hs.setStyles(this.td[i],{background: 'url('+ this.graphic.src +') '+ (pos[i][0]*o)+'px '+(pos[i][1]*o)+'px'});}if (window.opera && (i == 3 || i ==5)) hs.createElement('div', null, dim, this.td[i], true);hs.setStyles (this.td[i], dim);}}this.graphic = null;if (hs.pendingOutlines[this.outlineType]) hs.pendingOutlines[this.outlineType].destroy();hs.pendingOutlines[this.outlineType] = this;if (this.onLoad) this.onLoad();}, setPosition : function (pos, offset, vis, dur, easing){var exp = this.exp, stl = exp.wrapper.style, offset = offset || 0, pos = pos ||{x: exp.x.pos + offset, y: exp.y.pos + offset, w: exp.x.get('wsize') - 2 * offset, h: exp.y.get('wsize') - 2 * offset};if (vis) this.table.style.visibility = (pos.h >= 4 * this.offset) ? 'visible' : 'hidden';hs.setStyles(this.table,{left: (pos.x - this.offset) +'px', top: (pos.y - this.offset) +'px', width: (pos.w + 2 * this.offset) +'px' });pos.w -= 2 * this.offset;pos.h -= 2 * this.offset;hs.setStyles (this.td[4],{width: pos.w >= 0 ? pos.w +'px' : 0, height: pos.h >= 0 ? pos.h +'px' : 0 });if (this.hasAlphaImageLoader) this.td[3].style.height = this.td[5].style.height = this.td[4].style.height;}, destroy : function(hide){if (hide) this.table.style.visibility = 'hidden';else hs.discardElement(this.table);}};hs.Dimension = function(exp, dim){this.exp = exp;this.dim = dim;this.ucwh = dim == 'x' ? 'Width' : 'Height';this.wh = this.ucwh.toLowerCase();this.uclt = dim == 'x' ? 'Left' : 'Top';this.lt = this.uclt.toLowerCase();this.ucrb = dim == 'x' ? 'Right' : 'Bottom';this.rb = this.ucrb.toLowerCase();this.p1 = this.p2 = 0;};hs.Dimension.prototype ={get : function(key){switch (key){case 'loadingPos': return this.tpos + this.tb + (this.t - hs.loading['offset'+ this.ucwh]) / 2;case 'loadingPosXfade': return this.pos + this.cb+ this.p1 + (this.size - hs.loading['offset'+ this.ucwh]) / 2;case 'wsize': return this.size + 2 * this.cb + this.p1 + this.p2;case 'fitsize': return this.clientSize - this.marginMin - this.marginMax;case 'maxsize': return this.get('fitsize') - 2 * this.cb - this.p1 - this.p2;case 'opos': return this.pos - (this.exp.outline ? this.exp.outline.offset : 0);case 'osize': return this.get('wsize') + (this.exp.outline ? 2*this.exp.outline.offset : 0);case 'imgPad': return this.imgSize ? Math.round((this.size - this.imgSize) / 2) : 0;}}, calcBorders: function(){this.cb = (this.exp.content['offset'+ this.ucwh] - this.t) / 2;this.marginMax = hs['margin'+ this.ucrb];}, calcThumb: function(){this.t = this.exp.el[this.wh] ? parseInt(this.exp.el[this.wh]) : this.exp.el['offset'+ this.ucwh];this.tpos = this.exp.tpos[this.dim];this.tb = (this.exp.el['offset'+ this.ucwh] - this.t) / 2;if (this.tpos == 0 || this.tpos == -1){this.tpos = (hs.page[this.wh] / 2) + hs.page['scroll'+ this.uclt];};}, calcExpanded: function(){var exp = this.exp;this.justify = 'auto';if (exp.align == 'center') this.justify = 'center';else if (new RegExp(this.lt).test(exp.anchor)) this.justify = null;else if (new RegExp(this.rb).test(exp.anchor)) this.justify = 'max';this.pos = this.tpos - this.cb + this.tb;if (this.maxHeight && this.dim == 'x') exp.maxWidth = Math.min(exp.maxWidth || this.full, exp.maxHeight * this.full / exp.y.full);var rd=1; if(this.exp.src.indexOf('@2x.')!=-1) rd=2;this.size = Math.min(this.full/rd, exp['max'+ this.ucwh] || this.full);this.minSize = exp.allowSizeReduction ? Math.min(exp['min'+ this.ucwh], this.full) :this.full;if (exp.isImage && exp.useBox){this.size = exp[this.wh];this.imgSize = this.full;}if (this.dim == 'x' && hs.padToMinWidth) this.minSize = exp.minWidth;this.target = exp['target'+ this.dim.toUpperCase()];this.marginMin = hs['margin'+ this.uclt];this.scroll = hs.page['scroll'+ this.uclt];this.clientSize = hs.page[this.wh];}, setSize: function(i){var exp = this.exp;if (exp.isImage && (exp.useBox || hs.padToMinWidth)){this.imgSize = i;this.size = Math.max(this.size, this.imgSize);exp.content.style[this.lt] = this.get('imgPad')+'px';}else this.size = i;exp.content.style[this.wh] = i +'px';exp.wrapper.style[this.wh] = this.get('wsize') +'px';if (exp.outline) exp.outline.setPosition();if (this.dim == 'x' && exp.overlayBox) exp.sizeOverlayBox(true);if (this.dim == 'x' && exp.slideshow && exp.isImage){if (i == this.full) exp.slideshow.disable('full-expand');else exp.slideshow.enable('full-expand');}}, setPos: function(i){this.pos = i;this.exp.wrapper.style[this.lt] = i +'px';if (this.exp.outline) this.exp.outline.setPosition();}};hs.Expander = function(a, params, custom, contentType){if (document.readyState && hs.ie && !hs.isReady){hs.addEventListener(document, 'ready', function(){new hs.Expander(a, params, custom, contentType);});return;}this.a = a;this.custom = custom;this.contentType = contentType || 'image';this.isImage = !this.isHtml;hs.continuePreloading = false;this.overlays = [];this.last = hs.last;hs.last = null;hs.init();var key = this.key = hs.expanders.length;for (var i = 0;i < hs.overrides.length;i++){var name = hs.overrides[i];this[name] = params && typeof params[name] != 'undefined' ? params[name] : hs[name];}if (!this.src) this.src = a.href;var el = (params && params.thumbnailId) ? hs.$(params.thumbnailId) : a;el = this.thumb = el.getElementsByTagName('img')[0] || el;this.thumbsUserSetId = el.id || a.id;for (var i = 0;i < hs.expanders.length;i++){if (hs.expanders[i] && hs.expanders[i].a == a && !(this.last && this.transitions[1] == 'crossfade')){hs.expanders[i].focus();return false;}}if (!hs.allowSimultaneousLoading) for (var i = 0;i < hs.expanders.length;i++){if (hs.expanders[i] && hs.expanders[i].thumb != el && !hs.expanders[i].onLoadStarted){hs.expanders[i].cancelLoading();}}hs.expanders[key] = this;if (!hs.allowMultipleInstances && !hs.upcoming){if (hs.expanders[key-1]) hs.expanders[key-1].close();if (typeof hs.focusKey != 'undefined' && hs.expanders[hs.focusKey]) hs.expanders[hs.focusKey].close();}this.el = el;this.tpos = this.pageOrigin || hs.getPosition(el);hs.getPageSize();var x = this.x = new hs.Dimension(this, 'x');x.calcThumb();var y = this.y = new hs.Dimension(this, 'y');y.calcThumb();this.wrapper = hs.createElement( 'div',{id: 'highslide-wrapper-'+ this.key, className: 'highslide-wrapper '+ this.wrapperClassName },{visibility: 'hidden', position: 'absolute', zIndex: hs.zIndexCounter += 2 }, null, true );this.wrapper.onmouseover = this.wrapper.onmouseout = hs.wrapperMouseHandler;if (this.contentType == 'image' && this.outlineWhileAnimating == 2) this.outlineWhileAnimating = 0;if (!this.outlineType || (this.last && this.isImage && this.transitions[1] == 'crossfade')){this[this.contentType +'Create']();}else if (hs.pendingOutlines[this.outlineType]){this.connectOutline();this[this.contentType +'Create']();}else{this.showLoading();var exp = this;new hs.Outline(this.outlineType, function (){exp.connectOutline();exp[exp.contentType +'Create']();});}return true;};hs.Expander.prototype ={error : function(e){if (hs.debug) alert ('Line '+ e.lineNumber +': '+ e.message);else window.location.href = this.src;}, connectOutline : function(){var outline = this.outline = hs.pendingOutlines[this.outlineType];outline.exp = this;outline.table.style.zIndex = this.wrapper.style.zIndex - 1;hs.pendingOutlines[this.outlineType] = null;}, showLoading : function(){if (this.onLoadStarted || this.loading) return;this.loading = hs.loading;var exp = this;this.loading.onclick = function(){exp.cancelLoading();};var exp = this, l = this.x.get('loadingPos') +'px', t = this.y.get('loadingPos') +'px';if (!tgt && this.last && this.transitions[1] == 'crossfade') var tgt = this.last;if (tgt){l = tgt.x.get('loadingPosXfade') +'px';t = tgt.y.get('loadingPosXfade') +'px';this.loading.style.zIndex = hs.zIndexCounter++;}setTimeout(function (){if (exp.loading) hs.setStyles(exp.loading,{left: l, top: t, zIndex: hs.zIndexCounter++ })}, 100);}, imageCreate : function(){var exp = this;var img = document.createElement('img');this.content = img;img.onload = function (){if (hs.expanders[exp.key]) exp.contentLoaded();};if (hs.blockRightClick) img.oncontextmenu = function(){return false;};img.className = 'highslide-image';hs.setStyles(img,{visibility: 'hidden', display: 'block', position: 'absolute', maxWidth: '9999px', zIndex: 3 });img.title = hs.lang.restoreTitle;if (hs.safari && hs.uaVersion < 525) hs.container.appendChild(img);if (hs.ie && hs.flushImgSize) img.src = null;img.src = this.src;this.showLoading();}, contentLoaded : function(){try{if (!this.content) return;this.content.onload = null;if (this.onLoadStarted) return;else this.onLoadStarted = true;var x = this.x, y = this.y;if (this.loading){hs.setStyles(this.loading,{top: '-9999px' });this.loading = null;}x.full = this.content.width;y.full = this.content.height;hs.setStyles(this.content,{width: x.t +'px', height: y.t +'px' });this.wrapper.appendChild(this.content);hs.container.appendChild(this.wrapper);x.calcBorders();y.calcBorders();hs.setStyles (this.wrapper,{left: (x.tpos + x.tb - x.cb) +'px', top: (y.tpos + x.tb - y.cb) +'px' });this.initSlideshow();this.getOverlays();var ratio = x.full / y.full;x.calcExpanded();this.justify(x);y.calcExpanded();this.justify(y);if (this.overlayBox) this.sizeOverlayBox(0, 1);if (this.allowSizeReduction){this.correctRatio(ratio);var ss = this.slideshow;if (ss && this.last && ss.controls && ss.fixedControls){var pos = ss.overlayOptions.position || '', p;for (var dim in hs.oPos) for (var i = 0;i < 5;i++){p = this[dim];if (pos.match(hs.oPos[dim][i])){p.pos = this.last[dim].pos + (this.last[dim].p1 - p.p1) + (this.last[dim].size - p.size) * [0, 0, .5, 1, 1][i];if (ss.fixedControls == 'fit'){if (p.pos + p.size + p.p1 + p.p2 > p.scroll + p.clientSize - p.marginMax) p.pos = p.scroll + p.clientSize - p.size - p.marginMin - p.marginMax - p.p1 - p.p2;if (p.pos < p.scroll + p.marginMin) p.pos = p.scroll + p.marginMin;}}}}if (this.isImage && xr_hsretina(this.x.full) > (this.x.imgSize || this.x.size)){this.createFullExpand();if (this.overlays.length == 1) this.sizeOverlayBox();}}this.show();}catch (e){this.error(e);}}, justify : function (p, moveOnly){var tgtArr, tgt = p.target, dim = p == this.x ? 'x' : 'y';if (tgt && tgt.match(/ /)){tgtArr = tgt.split(' ');tgt = tgtArr[0];}if (tgt && hs.$(tgt)){p.pos = hs.getPosition(hs.$(tgt))[dim];if (tgtArr && tgtArr[1] && tgtArr[1].match(/^[-]?[0-9]+px$/)) p.pos += parseInt(tgtArr[1]);if (p.size < p.minSize) p.size = p.minSize;}else if (p.justify == 'auto' || p.justify == 'center'){var hasMovedMin = false;var allowReduce = p.exp.allowSizeReduction;if (p.justify == 'center') p.pos = Math.round(p.scroll + (p.clientSize + p.marginMin - p.marginMax - p.get('wsize')) / 2);else p.pos = Math.round(p.pos - ((p.get('wsize') - p.t) / 2));if (p.pos < p.scroll + p.marginMin){p.pos = p.scroll + p.marginMin;hasMovedMin = true;}if (!moveOnly && p.size < p.minSize){p.size = p.minSize;allowReduce = false;}if (p.pos + p.get('wsize') > p.scroll + p.clientSize - p.marginMax){if (!moveOnly && hasMovedMin && allowReduce){p.size = Math.min(p.size, p.get(dim == 'y' ? 'fitsize' : 'maxsize'));}else if (p.get('wsize') < p.get('fitsize')){p.pos = p.scroll + p.clientSize - p.marginMax - p.get('wsize');}else{p.pos = p.scroll + p.marginMin;if (!moveOnly && allowReduce) p.size = p.get(dim == 'y' ? 'fitsize' : 'maxsize');}}if (!moveOnly && p.size < p.minSize){p.size = p.minSize;allowReduce = false;}}else if (p.justify == 'max'){p.pos = Math.floor(p.pos - p.size + p.t);}if (p.pos < p.marginMin){var tmpMin = p.pos;p.pos = p.marginMin;if (allowReduce && !moveOnly) p.size = p.size - (p.pos - tmpMin);}}, correctRatio : function(ratio){var x = this.x, y = this.y, changed = false, xSize = Math.min(x.full, x.size), ySize = Math.min(y.full, y.size), useBox = (this.useBox || hs.padToMinWidth);if (xSize / ySize > ratio){xSize = ySize * ratio;if (xSize < x.minSize){xSize = x.minSize;ySize = xSize / ratio;}changed = true;}else if (xSize / ySize < ratio){ySize = xSize / ratio;changed = true;}if (hs.padToMinWidth && x.full < x.minSize){x.imgSize = x.full;y.size = y.imgSize = y.full;}else if (this.useBox){x.imgSize = xSize;y.imgSize = ySize;}else{x.size = xSize;y.size = ySize;}changed = this.fitOverlayBox(this.useBox ? null : ratio, changed);if (useBox && y.size < y.imgSize){y.imgSize = y.size;x.imgSize = y.size * ratio;}if (changed || useBox){x.pos = x.tpos - x.cb + x.tb;x.minSize = x.size;this.justify(x, true);y.pos = y.tpos - y.cb + y.tb;y.minSize = y.size;this.justify(y, true);if (this.overlayBox) this.sizeOverlayBox();}}, fitOverlayBox : function(ratio, changed){var x = this.x, y = this.y;if (this.overlayBox){while (y.size > this.minHeight && x.size > this.minWidth && y.get('wsize') > y.get('fitsize')){y.size -= 10;if (ratio) x.size = y.size * ratio;this.sizeOverlayBox(0, 1);changed = true;}}return changed;}, show : function (){var x = this.x, y = this.y;this.doShowHide('hidden');if (this.slideshow && this.slideshow.thumbstrip) this.slideshow.thumbstrip.selectThumb();this.changeSize( 1,{wrapper:{width : x.get('wsize'), height : y.get('wsize'), left: x.pos, top: y.pos }, content:{left: x.p1 + x.get('imgPad'), top: y.p1 + y.get('imgPad'), width:x.imgSize ||x.size, height:y.imgSize ||y.size }}, hs.expandDuration );}, changeSize : function(up, to, dur){var trans = this.transitions, other = up ? (this.last ? this.last.a : null) : hs.upcoming, t = (trans[1] && other && hs.getParam(other, 'transitions')[1] == trans[1]) ? trans[1] : trans[0];if (this[t] && t != 'expand'){this[t](up, to);return;}if (this.outline && !this.outlineWhileAnimating){if (up) this.outline.setPosition();else this.outline.destroy();}if (!up) this.destroyOverlays();var exp = this, x = exp.x, y = exp.y, easing = this.easing;if (!up) easing = this.easingClose || easing;var after = up ? function(){if (exp.outline) exp.outline.table.style.visibility = "visible";setTimeout(function(){exp.afterExpand();}, 50);}: function(){exp.afterClose();};if (up) hs.setStyles( this.wrapper,{width: x.t +'px', height: y.t +'px' });if (this.fadeInOut){hs.setStyles(this.wrapper,{opacity: up ? 0 : 1 });hs.extend(to.wrapper,{opacity: up });}hs.animate( this.wrapper, to.wrapper,{duration: dur, easing: easing, step: function(val, args){if (exp.outline && exp.outlineWhileAnimating && args.prop == 'top'){var fac = up ? args.pos : 1 - args.pos;var pos ={w: x.t + (x.get('wsize') - x.t) * fac, h: y.t + (y.get('wsize') - y.t) * fac, x: x.tpos + (x.pos - x.tpos) * fac, y: y.tpos + (y.pos - y.tpos) * fac };exp.outline.setPosition(pos, 0, 1);}}});hs.animate( this.content, to.content, dur, easing, after);if (up){this.wrapper.style.visibility = 'visible';this.content.style.visibility = 'visible';this.a.className += ' highslide-active-anchor';}}, fade : function(up, to){this.outlineWhileAnimating = false;var exp = this, t = up ? hs.expandDuration : 0;if (up){hs.animate(this.wrapper, to.wrapper, 0);hs.setStyles(this.wrapper,{opacity: 0, visibility: 'visible' });hs.animate(this.content, to.content, 0);this.content.style.visibility = 'visible';hs.animate(this.wrapper,{opacity: 1 }, t, null, function(){exp.afterExpand();});}if (this.outline){this.outline.table.style.zIndex = this.wrapper.style.zIndex;var dir = up || -1, offset = this.outline.offset, startOff = up ? 3 : offset, endOff = up? offset : 3;for (var i = startOff;dir * i <= dir * endOff;i += dir, t += 25){(function(){var o = up ? endOff - i : startOff - i;setTimeout(function(){exp.outline.setPosition(0, o, 1);}, t);})();}}if (up){}else{setTimeout( function(){if (exp.outline) exp.outline.destroy(exp.preserveContent);exp.destroyOverlays();hs.animate( exp.wrapper,{opacity: 0 }, hs.restoreDuration, null, function(){exp.afterClose();});}, t);}}, crossfade : function (up, to, from){if (!up) return;var exp = this, last = this.last, x = this.x, y = this.y, lastX = last.x, lastY = last.y, wrapper = this.wrapper, content = this.content, overlayBox = this.overlayBox;hs.removeEventListener(document, 'mousemove', hs.dragHandler);hs.setStyles(content,{width: (x.imgSize || x.size) +'px', height: (y.imgSize || y.size) +'px' });if (overlayBox) overlayBox.style.overflow = 'visible';this.outline = last.outline;if (this.outline) this.outline.exp = exp;last.outline = null;var fadeBox = hs.createElement('div',{className: 'highslide-'+ this.contentType },{position: 'absolute', zIndex: 4, overflow: 'hidden', display: 'none' });var names ={oldImg: last, newImg: this};for (var n in names){this[n] = names[n].content.cloneNode(1);hs.setStyles(this[n],{position: 'absolute', border: 0, visibility: 'visible' });fadeBox.appendChild(this[n]);}wrapper.appendChild(fadeBox);if (overlayBox){overlayBox.className = '';wrapper.appendChild(overlayBox);}fadeBox.style.display = '';last.content.style.display = 'none';if (hs.safari && hs.uaVersion < 525){this.wrapper.style.visibility = 'visible';}hs.animate(wrapper,{width: x.size },{duration: hs.transitionDuration, step: function(val, args){var pos = args.pos, invPos = 1 - pos;var prop, size ={}, props = ['pos', 'size', 'p1', 'p2'];for (var n in props){prop = props[n];size['x'+ prop] = Math.round(invPos * lastX[prop] + pos * x[prop]);size['y'+ prop] = Math.round(invPos * lastY[prop] + pos * y[prop]);size.ximgSize = Math.round( invPos * (lastX.imgSize || lastX.size) + pos * (x.imgSize || x.size));size.ximgPad = Math.round(invPos * lastX.get('imgPad') + pos * x.get('imgPad'));size.yimgSize = Math.round( invPos * (lastY.imgSize || lastY.size) + pos * (y.imgSize || y.size));size.yimgPad = Math.round(invPos * lastY.get('imgPad') + pos * y.get('imgPad'));}if (exp.outline) exp.outline.setPosition({x: size.xpos, y: size.ypos, w: size.xsize + size.xp1 + size.xp2 + 2 * x.cb, h: size.ysize + size.yp1 + size.yp2 + 2 * y.cb });last.wrapper.style.clip = 'rect(' + (size.ypos - lastY.pos)+'px, ' + (size.xsize + size.xp1 + size.xp2 + size.xpos + 2 * lastX.cb - lastX.pos) +'px, ' + (size.ysize + size.yp1 + size.yp2 + size.ypos + 2 * lastY.cb - lastY.pos) +'px, ' + (size.xpos - lastX.pos)+'px)';hs.setStyles(content,{top: (size.yp1 + y.get('imgPad')) +'px', left: (size.xp1 + x.get('imgPad')) +'px', marginTop: (y.pos - size.ypos) +'px', marginLeft: (x.pos - size.xpos) +'px' });hs.setStyles(wrapper,{top: size.ypos +'px', left: size.xpos +'px', width: (size.xp1 + size.xp2 + size.xsize + 2 * x.cb)+ 'px', height: (size.yp1 + size.yp2 + size.ysize + 2 * y.cb) + 'px' });hs.setStyles(fadeBox,{width: (size.ximgSize || size.xsize) + 'px', height: (size.yimgSize || size.ysize) +'px', left: (size.xp1 + size.ximgPad) +'px', top: (size.yp1 + size.yimgPad) +'px', visibility: 'visible' });hs.setStyles(exp.oldImg,{top: (lastY.pos - size.ypos + lastY.p1 - size.yp1 + lastY.get('imgPad') - size.yimgPad)+'px', left: (lastX.pos - size.xpos + lastX.p1 - size.xp1 + lastX.get('imgPad') - size.ximgPad)+'px' });hs.setStyles(exp.newImg,{opacity: pos, top: (y.pos - size.ypos + y.p1 - size.yp1 + y.get('imgPad') - size.yimgPad) +'px', left: (x.pos - size.xpos + x.p1 - size.xp1 + x.get('imgPad') - size.ximgPad) +'px' });if (overlayBox) hs.setStyles(overlayBox,{width: size.xsize + 'px', height: size.ysize +'px', left: (size.xp1 + x.cb) +'px', top: (size.yp1 + y.cb) +'px' });}, complete: function (){wrapper.style.visibility = content.style.visibility = 'visible';content.style.display = 'block';hs.discardElement(fadeBox);exp.afterExpand();last.afterClose();exp.last = null;}});}, reuseOverlay : function(o, el){if (!this.last) return false;for (var i = 0;i < this.last.overlays.length;i++){var oDiv = hs.$('hsId'+ this.last.overlays[i]);if (oDiv && oDiv.hsId == o.hsId){this.genOverlayBox();oDiv.reuse = this.key;hs.push(this.overlays, this.last.overlays[i]);return true;}}return false;}, afterExpand : function(){this.isExpanded = true;this.focus();if (this.dimmingOpacity) hs.dim(this);if (hs.upcoming && hs.upcoming == this.a) hs.upcoming = null;this.prepareNextOutline();var p = hs.page, mX = hs.mouse.x + p.scrollLeft, mY = hs.mouse.y + p.scrollTop;this.mouseIsOver = this.x.pos < mX && mX < this.x.pos + this.x.get('wsize') && this.y.pos < mY && mY < this.y.pos + this.y.get('wsize');if (this.overlayBox) this.showOverlays();}, prepareNextOutline : function(){var key = this.key;var outlineType = this.outlineType;new hs.Outline(outlineType, function (){try{hs.expanders[key].preloadNext();}catch (e){}});}, preloadNext : function(){var next = this.getAdjacentAnchor(1);if (next && next.onclick.toString().match(/hs\.expand/)) var img = hs.createElement('img',{src: hs.getSrc(next) });}, getAdjacentAnchor : function(op){var current = this.getAnchorIndex(), as = hs.anchors.groups[this.slideshowGroup || 'none'];if (as && !as[current + op] && this.slideshow && this.slideshow.repeat){if (op == 1) return as[0];else if (op == -1) return as[as.length-1];}return (as && as[current + op]) || null;}, getAnchorIndex : function(){var arr = hs.getAnchors().groups[this.slideshowGroup || 'none'];if (arr) for (var i = 0;i < arr.length;i++){if (arr[i]+'' == this.a) return i;}return null;}, getNumber : function(){if (this[this.numberPosition]){var arr = hs.anchors.groups[this.slideshowGroup || 'none'];if (arr){var s = hs.lang.number.replace('%1', this.getAnchorIndex() + 1).replace('%2', arr.length);this[this.numberPosition].innerHTML = ''+ s +'
'+ this[this.numberPosition].innerHTML;}}}, initSlideshow : function(){if (!this.last){for (var i = 0;i < hs.slideshows.length;i++){var ss = hs.slideshows[i], sg = ss.slideshowGroup;if (typeof sg == 'undefined' || sg === null || sg === this.slideshowGroup) this.slideshow = new hs.Slideshow(this.key, ss);}}else{this.slideshow = this.last.slideshow;}var ss = this.slideshow;if (!ss) return;var key = ss.expKey = this.key;ss.checkFirstAndLast();ss.disable('full-expand');if (ss.controls){this.createOverlay(hs.extend(ss.overlayOptions ||{},{overlayId: ss.controls, hsId: 'controls', zIndex: 5 }));}if (ss.thumbstrip) ss.thumbstrip.add(this);if (!this.last && this.autoplay) ss.play(true);if (ss.autoplay){ss.autoplay = setTimeout(function(){hs.next(key);}, (ss.interval || 500));}}, cancelLoading : function(){hs.discardElement (this.wrapper);hs.expanders[this.key] = null;if (hs.upcoming == this.a) hs.upcoming = null;hs.undim(this.key);if (this.loading) hs.loading.style.left = '-9999px';}, writeCredits : function (){if (this.credits) return;this.credits = hs.createElement('a',{href: hs.creditsHref, target: hs.creditsTarget, className: 'highslide-credits', innerHTML: hs.lang.creditsText, title: hs.lang.creditsTitle });this.createOverlay({overlayId: this.credits, position: this.creditsPosition || 'top left', hsId: 'credits' });}, getInline : function(types, addOverlay){for (var i = 0;i < types.length;i++){var type = types[i], s = null;if (!this[type +'Id'] && this.thumbsUserSetId) this[type +'Id'] = type +'-for-'+ this.thumbsUserSetId;if (this[type +'Id']) this[type] = hs.getNode(this[type +'Id']);if (!this[type] && !this[type +'Text'] && this[type +'Eval']) try{s = eval(this[type +'Eval']);}catch (e){}if (!this[type] && this[type +'Text']){s = this[type +'Text'];}if (!this[type] && !s){this[type] = hs.getNode(this.a['_'+ type + 'Id']);if (!this[type]){var next = this.a.nextSibling;while (next && !hs.isHsAnchor(next)){if ((new RegExp('highslide-'+ type)).test(next.className || null)){if (!next.id) this.a['_'+ type + 'Id'] = next.id = 'hsId'+ hs.idCounter++;this[type] = hs.getNode(next.id);break;}next = next.nextSibling;}}}if (!this[type] && !s && this.numberPosition == type) s = '\n';if (!this[type] && s) this[type] = hs.createElement('div',{className: 'highslide-'+ type, innerHTML: s });if (addOverlay && this[type]){var o ={position: (type == 'heading') ? 'above' : 'below'};for (var x in this[type+'Overlay']) o[x] = this[type+'Overlay'][x];o.overlayId = this[type];this.createOverlay(o);}}}, doShowHide : function(visibility){if (hs.hideSelects) this.showHideElements('SELECT', visibility);if (hs.hideIframes) this.showHideElements('IFRAME', visibility);if (hs.geckoMac) this.showHideElements('*', visibility);}, showHideElements : function (tagName, visibility){var els = document.getElementsByTagName(tagName);var prop = tagName == '*' ? 'overflow' : 'visibility';for (var i = 0;i < els.length;i++){if (prop == 'visibility' || (document.defaultView.getComputedStyle( els[i], "").getPropertyValue('overflow') == 'auto' || els[i].getAttribute('hidden-by') != null)){var hiddenBy = els[i].getAttribute('hidden-by');if (visibility == 'visible' && hiddenBy){hiddenBy = hiddenBy.replace('['+ this.key +']', '');els[i].setAttribute('hidden-by', hiddenBy);if (!hiddenBy) els[i].style[prop] = els[i].origProp;}else if (visibility == 'hidden'){var elPos = hs.getPosition(els[i]);elPos.w = els[i].offsetWidth;elPos.h = els[i].offsetHeight;if (!this.dimmingOpacity){var clearsX = (elPos.x + elPos.w < this.x.get('opos') || elPos.x > this.x.get('opos') + this.x.get('osize'));var clearsY = (elPos.y + elPos.h < this.y.get('opos') || elPos.y > this.y.get('opos') + this.y.get('osize'));}var wrapperKey = hs.getWrapperKey(els[i]);if (!clearsX && !clearsY && wrapperKey != this.key){if (!hiddenBy){els[i].setAttribute('hidden-by', '['+ this.key +']');els[i].origProp = els[i].style[prop];els[i].style[prop] = 'hidden';}else if (hiddenBy.indexOf('['+ this.key +']') == -1){els[i].setAttribute('hidden-by', hiddenBy + '['+ this.key +']');}}else if ((hiddenBy == '['+ this.key +']' || hs.focusKey == wrapperKey) && wrapperKey != this.key){els[i].setAttribute('hidden-by', '');els[i].style[prop] = els[i].origProp || '';}else if (hiddenBy && hiddenBy.indexOf('['+ this.key +']') > -1){els[i].setAttribute('hidden-by', hiddenBy.replace('['+ this.key +']', ''));}}}}}, focus : function(){this.wrapper.style.zIndex = hs.zIndexCounter += 2;for (var i = 0;i < hs.expanders.length;i++){if (hs.expanders[i] && i == hs.focusKey){var blurExp = hs.expanders[i];blurExp.content.className += ' highslide-'+ blurExp.contentType +'-blur';blurExp.content.style.cursor = hs.ieLt7 ? 'hand' : 'pointer';blurExp.content.title = hs.lang.focusTitle;}}if (this.outline) this.outline.table.style.zIndex = this.wrapper.style.zIndex - 1;this.content.className = 'highslide-'+ this.contentType;this.content.title = hs.lang.restoreTitle;if (hs.restoreCursor){hs.styleRestoreCursor = window.opera ? 'pointer' : 'url('+ hs.graphicsDir + hs.restoreCursor +'), pointer';if (hs.ieLt7 && hs.uaVersion < 6) hs.styleRestoreCursor = 'hand';this.content.style.cursor = hs.styleRestoreCursor;}hs.focusKey = this.key;hs.addEventListener(document, window.opera ? 'keypress' : 'keydown', hs.keyHandler);}, moveTo: function(x, y){this.x.setPos(x);this.y.setPos(y);}, resize : function (e){var w, h, r = e.width / e.height;w = Math.max(e.width + e.dX, Math.min(this.minWidth, this.x.full));if (this.isImage && Math.abs(w - this.x.full) < 12) w = this.x.full;h = w / r;if (h < Math.min(this.minHeight, this.y.full)){h = Math.min(this.minHeight, this.y.full);if (this.isImage) w = h * r;}this.resizeTo(w, h);}, resizeTo: function(w, h){this.y.setSize(h);this.x.setSize(w);this.wrapper.style.height = this.y.get('wsize') +'px';}, close : function(){if (this.isClosing || !this.isExpanded) return;if (this.transitions[1] == 'crossfade' && hs.upcoming){hs.getExpander(hs.upcoming).cancelLoading();hs.upcoming = null;}this.isClosing = true;if (this.slideshow && !hs.upcoming) this.slideshow.pause();hs.removeEventListener(document, window.opera ? 'keypress' : 'keydown', hs.keyHandler);try{this.content.style.cursor = 'default';this.changeSize( 0,{wrapper:{width : this.x.t, height : this.y.t, left: this.x.tpos - this.x.cb + this.x.tb, top: this.y.tpos - this.y.cb + this.y.tb }, content:{left: 0, top: 0, width: this.x.t, height: this.y.t }}, hs.restoreDuration );}catch (e){this.afterClose();}}, createOverlay : function (o){var el = o.overlayId, relToVP = (o.relativeTo == 'viewport' && !/panel$/.test(o.position));if (typeof el == 'string') el = hs.getNode(el);if (o.html) el = hs.createElement('div',{innerHTML: o.html });if (!el || typeof el == 'string') return;el.style.display = 'block';o.hsId = o.hsId || o.overlayId;if (this.transitions[1] == 'crossfade' && this.reuseOverlay(o, el)) return;this.genOverlayBox();var width = o.width && /^[0-9]+(px|%)$/.test(o.width) ? o.width : 'auto';if (/^(left|right)panel$/.test(o.position) && !/^[0-9]+px$/.test(o.width)) width = '200px';var overlay = hs.createElement( 'div',{id: 'hsId'+ hs.idCounter++, hsId: o.hsId },{position: 'absolute', visibility: 'hidden', width: width, direction: hs.lang.cssDirection || '', opacity: 0 }, relToVP ? hs.viewport :this.overlayBox, true );if (relToVP) overlay.hsKey = this.key;overlay.appendChild(el);hs.extend(overlay,{opacity: 1, offsetX: 0, offsetY: 0, dur: (o.fade === 0 || o.fade === false || (o.fade == 2 && hs.ie)) ? 0 : 250 });hs.extend(overlay, o);if (this.gotOverlays){this.positionOverlay(overlay);if (!overlay.hideOnMouseOut || this.mouseIsOver) hs.animate(overlay,{opacity: overlay.opacity }, overlay.dur);}hs.push(this.overlays, hs.idCounter - 1);}, positionOverlay : function(overlay){var p = overlay.position || 'middle center', relToVP = (overlay.relativeTo == 'viewport'), offX = overlay.offsetX, offY = overlay.offsetY;if (relToVP){hs.viewport.style.display = 'block';overlay.hsKey = this.key;if (overlay.offsetWidth > overlay.parentNode.offsetWidth) overlay.style.width = '100%';}else if (overlay.parentNode != this.overlayBox) this.overlayBox.appendChild(overlay);if (/left$/.test(p)) overlay.style.left = offX +'px';if (/center$/.test(p)) hs.setStyles (overlay,{left: '50%', marginLeft: (offX - Math.round(overlay.offsetWidth / 2)) +'px' });if (/right$/.test(p)) overlay.style.right = - offX +'px';if (/^leftpanel$/.test(p)){hs.setStyles(overlay,{right: '100%', marginRight: this.x.cb +'px', top: - this.y.cb +'px', bottom: - this.y.cb +'px', overflow: 'auto' });this.x.p1 = overlay.offsetWidth;}else if (/^rightpanel$/.test(p)){hs.setStyles(overlay,{left: '100%', marginLeft: this.x.cb +'px', top: - this.y.cb +'px', bottom: - this.y.cb +'px', overflow: 'auto' });this.x.p2 = overlay.offsetWidth;}var parOff = overlay.parentNode.offsetHeight;overlay.style.height = 'auto';if (relToVP && overlay.offsetHeight > parOff) overlay.style.height = hs.ieLt7 ? parOff +'px' : '100%';if (/^top/.test(p)) overlay.style.top = offY +'px';if (/^middle/.test(p)) hs.setStyles (overlay,{top: '50%', marginTop: (offY - Math.round(overlay.offsetHeight / 2)) +'px' });if (/^bottom/.test(p)) overlay.style.bottom = - offY +'px';if (/^above$/.test(p)){hs.setStyles(overlay,{left: (- this.x.p1 - this.x.cb) +'px', right: (- this.x.p2 - this.x.cb) +'px', bottom: '100%', marginBottom: this.y.cb +'px', width: 'auto' });this.y.p1 = overlay.offsetHeight;}else if (/^below$/.test(p)){hs.setStyles(overlay,{position: 'relative', left: (- this.x.p1 - this.x.cb) +'px', right: (- this.x.p2 - this.x.cb) +'px', top: '100%', marginTop: this.y.cb +'px', width: 'auto' });this.y.p2 = overlay.offsetHeight;overlay.style.position = 'absolute';}}, getOverlays : function(){this.getInline(['heading', 'caption'], true);this.getNumber();if (this.heading && this.dragByHeading) this.heading.className += ' highslide-move';if (hs.showCredits) this.writeCredits();for (var i = 0;i < hs.overlays.length;i++){var o = hs.overlays[i], tId = o.thumbnailId, sg = o.slideshowGroup;if ((!tId && !sg) || (tId && tId == this.thumbsUserSetId) || (sg && sg === this.slideshowGroup)){this.createOverlay(o);}}var os = [];for (var i = 0;i < this.overlays.length;i++){var o = hs.$('hsId'+ this.overlays[i]);if (/panel$/.test(o.position)) this.positionOverlay(o);else hs.push(os, o);}for (var i = 0;i < os.length;i++) this.positionOverlay(os[i]);this.gotOverlays = true;}, genOverlayBox : function(){if (!this.overlayBox) this.overlayBox = hs.createElement ( 'div',{className: this.wrapperClassName },{position : 'absolute', width: (this.x.size || (this.useBox ? this.width : null) || this.x.full) +'px', height: (this.y.size || this.y.full) +'px', visibility : 'hidden', overflow : 'hidden', zIndex : hs.ie ? 4 : 'auto' }, hs.container, true );}, sizeOverlayBox : function(doWrapper, doPanels){var overlayBox = this.overlayBox, x = this.x, y = this.y;hs.setStyles( overlayBox,{width: x.size +'px', height: y.size +'px' });if (doWrapper || doPanels){for (var i = 0;i < this.overlays.length;i++){var o = hs.$('hsId'+ this.overlays[i]);var ie6 = (hs.ieLt7 || document.compatMode == 'BackCompat');if (o && /^(above|below)$/.test(o.position)){if (ie6){o.style.width = (overlayBox.offsetWidth + 2 * x.cb + x.p1 + x.p2) +'px';}y[o.position == 'above' ? 'p1' : 'p2'] = o.offsetHeight;}if (o && ie6 && /^(left|right)panel$/.test(o.position)){o.style.height = (overlayBox.offsetHeight + 2* y.cb) +'px';}}}if (doWrapper){hs.setStyles(this.content,{top: y.p1 +'px' });hs.setStyles(overlayBox,{top: (y.p1 + y.cb) +'px' });}}, showOverlays : function(){var b = this.overlayBox;b.className = '';hs.setStyles(b,{top: (this.y.p1 + this.y.cb) +'px', left: (this.x.p1 + this.x.cb) +'px', overflow : 'visible' });if (hs.safari) b.style.visibility = 'visible';this.wrapper.appendChild (b);for (var i = 0;i < this.overlays.length;i++){var o = hs.$('hsId'+ this.overlays[i]);o.style.zIndex = o.zIndex || 4;if (!o.hideOnMouseOut || this.mouseIsOver){o.style.visibility = 'visible';hs.setStyles(o,{visibility: 'visible', display: '' });hs.animate(o,{opacity: o.opacity }, o.dur);}}}, destroyOverlays : function(){if (!this.overlays.length) return;if (this.slideshow){var c = this.slideshow.controls;if (c && hs.getExpander(c) == this) c.parentNode.removeChild(c);}for (var i = 0;i < this.overlays.length;i++){var o = hs.$('hsId'+ this.overlays[i]);if (o && o.parentNode == hs.viewport && hs.getExpander(o) == this) hs.discardElement(o);}hs.discardElement(this.overlayBox);}, createFullExpand : function (){if (this.slideshow && this.slideshow.controls){this.slideshow.enable('full-expand');return;}this.fullExpandLabel = hs.createElement( 'a',{href: 'javascript:hs.expanders['+ this.key +'].doFullExpand();', title: hs.lang.fullExpandTitle, className: 'highslide-full-expand' });this.createOverlay({overlayId: this.fullExpandLabel, position: hs.fullExpandPosition, hideOnMouseOut: true, opacity: hs.fullExpandOpacity });}, doFullExpand : function (){try{if (this.fullExpandLabel) hs.discardElement(this.fullExpandLabel);this.focus();var xSize = this.x.size, ySize = this.y.size;this.resizeTo(xr_hsretina(this.x.full), xr_hsretina(this.y.full));var xpos = this.x.pos - (this.x.size - xSize) / 2;if (xpos < hs.marginLeft) xpos = hs.marginLeft;var ypos = this.y.pos - (this.y.size - ySize) / 2;if (ypos < hs.marginTop) ypos = hs.marginTop;this.moveTo(xpos, ypos);this.doShowHide('hidden');}catch (e){this.error(e);}}, afterClose : function (){this.a.className = this.a.className.replace('highslide-active-anchor', '');this.doShowHide('visible');if (this.outline && this.outlineWhileAnimating) this.outline.destroy();hs.discardElement(this.wrapper);this.destroyOverlays();if (!hs.viewport.childNodes.length) hs.viewport.style.display = 'none';if (this.dimmingOpacity) hs.undim(this.key);hs.expanders[this.key] = null;hs.reOrder();}};hs.Slideshow = function (expKey, options){if (hs.dynamicallyUpdateAnchors !== false) hs.updateAnchors();this.expKey = expKey;for (var x in options) this[x] = options[x];if (this.useControls) this.getControls();if (this.thumbstrip) this.thumbstrip = hs.Thumbstrip(this);};hs.Slideshow.prototype ={getControls: function(){this.controls = hs.createElement('div',{innerHTML: hs.replaceLang(hs.skin.controls) }, null, hs.container);var buttons = ['play', 'pause', 'previous', 'next', 'move', 'full-expand', 'close'];this.btn ={};var pThis = this;for (var i = 0;i < buttons.length;i++){this.btn[buttons[i]] = hs.getElementByClass(this.controls, 'li', 'highslide-'+ buttons[i]);this.enable(buttons[i]);}this.btn.pause.style.display = 'none';}, checkFirstAndLast: function(){if (this.repeat || !this.controls) return;var exp = hs.expanders[this.expKey], cur = exp.getAnchorIndex(), re = /disabled$/;if (cur == 0) this.disable('previous');else if (re.test(this.btn.previous.getElementsByTagName('a')[0].className)) this.enable('previous');if (cur + 1 == hs.anchors.groups[exp.slideshowGroup || 'none'].length){this.disable('next');this.disable('play');}else if (re.test(this.btn.next.getElementsByTagName('a')[0].className)){this.enable('next');this.enable('play');}}, enable: function(btn){if (!this.btn) return;var sls = this, a = this.btn[btn].getElementsByTagName('a')[0], re = /disabled$/;a.onclick = function(){sls[btn]();return false;};if (re.test(a.className)) a.className = a.className.replace(re, '');}, disable: function(btn){if (!this.btn) return;var a = this.btn[btn].getElementsByTagName('a')[0];a.onclick = function(){return false;};if (!/disabled$/.test(a.className)) a.className += ' disabled';}, hitSpace: function(){if (this.autoplay) this.pause();else this.play();}, play: function(wait){if (this.btn){this.btn.play.style.display = 'none';this.btn.pause.style.display = '';}this.autoplay = true;if (!wait) hs.next(this.expKey);}, pause: function(){if (this.btn){this.btn.pause.style.display = 'none';this.btn.play.style.display = '';}clearTimeout(this.autoplay);this.autoplay = null;}, previous: function(){this.pause();hs.previous(this.btn.previous);}, next: function(){this.pause();hs.next(this.btn.next);}, move: function(){}, 'full-expand': function(){hs.getExpander().doFullExpand();}, close: function(){hs.close(this.btn.close);}};hs.Thumbstrip = function(slideshow){function add (exp){hs.extend(options ||{},{overlayId: dom, hsId: 'thumbstrip', className: 'highslide-thumbstrip-'+ mode +'-overlay ' + (options.className || '') });if (hs.ieLt7) options.fade = 0;exp.createOverlay(options);hs.setStyles(dom.parentNode,{overflow: 'hidden' });};function scroll (delta){selectThumb(undefined, Math.round(delta * dom[isX ? 'offsetWidth' : 'offsetHeight'] * 0.7));};function selectThumb (i, scrollBy){if (i === undefined) for (var j = 0;j < group.length;j++){if (group[j] == hs.expanders[slideshow.expKey].a){i = j;break;}}if (i === undefined) return;var as = dom.getElementsByTagName('a'), active = as[i], cell = active.parentNode, left = isX ? 'Left' : 'Top', right = isX ? 'Right' : 'Bottom', width = isX ? 'Width' : 'Height', offsetLeft = 'offset' + left, offsetWidth = 'offset' + width, overlayWidth = div.parentNode.parentNode[offsetWidth], minTblPos = overlayWidth - table[offsetWidth], curTblPos = parseInt(table.style[isX ? 'left' : 'top']) || 0, tblPos = curTblPos, mgnRight = 20;if (scrollBy !== undefined){tblPos = curTblPos - scrollBy;if (minTblPos > 0) minTblPos = 0;if (tblPos > 0) tblPos = 0;if (tblPos < minTblPos) tblPos = minTblPos;}else{for (var j = 0;j < as.length;j++) as[j].className = '';active.className = 'highslide-active-anchor';var activeLeft = i > 0 ? as[i - 1].parentNode[offsetLeft] : cell[offsetLeft], activeRight = cell[offsetLeft] + cell[offsetWidth] + (as[i + 1] ? as[i + 1].parentNode[offsetWidth] : 0);if (activeRight > overlayWidth - curTblPos) tblPos = overlayWidth - activeRight;else if (activeLeft < -curTblPos) tblPos = -activeLeft;}var markerPos = cell[offsetLeft] + (cell[offsetWidth] - marker[offsetWidth]) / 2 + tblPos;hs.animate(table, isX ?{left: tblPos }:{top: tblPos }, null, 'easeOutQuad');hs.animate(marker, isX ?{left: markerPos }:{top: markerPos }, null, 'easeOutQuad');scrollUp.style.display = tblPos < 0 ? 'block' : 'none';scrollDown.style.display = (tblPos > minTblPos) ? 'block' : 'none';};var group = hs.anchors.groups[hs.expanders[slideshow.expKey].slideshowGroup || 'none'], options = slideshow.thumbstrip, mode = options.mode || 'horizontal', floatMode = (mode == 'float'), tree = floatMode ? ['div', 'ul', 'li', 'span'] : ['table', 'tbody', 'tr', 'td'], isX = (mode == 'horizontal'), dom = hs.createElement('div',{className: 'highslide-thumbstrip highslide-thumbstrip-'+ mode, innerHTML: ''+ '<'+ tree[0] +'><'+ tree[1] +'>'+ tree[1] +'>'+ tree[0] +'>
'+ ''+ ''+ '' },{display: 'none' }, hs.container), domCh = dom.childNodes, div = domCh[0], scrollUp = domCh[1], scrollDown = domCh[2], marker = domCh[3], table = div.firstChild, tbody = dom.getElementsByTagName(tree[1])[0], tr;for (var i = 0;i < group.length;i++){if (i == 0 || !isX) tr = hs.createElement(tree[2], null, null, tbody);(function(){var a = group[i], cell = hs.createElement(tree[3], null, null, tr), pI = i;hs.createElement('a',{href: a.href, title: a.title, onclick: function(){if (/highslide-active-anchor/.test(this.className)) return false;hs.getExpander(this).focus();return hs.transit(a);}, innerHTML: hs.stripItemFormatter ? hs.stripItemFormatter(a) : a.innerHTML }, null, cell);})();}if (!floatMode){scrollUp.onclick = function (){scroll(-1);};scrollDown.onclick = function(){scroll(1);};hs.addEventListener(tbody, document.onmousewheel !== undefined ? 'mousewheel' : 'DOMMouseScroll', function(e){var delta = 0;e = e || window.event;if (e.wheelDelta){delta = e.wheelDelta/120;if (hs.opera) delta = -delta;}else if (e.detail){delta = -e.detail/3;}if (delta) scroll(-delta * 0.2);if (e.preventDefault) e.preventDefault();e.returnValue = false;});}return{add: add, selectThumb: selectThumb}};hs.langDefaults = hs.lang;var HsExpander = hs.Expander;if (hs.ie && window == window.top){(function (){try{document.documentElement.doScroll('left');}catch (e){setTimeout(arguments.callee, 50);return;}hs.ready();})();}hs.addEventListener(document, 'DOMContentLoaded', hs.ready);hs.addEventListener(window, 'load', hs.ready);hs.addEventListener(document, 'ready', function(){if (hs.expandCursor || hs.dimmingOpacity){var style = hs.createElement('style',{type: 'text/css' }, null, document.getElementsByTagName('HEAD')[0]), backCompat = document.compatMode == 'BackCompat';function addRule(sel, dec){if (hs.ie && (hs.uaVersion < 9 || backCompat)){var last = document.styleSheets[document.styleSheets.length - 1];if (typeof(last.addRule) == "object") last.addRule(sel, dec);}else{style.appendChild(document.createTextNode(sel + " {" + dec + "}"));}}function fix(prop){return 'expression( ( ( ignoreMe = document.documentElement.'+ prop + ' ? document.documentElement.'+ prop +' : document.body.'+ prop +' ) ) + \'px\' );';}if (hs.expandCursor) addRule ('.highslide img', 'cursor: url('+ hs.graphicsDir + hs.expandCursor +'), pointer !important;');addRule ('.highslide-viewport-size', hs.ie && (hs.uaVersion < 7 || backCompat) ? 'position: absolute; '+ 'left:'+ fix('scrollLeft') + 'top:'+ fix('scrollTop') + 'width:'+ fix('clientWidth') + 'height:'+ fix('clientHeight') : 'position: fixed; width: 100%; height: 100%; left: 0; top: 0');}});hs.addEventListener(window, 'resize', function(){hs.getPageSize();if (hs.viewport) for (var i = 0;i < hs.viewport.childNodes.length;i++){var node = hs.viewport.childNodes[i], exp = hs.getExpander(node);exp.positionOverlay(node);if (node.hsId == 'thumbstrip') exp.slideshow.thumbstrip.selectThumb();}});hs.addEventListener(document, 'mousemove', function(e){hs.mouse ={x: e.clientX, y: e.clientY };});hs.addEventListener(document, 'mousedown', hs.mouseClickHandler);hs.addEventListener(document, 'mouseup', hs.mouseClickHandler);hs.addEventListener(document, 'ready', hs.getAnchors);hs.addEventListener(window, 'load', hs.preloadImages);};
-function xr_thumbsort(arr){if(arr&&arr.length>1){var f=1;while(f){f=0;for(var i=0;im2&&(t2+h2)m1&&(t1+h1)m2) || (!ff&&l1>l2)){var to=arr[i];arr[i]=arr[i+1];arr[i+1]=to;f=1;};};};};};hs.allowMultipleInstances=false;
-function xr_hsretina(x){if(window.devicePixelRatio && window.devicePixelRatio>1) x=x/2;return x;};
-hs.graphicsDir = 'index_htm_files/';hs.outlinesDir = './';hs.showCredits = false;hs.captionEval = 'this.thumb.alt';hs.outlineType="custom";hs.easing = 'easeInBack';hs.easingClose = 'easeOutBack';hs.registerOverlay({html: '
', position: 'top right', useOnHtml: true, fade:2});
\ No newline at end of file
diff --git a/static_website/index_htm_files/loader.white.gif b/static_website/index_htm_files/loader.white.gif
deleted file mode 100644
index f2a1bc0c..00000000
Binary files a/static_website/index_htm_files/loader.white.gif and /dev/null differ
diff --git a/static_website/index_htm_files/png.js b/static_website/index_htm_files/png.js
deleted file mode 100644
index f6db2069..00000000
--- a/static_website/index_htm_files/png.js
+++ /dev/null
@@ -1 +0,0 @@
-function xr_png(){var vs = navigator.appVersion.split("MSIE");var v = parseFloat(vs[1]);if ((v >= 5.5) && (document.body.filters)){xr_xr.style.display="none";for(var i=0;i1 || img.height<404)){var iN = img.src.toUpperCase();if (iN.substring(iN.length-3, iN.length) == "PNG"){var iT = "title='"+img.title+"' alt='"+img.alt+"' ";if (img.id) iT = iT+"id='"+img.id+"' ";var iS = "display:inline-block; position:absolute; border:none;"+img.style.cssText;if (img.parentElement.href) iS = "cursor:hand;"+iS;var re=/\{[\s\S]*?\}/;var xx=" "+img.onmousemove;if(xx.match(re)) iT=iT+' onmousemove="'+xx.match(re)+'"';xx=" "+img.onmouseover;if(xx.match(re)) iT=iT+' onmouseover="'+xx.match(re)+'"';xx=" "+img.onmouseout;if(xx.match(re)) iT=iT+' onmouseout="'+xx.match(re)+'"';xx=" "+img.onclick;if(xx.match(re)) iT=iT+' onclick="'+xx.match(re)+'"';var r = " ";img.outerHTML = r;};};};xr_xr.style.display="block";};};xr_png();
diff --git a/static_website/index_htm_files/replaceMobileFonts.js b/static_website/index_htm_files/replaceMobileFonts.js
deleted file mode 100644
index 8693cdfc..00000000
--- a/static_website/index_htm_files/replaceMobileFonts.js
+++ /dev/null
@@ -1 +0,0 @@
-function repMobFonts(){if(navigator.userAgent.match(/Android/i)){var el = document.getElementsByTagName("*");for ( var i = 0; i < el.length; i++ ){var ff=window.getComputedStyle(el[i],null).getPropertyValue("font-family");if(ff=="Arial" || ff=="'Arial'" || ff=='"Arial"'){el[i].style.fontFamily='Arimo';}if(ff=="Courier New" || ff=="'Courier New'" || ff=='"Courier New"'){el[i].style.fontFamily='Cousine';}if(ff=="Times New Roman" || ff=="'Times New Roman'" || ff=='"Times New Roman"'){el[i].style.fontFamily='Tinos';}}}}
\ No newline at end of file
diff --git a/static_website/index_htm_files/resize.gif b/static_website/index_htm_files/resize.gif
deleted file mode 100644
index 9100de77..00000000
Binary files a/static_website/index_htm_files/resize.gif and /dev/null differ
diff --git a/static_website/index_htm_files/roe.js b/static_website/index_htm_files/roe.js
deleted file mode 100644
index 8760bf24..00000000
--- a/static_website/index_htm_files/roe.js
+++ /dev/null
@@ -1 +0,0 @@
-var xr_ffox=navigator.userAgent.indexOf('Firefox')!=-1;var xr_ppirf=0;var xr_pppr=0;try{if(top.isRemotePresenter && navigator.userAgent.indexOf('MSIE')==-1 && navigator.userAgent.indexOf('Trident')!=-1) xr_ppirf=1;}catch(e){};function repMobFonts(){};function wScrollTo(x,y){if(document.msFullscreenElement){document.msFullscreenElement.scrollLeft=x;document.msFullscreenElement.scrollTop=y;}else window.scrollTo(x,y);}function wXOffset(){if(document.msFullscreenElement) return document.msFullscreenElement.scrollLeft;if(xr_ie)return document.documentElement.scrollLeft;return window.pageXOffset;}function wYOffset(){if(document.msFullscreenElement) return document.msFullscreenElement.scrollTop;if(xr_ie)return document.documentElement.scrollTop;return window.pageYOffset;}function dScrollLeft(){if(document.msFullscreenElement) return document.msFullscreenElement.scrollLeft;return document.documentElement.scrollLeft;}function dScrollTop(){if(document.msFullscreenElement) return document.msFullscreenElement.scrollTop;return document.documentElement.scrollTop;}function xr_nn(){if(!xr_ppirf) return(xr_ms<1);else if(xr_ms<1)return(true);};function xr_ppir(o){if(xr_ppirf) document.location=o.href;};function xr_gow(o){if(!o.xr_w){var dd=o.style.display;if(dd!="block") o.style.display='block';o.xr_w=o.offsetWidth;if(dd!="block") o.style.display=dd;};return o.xr_w;};function xr_goh(o){if(!o.xr_h){var dd=o.style.display;if(dd!="block") o.style.display='block';o.xr_h=o.offsetHeight;if(dd!="block") o.style.display=dd;};return o.xr_h;};var xr_w,xr_h;function xr_bcvrfh(){xr_h=document.documentElement.clientHeight;xr_w=document.documentElement.clientWidth;var s=xr_xr.style.overflow;xr_xr.style.overflow = "scroll";var ph=xr_xr.scrollHeight+xr_xr.offsetTop;var pw=xr_xr.scrollWidth;xr_xr.style.overflow=s;if(ph>xr_h)xr_h=ph;if(pw>xr_w)xr_w=pw;return document.getElementById("xr_bcv");};function xr_bcvrfr(){};var xr_pager=0;var xr_pgrtopgap1=0;var xr_pgrzoom=1;var xr_uid=0;var xr_spatrs=0;var xr_spahor=0;var xr_spavert=0;var xr_pagegap=0;var xr_spapn=0;var xr_scale=0;var xr_prsctrls=0;var xr_autoscale=0;var xr_fitwidth=0;var xr_ie=0;var xr_ie6,xr_ie7,xr_ie8n,xr_ie9,xr_chrome,xr_ipod,xr_dx,xr_fl,xr_ft,xr_fr,xr_fb,xr_fld,xr_ftd,xr_fo,xr_ho,xr_wx,xr_wy;var xr_bckgx=0,xr_bckgy=0;var xr_pul=0;var xr_xpul=0;var xr_trid=0;var xr_ms=-1;var xr_ps=new Array();var xr_pl=new Array();var xr_pi=0;var xr_rc=-1;var xr_rrl=0;var xr_rpp=0;var xr_mal=0;var xr_mso=1;var xr_nore=0;var xr_spaold=1;var xr_multivar=0;if(navigator.userAgent.indexOf('MSIE')==-1 || navigator.appVersion.match(/MSIE ([\d.]+);/)[1]>=10) xr_spaold=0;if(navigator.userAgent.indexOf('MSIE')!=-1) xr_ie=navigator.appVersion.match(/MSIE ([\d.]+);/)[1];var xr_andrh=0;var xr_andrw=0;var xr_trgrsa=[];var xr_trgrsa1=[];var xr_trgrsa2=[];var xr_stickies=[];var xr_stickies1=[];var xr_stickies2=[];var xr_cropleft=1;var xr_fws=1;var xr_ox=0;var xr_oy=0;var xr_curp=-1;var xr_webpf=0;var xr_webpw="";var xr_webpa=0;var xr_aehrun=0;var xr_apl=0;var analytics={initialize:function(data){}, pageChanged:function(currentPageNumber, currentZoom){}, zoomChanged:function(currentZoom){}, documentDownloaded:function(){}};var xr_aini=0;function xr_anpgch(n){if(!xr_apl) return;if(!xr_aini) try{analytics.initialize(xr_apl)}catch(e){};xr_aini=1;try{analytics.pageChanged(n+1,Math.round(xr_pgrzoom*100))}catch(e){};};var xr_prvscrll=0;var xr_prvscrl=0;function xr_scrlch(){if(xr_prvscrll){xr_prvscrll--;return}var n=0;var xy=0;if(xr_pager){if(xr_spavert) xy=document.getElementById("xr_xrii").getBoundingClientRect().top;if(xr_spahor) xy=document.getElementById("xr_xrii").getBoundingClientRect().left;if(xy==xr_prvscrl) return;xr_prvscrl = xy;};var l=(xr_pager ? xr_pgspapn : xr_apl.length);for(var i=0;i0&&ydocument.documentElement.clientHeight) prt=0;var aw=xr_andrh;if(prt) aw=xr_andrw;if(aw==0){if(prt) xr_andrw=sw;else xr_andrh=sw;aw=sw;};if (w < sw) w = sw;document.querySelector("meta[name=viewport]").setAttribute('content', 'width=' + w + 'px, initial-scale=' + (sw / w));};};};};function xr_ios_mvc(){if(!xr_autoscale && xr_ipod){var w=xr_xr.offsetWidth;var sw=screen.width;if(window.innerHeight8)){var ll=o.getElementsByTagName('DIV');for (var i=0;ixr_xr.offsetWidth)w+=(w-xr_xr.offsetWidth)/2;if(xr_xr.style.top) h+=parseInt(xr_xr.style.top);if(xr_fitwidth && xr_scale){w*=xr_scale;h*=xr_scale;};o.style.minWidth=w+"px";o.style.minHeight=h+"px";};};function xr_guid(){xr_uid++;return "xr_uid_"+xr_uid;};function xr_widstick(c){var ll=document.getElementsByTagName('DIV');for (var i=0;iwre){ll[i].style.left="";ll[i].style.right=x[1]+"px";};}else if(ll[i].className.indexOf("xr_nb53")!=-1){ll[i].style.left="";ll[i].style.right=x[0]+"px";r=ll[i].getBoundingClientRect();if(r.left<0){ll[i].style.right="";ll[i].style.left=x[1]+"px";};}else{if(r.rightwre){ll[i].style.left="";ll[i].style.right=x[1]+"px";};};};};var l = ll[i].getElementsByTagName('LI');for (var j=0;j100 && parseInt(xr_fitwidth)5) return;}else xr_ftwcnt=0;if((xr_scale<1 || xr_spahor)&&!xr_pager) xr_xr.style.transformOrigin="0 0";else xr_xr.style.transformOrigin="50% 0";xr_xr.style.transform="scale("+xr_scale+")";var ll=document.getElementsByTagName('DIV');for (var i=0;i=9) && window.getComputedStyle(ll[i],null).getPropertyValue("display")=="block"))){if(ll[i].id.indexOf("xr_mvp_")==-1 || (ll[i].offsetParent && (ll[i].offsetParent.id=="xr_xr" || ll[i].offsetParent.style.display=="block"))){var s=ll[i].className.substr(ll[i].className.indexOf("xr_bgn_")+7);var n = parseInt(s);if(typeof(n)=="number"){document.documentElement.className="xr_bg"+(xr_webpa ? "i" : "h")+n;document.body.className="xr_bg"+(xr_webpa ? "c" : "b")+n;s=s.substr(s.indexOf("_")+1);xr_bckgx=parseInt(s);s=s.substr(s.indexOf("_")+1);xr_bckgy=parseInt(s);};break;};};};};if(xr_fitwidth) xr_fullwidth();xr_rxc();xr_bcvrfr();xr_pvx();var bph=document.getElementById('xr_bph');if(bph){bph.style.width='100%';bph.style.height='100%';ll=document.getElementsByTagName('DIV');for (xr_i=0;xr_i(xr_wy-50))nme.style.height=(xr_wy-50)+"px";if(nme.offsetWidth>(xr_wx-150))nme.style.width=(xr_wx-150)+"px";};if(xr_multivar&&(!xr_ie||xr_ie>8)){var f=1;var ll=document.getElementsByTagName('DIV');for (var i=0;i0 && t<100){t*=100}else{t=500};xr_qstartlbl(parseInt(o.className.substr(o.className.indexOf("xr_prl")+6,3)),t,o.id,0);xr_v001(o);}else{xr_puad0(o);xr_v00(o);};};};function xr_v00(o){xr_v000(o);xr_v001(o);};function xr_v001(o){if(o.id&&o.id.indexOf('xr_xp')==0){var cs=o.id+'s';var ll=document.getElementsByTagName('DIV');for (var i=0;i0 && t<100){t*=100}else{t=500};xr_qstartll(parseInt(o.className.substr(o.className.indexOf("xr_prl")+6,3)),t,o.id);}else{xr_puad0(o);if(o.className.indexOf("xr_pua2")!=-1){if(xr_ie){o.style.width=xr_xr.offsetWidth+'px';o.style.height=xr_xr.offsetHeight+'px';};xr_sopcs(o,1);};xr_rld(o);o.style.display='block';o.style.visibility='visible';o.style.zIndex=o.style.zIndex;};};};function xr_r0(o){if(o){var ll = o.getElementsByTagName('*');for (xr_i=0;xr_i0)xr_rc=0;if(xr_ms>=0){for(;(i!=xr_pl[xr_pi])&&(xr_pi>0);xr_pi--){xr_v0(xr_ps[xr_pi]);};var o = document.getElementById('xr_xo'+xr_rrl);xr_r0(o);o = document.getElementById('xr_xd'+xr_rrl);xr_r0(o);};};xr_nore=0;};function xr_ix(o){var x=o.offsetLeft;var y=o.offsetTop;if(o.style.marginLeft) x-=parseInt(o.style.marginLeft);if(o.style.marginTop) y-=parseInt(o.style.marginTop);var ox=o;while(ox.offsetParent&&ox.offsetParent.id!='xr_xr'){ox=ox.offsetParent;x+=ox.offsetLeft;y+=ox.offsetTop;};var x1=x+o.offsetWidth;var y1=y+o.offsetHeight;return(!((x1<(xr_fl+xr_fr)/2 && xr_fl>(x+x1)/2)||(x>(xr_fl+xr_fr)/2 && xr_fr<(x+x1)/2)||(y1<(xr_ft+xr_fb)/2 && xr_ft>(y+y1)/2)||(y>(xr_ft+xr_fb)/2 && xr_fb<(y+y1)/2)));};function xr_clp(o){if(!o) return;if(xr_ie7)xr_rld(o);var ll=o.getElementsByTagName('*');for (xr_i=0;xr_i0){xr_mso=1;if(!ev)var e=window.event;else var e=ev;var x=e.pageX;var y=e.pageY;if(!(x||y)||xr_ie){x=e.clientX+dScrollLeft();y=e.clientY+dScrollTop();if(!xr_ie8n){x-=2;y-=2;};};if(document.getElementById('xr_xrii')){y+=document.getElementById('xr_xrii').scrollTop;x+=document.getElementById('xr_xrii').scrollLeft;};x-=xr_dx;y-=document.getElementById("xr_xr").offsetTop;if(xr_scale && !xr_spaold){if(!xr_chrome && !xr_fitwidth){if(xr_scof){if(xr_scale>1)x=xr_ox+((x-xr_ox)/xr_scale);else x=x/xr_scale;y=((y-xr_oy)/xr_scale)+xr_oy;}else{x=xr_ox+((x-xr_ox)/xr_scale);y=y/xr_scale;};}else{x=((x+xr_dx)/xr_scale)-xr_dx;y=((y+document.getElementById("xr_xr").offsetTop)/xr_scale)-document.getElementById("xr_xr").offsetTop;};};if (x<(xr_fl-1)||x>xr_fr||yxr_fb){try{xr_tidyMenu1(e)}catch(xr_c){}finally{};if(!xr_mal){var o=document.getElementById('xr_xo'+xr_rrl);xr_r0(o);o=document.getElementById('xr_xd'+xr_rrl);xr_r0(o);xr_ms=0;};xr_mso=0;};}else{if(xr_rc>=0){if(xr_rc++>2){xr_re(0);xr_rc=-1;};};};};function xr_md(e){if(xr_d_old_onmousedown)xr_d_old_onmousedown(e);if(!e) e=window.event;if (e.button<2){if(xr_ms==1){var o = document.getElementById('xr_xo'+xr_rrl);xr_r0(o);o = document.getElementById('xr_xd'+xr_rrl);xr_clp(o);xr_ms=2;};};};function xr_mu(e){if(xr_d_old_onmouseup)xr_d_old_onmouseup(e);if(!e) e=window.event;if (e.button<2){if(xr_ms==2){var o = document.getElementById('xr_xo'+xr_rrl);xr_clp(o);o = document.getElementById('xr_xd'+xr_rrl);xr_r0(o);xr_ms=1;if (xr_mso){var oo = xr_fo;while (oo.tagName!="A" && oo.id!="xr_xr") oo=oo.parentNode;if(oo.tagName=="A"){if(oo.className.indexOf("highslide")!=-1){try{oo.onclick();}catch(xr_c){}finally{};}else{if (oo.target=='_self' || oo.target==''){setTimeout("document.location='"+oo.href+"'", 0);}else try{window.open(oo.href, oo.target)}catch(xr_c){}finally{};};};};xr_re(0);}else xr_xmc();};};function xr_vx0(o){xr_v0(document.getElementById(o));};function xr_xmc(){if(xr_pul){if(xr_ipod) setTimeout('xr_vx0("'+xr_pul.id+'");',100);else xr_v0(xr_pul);xr_pul=0;xr_xpul=0;};};function xr_mo(o,i,e,x,y){if(!e) e=window.event;xr_mmo(o,i,x,y);try{xr_closeMenus("")}catch(xr_c){}finally{};};function xr_mpo(o,i,ii,e,x,y){if(!e) e=window.event;xr_mmpo(o,i,ii,x,y);try{xr_closeMenus("")}catch(xr_c){}finally{};};function xr_mmosp(o,i,x,y){xr_re(i);xr_fl=o.offsetLeft;xr_ft=o.offsetTop;var o1=o;while(o1.offsetParent&&o1.offsetParent.id!='xr_xr'&& o1.offsetParent.id.indexOf('xr_page')!=0){o1=o1.offsetParent;xr_fl+=o1.offsetLeft;xr_ft+=o1.offsetTop;if (o1.style.position=="fixed"){xr_fl+=dScrollLeft();xr_ft+=dScrollTop();break;}};if(x && y){xr_fld=xr_fl-x;xr_ftd=xr_ft-y;xr_fl=x;xr_ft=y;}else{xr_fld=0;xr_ftd=0;};while(o1.offsetParent&&o1.offsetParent.id!='xr_xr'){o1=o1.offsetParent;xr_fl+=o1.offsetLeft;xr_ft+=o1.offsetTop;};xr_fr=xr_fl+o.offsetWidth;xr_fb=xr_ft+o.offsetHeight;xr_fo=o;xr_rrl=i;};function xr_mmo(o,i,x,y){if(o.parentNode.parentNode.tagName!="TD" && !xr_ipod){if(xr_ms==0 || xr_ms==1){xr_mmosp(o,i,x,y);var o = document.getElementById('xr_xo'+xr_rrl);xr_clp(o);if(!xr_ms)xr_rld(o);xr_ms=1;xr_mso=1;};};};function xr_mmo0(o,i,x,y){if(o.parentNode.parentNode.tagName!="TD"){if(xr_ms==0 || xr_ms==1){xr_mmosp(o,i,x,y);xr_ms=1;xr_mso=1;};};};function xr_mp(i,ii){xr_rpp=1;var o=document.getElementById('xr_xp'+i);xr_rc=0;if(o.className.indexOf("xr_pplock")==-1){if((xr_ms==0 || xr_ms==1)&&(xr_ps[xr_pi]!=o)){xr_re(ii);xr_ms=0;xr_v1(o);xr_pi++;xr_ps[xr_pi]=o;xr_pl[xr_pi]=i;xr_scpu(o);};}else{if(o.style.visibility=="hidden"){xr_v1(o);xr_scpu(o);};};};function xr_mmpo(o,i,ii,x,y){xr_rpp=1;var oo=document.getElementById('xr_xp'+i);if(xr_ps[xr_pi]==oo) xr_nore=1;xr_mmo(o,ii,x,y);xr_rc=0;if(xr_ps[xr_pi]!=oo){xr_v1(oo);xr_pi++;xr_ps[xr_pi]=oo;xr_pl[xr_pi]=i;};};function xr_mpc(i){if(xr_ms==0 && !xr_rpp) xr_re(i);xr_rpp=0;xr_pul=0;};function xr_scpu(o){var cs=o.id+'s';var ll=document.getElementsByTagName('DIV');for (var i=0;i=9) window.dispatchEvent(new Event("resize"));else window.fireEvent("onresize");};};function xr_cpoi(i,t,s){var o=document.getElementById('xr_xp'+i);if(o){xr_setp(i+'_anihide',0);var r=xr_getp(i+'_revint');if(r) clearInterval(r);xr_cpo(i,t,s);};};function xr_cpot(i,t,s,d){var o=document.getElementById('xr_xp'+i);if(o){xr_setp(i+'_anihide',0);var r=xr_getp(i+'_revint');if(r) clearInterval(r);if(String(o.className).indexOf("xr_scra")!=-1) xr_cpo(i,t,s);else xr_setp(i+'_revint',setInterval("xr_cpo('"+i+"',"+t+","+s+");",d));};};function xr_cpo(i,t,s){var o=document.getElementById('xr_xp'+i);if(o&&!xr_getp(i+'_anihide')){var r=xr_getp(i+'_revint');if(r) clearInterval(r);if(String(o.className).indexOf("xr_scra")!=-1){o.style.display="block";o.style.visibility="visible";xr_qsetscrollani(t,s,o.id);}else if(o.style.display!="block"||o.xr_hdn){o.xr_hdn=0;xr_qstartll(t,s,o.id);};};};function xr_cho(i,t,s){var o=document.getElementById('xr_xp'+i);if(o){xr_setp(i+'_anihide',1);var r=xr_getp(i+'_revint');if(r) clearInterval(r);};if(o&&o.style.display=="block"&&!o.xr_hdn&&String(o.className).indexOf("xr_stt")==-1){var f=1;var ll=o.getElementsByTagName('*');for (var i=0;iih || r.bottom<0 || r.left>iw || r.right<0) f=0;}else f=0;if(f) xr_qstartlbl(t,s,o.id,1);else xr_qstartlbl(t,20,o.id,1);};};};function xr_pv(img,w,h,a){var o1=document.getElementById('xr_sdi1');var o2=document.getElementById('xr_sdi2');var o4=document.getElementById('xr_sdi4');xr_opc=1;if(xr_img0==''){xr_w0=300;xr_h0=200;}if (xr_img0!=img){o4.src='';o1.innerHTML=o1.innerHTML;o4=document.getElementById('xr_sdi4');o4.style.visibility='hidden';xr_img0=img;xr_cptn=a;o4.style.width=w+'px';o4.style.height=h+'px';o2.innerHTML=a;};xr_w9=w;xr_h9=h;xr_sopc();xr_ani();};var xr_to1 = 0;var xr_to2 = 0;function xr_ani(){if(!xr_to1)xr_to1=setInterval('xr_ani()',20);if(xr_w0!=xr_w9 || xr_h0!=xr_h9){if(xr_w0==xr_w9){if(xr_h0xr_h9)xr_h0=xr_h9;}else{xr_h0-=30;if(xr_h0xr_w9)xr_w0=xr_w9;}else{xr_w0-=30;if(xr_w0window.innerWidth);wScrollTo(0,parseInt(window.getComputedStyle(xr_scrlpage,null).getPropertyValue("top")));};function xr_tip(o){if(o.href && o.href.indexOf('#xl_')!=-1) xr_too(o.href.substr(o.href.indexOf('#xl_')+4));};function xr_hash(){if(document.location.hash.substr(1,3)=='xl_'){if(document.location.hash.indexOf("xr_page_")!=-1)xr_too(document.location.hash.substr(4));else setTimeout('xr_too("'+document.location.hash.substr(4)+'");',500);};};var xr_oldiehs='';function xr_oldiehsch(){if(document.location.hash!=xr_oldiehs){xr_oldiehs=document.location.hash;xr_hash();};setTimeout('xr_oldiehsch()',200);};if(xr_ie&&xr_ie<8) xr_oldiehsch();else window.onhashchange = xr_hash;function xr_setanc(o){var anc=xr_guid();if(o.className.indexOf("xr_xx_anc_")==-1){var tt=parseInt(o.style.top);if(o.childNodes[1]&&o.childNodes[1].tagName){var ct=parseInt(o.childNodes[1].style.top);if(ct<0) tt+=ct;};var sp=document.createElement("SPAN");sp.id=anc;sp.style.position="absolute";sp.style.width=o.style.width;sp.style.height=o.style.height;sp.style.top=tt+"px";sp.style.left=o.style.left;sp.style.visibility="hidden";sp.style.display="block";o.parentNode.appendChild(sp);o.className+=" xr_xx_anc_"+anc+" ";}else{anc=o.className.substr(o.className.indexOf("xr_xx_anc_")+10);anc=anc.substr(0,anc.indexOf(" "));};return anc;};function xr_getanc(o){var anc=0;var cn=o.className;if(cn.indexOf("xr_xx_anc_")!=-1){anc=cn.substr(cn.indexOf("xr_xx_anc_")+10);anc=anc.substr(0,anc.indexOf(" "));};return anc;};var xr_reqaniframe=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame;function xr_scrollanisf(){if(xr_autoscale) return;if(xr_spapn) xr_scrollanis();else if(xr_reqaniframe) xr_reqaniframe(xr_scrollanis);else xr_scrollanis();};var xr_scraniy=0;var xr_scranix=0;var xr_scranih=-1;function xr_scrollanis(){if(xr_autoscale) return;var wh=window.innerHeight;var y=wYOffset();var x=wXOffset();if(xr_fitwidth && xr_scale){y=y/xr_scale;x=x/xr_scale;};if(xr_scranih==wh&&xr_scraniy==y&&xr_scranix==x&&!xr_spapn&&!navigator.userAgent.match(/Android/)) return;xr_scranih=wh;xr_scraniy=y;xr_scranix=x;var ll=document.getElementsByTagName('*');for (var i=0;i0||ll[i].offsetHeight>0)){var m=parseInt(cn.substr(cn.indexOf("xr_parallax")+11,2));m=100-m;var y1=0;if(xr_ipod||(xr_ie && xr_ie<10)||xr_fitwidth){if(wh){var dy=parseInt(ll[i].style.top);if(xr_spavert){var p=ll[i];while((!p.className||p.className.indexOf("xr_page")==-1)&&(!p.id||p.id!="xr_xr")) p=p.parentElement;if(p.className.indexOf("xr_page")!=-1) dy+=p.offsetTop;};if(dy&&dy>wh&&((dy-wh)wh)top=0;var ttop=top+"px";if(ll[i].style.marginTop!=ttop) ll[i].style.marginTop=ttop;}else{var oo=ll[i];if (oo.style.position!="fixed"){if(!xr_getanc(oo)){var anc=document.getElementById(xr_setanc(oo));if(oo.childNodes[1]&&oo.childNodes[1].offsetTop&&oo.childNodes[1].offsetTop<0)anc.style.top=(parseInt(anc.style.top)-oo.childNodes[1].offsetTop)+"px";};oo.style.position="fixed";if(oo.style.width!="100%") oo.style.left=oo.getBoundingClientRect().left+"px";};if(xr_getanc(oo)){var anc=document.getElementById(xr_getanc(oo));if(anc && (oo.style.position=="fixed")){var r=anc.getBoundingClientRect();if(wh){var dy=r.top+y;if(dy>wh&&((dy-wh)window.innerHeight){if(oo.style.width!="100%")cy=y;};};if(oo.style.width!="100%" && !xr_toinp && (!navigator.userAgent.match(/Trident/) || oo.className.indexOf("xr_scstrch")==-1)){var l=r.left+cx;if(xr_fitwidth && !navigator.userAgent.match(/Trident/)) oo.style.left=anc.style.left;else oo.style.left=l+"px";};var top=r.top+(y*m)/100+cy+y1;if(xr_fitwidth && xr_scale && !navigator.userAgent.match(/Trident/)){top= top/xr_scale + y;if(top-y>wh) top=wh+y+200;}else if(top>wh) top=wh+200;if(top<0&&top<-oo.scrollHeight)top=-oo.scrollHeight-200;var ttop=parseInt(top)+"px";if(oo.style.top!=ttop) oo.style.top=ttop;};};};};if(cn.indexOf("xr_stt")!=-1&&(ll[i].offsetWidth>0||ll[i].offsetHeight>0)){var out=0;var oo=ll[i];if(xr_spavert){var p=oo;while(!p.className || (p.className.indexOf("xr_page")==-1&&(!p.id||p.id!="xr_xr")))p=p.parentNode;if(p.id&&p.id.indexOf("xr_page")==0&&p.getBoundingClientRect().bottom<0)out=1;else{var s=p.className.substr(p.className.indexOf("xr_page"));if(s.indexOf(" ")!=-1) s=s.substr(0, s.indexOf(" "));p=document.getElementById(s);if(p&&p.getBoundingClientRect().bottom<0)out=1;};};var at=oo.getBoundingClientRect().top-xr_pgrtopgap1;var tt=oo.offsetTop;if(oo.childNodes[1]){if(oo.childNodes[1].offsetTop && oo.childNodes[1].offsetTop<0) at+=oo.childNodes[1].offsetTop;tt+=oo.childNodes[1].offsetTop;};if (at<0 && oo.style.position!="fixed" && !out){if(!xr_getanc(oo)){xr_setanc(oo);};if(xr_fitwidth){oo.style.marginTop=(-document.getElementById(xr_getanc(oo)).getBoundingClientRect().top/xr_scale+xr_pgrtopgap1)+"px";}else if(xr_ipod&&oo.parentElement.className.indexOf("xr_strb")!=-1){oo.style.marginTop=(-document.getElementById(xr_getanc(oo)).getBoundingClientRect().top)+"px";}else{if(!xr_getanc(oo)){xr_setanc(oo);};if(oo.style.width!="100%") oo.style.left=oo.getBoundingClientRect().left+"px";oo.style.marginTop=(oo.offsetTop-tt)+"px";oo.style.top="0px";oo.parentElement.style.animationName="none";oo.style.position="fixed"};};if(xr_getanc(oo)){var anc=document.getElementById(xr_getanc(oo));if(xr_fitwidth){if (anc.getBoundingClientRect().top-xr_pgrtopgap1>=0 || out){oo.style.marginTop="0px";}else{oo.style.marginTop=(-anc.getBoundingClientRect().top/xr_scale+xr_pgrtopgap1)+"px";};}else if(xr_ipod&&oo.parentElement.className.indexOf("xr_strb")!=-1){if (anc.getBoundingClientRect().top>=0 || out){oo.style.marginTop="0px";}else{oo.style.marginTop=(-anc.getBoundingClientRect().top)+"px";};}else if(anc && (oo.style.position=="fixed")){if (anc.getBoundingClientRect().top>0 || out){oo.style.left=anc.style.left;oo.style.top=(anc.offsetTop+parseInt(oo.style.marginTop))+"px";oo.style.marginTop="0px";oo.style.position=anc.style.position;}else{var cx=0;var cy=0;if(xr_xr.style.perspectiveOrigin && !navigator.userAgent.match(/Trident/)){if(xr_xr.offsetWidthwindow.innerHeight){if(oo.style.width!="100%")cy=y;};};oo.style.top=cy+"px";if(oo.style.width!="100%" && !xr_toinp) oo.style.left=(anc.getBoundingClientRect().left+cx)+"px";};};};};if(cn.indexOf("xr_scrani")!=-1&&(ll[i].offsetWidth>0||ll[i].offsetHeight>0)){var oo=ll[i];if(!xr_getanc(oo)){xr_setanc(oo);};var x=0;var t=document.getElementById(xr_getanc(oo)).getBoundingClientRect().top;if(cn.indexOf("xr_scrnd_")!=-1){var n=1;var d=2500;var x=0;var s=cn.substr(cn.indexOf("xr_scrnd_")+9);n=parseInt(s);s=s.substr(s.indexOf("_")+1);d=parseInt(s);var tl=[0,1000,-1000];if(t>wh){x=0;}else{x=(wh-t)/(wh*((5000-d)/5000));if(x>1)x=1;};var opc=parseFloat(cn.substr(cn.indexOf("xr_scropc_")+10))/100;xr_scranijs(oo,n,x,opc);}else{var d=parseInt(window.getComputedStyle(oo,null).getPropertyValue("animation-duration"));var s=d/100;var ss=s/5000;if(ss<0.01)ss=0.01;if(ss>1)ss=1;if(t<0)t=0;if(t>wh)t=wh;var th=t/wh;if(th1)x=1;x*=100;var ad="-"+(x*s)+"s";if(parseInt(oo.style.animationDelay)!=parseInt(ad)){oo.style.animationDelay=ad;};};};};};};function xr_pvx(){xr_scrollanisf();xr_scrlx2=xr_scrlx1;xr_scrly2=xr_scrly1;xr_scrlx1=wXOffset();xr_scrly1=wYOffset();if(xr_mvori){if((window.innerHeight>window.innerWidth)==xr_cori){var y=wYOffset();var ll=document.getElementsByTagName('DIV');var p0=0;for (var i=0;i=y){if(t<(y+(xr_wy/2))) p0=ll[i];else if(!p0) p0=ll[i];break;}else p0=ll[i];};};xr_scrlpage=p0;};};if(xr_img0){var o=document.getElementById('xr_sdi');var o1=document.getElementById('xr_sdi1');var o2=document.getElementById('xr_sdi2');var o3=document.getElementById('xr_sdi3');var o4=document.getElementById('xr_sdi4');var w=xr_w0;var h=xr_h0;var cw = document.documentElement.clientWidth;var ch = document.documentElement.clientHeight;var ov = 'hidden';if (w>(cw-80)){w=cw-80;if (w<200) w=200;ov='scroll';};if (h>(ch-100)){h=ch-80;if (h<100) h=100;ov='scroll';}var sx=0;var sy=0;sx=wXOffset();sy=wYOffset();var x=sx+(cw-w-30)/2;var y=sy+(ch-h-30)/2;o.style.left=(x-15)+'px';o.style.top=(y-15)+'px';o.style.width=(w+30)+'px';if(xr_cptn!=''){o.style.height=(h+55)+'px';o2.style.visibility='visible';}else{o.style.height=(h+30)+'px';o2.style.visibility='hidden';};o1.style.width=w+'px';o1.style.height=h+'px';o1.style.overflow=ov;o2.style.width=w+'px';o2.style.top=(h+27)+'px';o3.style.left=(w-16)+'px';o3.style.top='0px';o.style.zIndex=o.style.zIndex;o.style.display='block';};};var xr_pua1=new Array();var xr_pua2=new Array();var xr_pua1o=new Array();var xr_pua2o=new Array();var xr_pua1s=new Array();var xr_pua2s=new Array();var xr_puat = 0;var xr_pualt;function xr_puares(){var i;for (i=0;i<10;i++){xr_pua1[i]=0;xr_pua2[i]=0;xr_pua1o[i]=0;xr_pua2o[i]=0;};};xr_puares();function xr_puas(){var d=new Date();var dx = d.getTime();var dd = (dx-xr_pualt)/50;xr_pualt = dx;var i;var n=0;for (i=0;i<10;i++){if(xr_pua1[i]){xr_pua1o[i]+=xr_pua1s[i]*dd;if(xr_pua1o[i]>1) xr_pua1o[i]=1;xr_sopcs(xr_pua1[i],xr_pua1o[i]);if(xr_pua1o[i]==1){if(xr_ie){xr_pua1[i].style.width="";xr_pua1[i].style.height="";};xr_pua1[i]=0;xr_pua1o[i]=0;}else n++;};if(xr_pua2[i]){xr_pua2o[i]-=xr_pua2s[i]*dd;if(xr_pua2o[i]<0.01) xr_pua2o[i]=0;xr_sopcs(xr_pua2[i],xr_pua2o[i]);if(xr_pua2o[i]==0){xr_v00(xr_pua2[i]);xr_pua2[i]=0;xr_pua2o[i]=0;}else n++;};};if(n==0){clearInterval(xr_puat);xr_puat=0;};};function xr_puad0(o){for (i=0;i<10;i++){if(xr_pua2[i]==o){xr_pua2[i]=0;xr_pua2o[i]=0;n=1;};if(xr_pua1[i]==o){xr_pua1[i]=0;xr_pua1o[i]=0;n=1;};};};function xr_puast(){if(!xr_puat){xr_puat=setInterval('xr_puas()',50);var d=new Date();xr_pualt=d.getTime();};};function xr_puad1(o){var fo = 0;var op = 0;var m = 0;var mo = xr_pua1o[0];var i;for (i=0;i<10;i++){if(xr_pua2[i]==o){op = xr_pua2o[i];xr_pua2[i]=0;xr_pua2o[i]=0;fo=1;};if(xr_pua1[i]==o){m=i;mo=2;op = xr_pua1o[i];fo=1;}else if(xr_pua1[i]==0){if(mo<2){mo=1;m=i;};}else{if(xr_pua1o[i]>mo){mo=xr_pua1o[i];m=i;};};};if(o.style.visibility!='visible' || fo){xr_rld(o);o.style.display='block';o.style.visibility='visible';o.style.zIndex=o.style.zIndex;if(mo<1) xr_sopcs(xr_pua1[m],1);xr_pua1[m]=o;xr_pua1o[m]=op;xr_sopcs(o,op);xr_pua1s[m]=0.2;if(o.className.indexOf("xr_pua10")!=-1)xr_pua1s[m]=0.07;if(o.className.indexOf("xr_pua11")!=-1)xr_pua1s[m]=0.1;if(o.className.indexOf("xr_pua13")!=-1)xr_pua1s[m]=0.3;if(o.className.indexOf("xr_pua14")!=-1)xr_pua1s[m]=0.5;xr_puast();};};function xr_puad2(o){var op = 1;var m = 0;var mo = xr_pua2o[0];var i;for (i=0;i<10;i++){if(xr_pua1[i]==o){op = xr_pua1o[i];xr_pua1[i]=0;xr_pua1o[i]=0;};if(xr_pua2[i]==o){op = xr_pua2o[i];m=i;mo=-1;}else if(xr_pua2[i]==0){if(mo>-1){mo=0;m=i;};}else{if (xr_pua2o[i]0) xr_v00(xr_pua2[m]);xr_pua2[m]=o;xr_pua2o[m]=op;xr_sopcs(o,op);xr_pua2s[m]=0.2;if(o.className.indexOf("xr_pua20")!=-1)xr_pua2s[m]=0.07;if(o.className.indexOf("xr_pua21")!=-1)xr_pua2s[m]=0.1;if(o.className.indexOf("xr_pua23")!=-1)xr_pua2s[m]=0.3;if(o.className.indexOf("xr_pua24")!=-1)xr_pua2s[m]=0.5;xr_puast();};function xr_sopcshf(o,opc){var oAlpha = o.filters['DXImageTransform.Microsoft.alpha'] || o.filters.alpha;if (oAlpha) oAlpha.opacity = opc*100;else o.style.filter += 'progid:DXImageTransform.Microsoft.Alpha(opacity='+(opc*100)+')';};function xr_sopcs(o,opc){if (xr_ie && !xr_ie9){if(opc>=1){o.style.filter="";}else{xr_sopcshf(o,opc);};var jj=o.getElementsByTagName('SPAN');for (xr_j=0;xr_j=1){jj[xr_j].style.filter="";if(xr_ie6) jj[xr_j].style.visibility="visible";}else{if(xr_ie6){jj[xr_j].style.visibility="hidden";}else{xr_sopcshf(jj[xr_j],opc);};};};};jj=o.getElementsByTagName('DIV');for (xr_j=0;xr_j=1){jj[xr_j].style.filter="";if(xr_ie6) jj[xr_j].style.visibility="visible";}else{if(xr_ie6){jj[xr_j].style.visibility="hidden";}else{xr_sopcshf(jj[xr_j],opc);};};};};jj=o.getElementsByTagName('IMG');for (xr_j=0;xr_j=1){jj[xr_j].style.filter="";}else{xr_sopcshf(jj[xr_j],opc);};};};}else{o.style.opacity = (opc);o.style.MozOpacity = (opc);o.style.KhtmlOpacity = (opc);};};function xr_sopc(){xr_sopcs(document.getElementById('xr_sdi'),xr_opc)};function xr_bpc(){if(!xr_to2)xr_to2=setInterval('xr_bpc()',20);var o=document.getElementById('xr_sdi');if(xr_opc>0.2){xr_opc-=0.15;xr_sopc();}else{if(xr_to2)clearInterval(xr_to2);xr_to2=0;xr_sopc();xr_opc=1;o.style.display='none';xr_img0='';};};var xr_img0='';var xr_w0;var xr_h0;var xr_w9;var xr_h9;var xr_opc, xr_cptn;function xr_rx_e(e){if(xr_w_old_onresize)xr_w_old_onresize(e);xr_rx();};function xr_pvx_e(e){if(xr_w_old_onscroll)xr_w_old_onscroll(e);xr_pvx();};function xr_ios_ini1(){xr_ipod=0;if(navigator.userAgent.match(/(iPhone|iPod|iPad)/))xr_ipod=1;};xr_ios_ini1();function xr_ios_ini2(){if(xr_ipod){var ss=document.getElementById('xr_mvcss');if(ss) ss.href=ss.href.replace('xr_all.css','xr_ios.css');};};var xr_retinas=0;function xr_retinasn(o,s){if(s!=''&&o.className.indexOf("xr_rno_")==-1){o.className+=" xr_rno_"+s+" ";return s;}else{s=o.className.slice(o.className.indexOf("xr_rno_")+7);s=s.slice(0,s.indexOf(" "));return s;};};function xr_retina(){var i;var rtn=(window.devicePixelRatio && window.devicePixelRatio>1);if(xr_fws<1) xr_fws=1;var rtns = 0;if((xr_autoscale || xr_fitwidth)&&xr_scale<1) rtns = 0;if((xr_autoscale || xr_fitwidth)&&xr_scale>1) rtns = 1;if((xr_autoscale || xr_fitwidth)&&xr_scale>xr_fws) rtns = 2;if(rtn) rtns = 2;if(rtns>xr_retinas){var ll=document.getElementsByTagName('*');for (i=0;i=0){ll[i].style.backgroundImage=ss.substr(0,x)+"@2x"+ss.substr(x);};};};};};}else if(rtns=0) ll[i].style.backgroundImage=ss.substr(0,x)+e+ss.substr((wf==2)?x+5:x+4);}}}}}function xr_webps(){if (document.body.filters||navigator.userAgent.indexOf('MSIE')!=-1){xr_webpn(0);return;}var t=new Image();t.onload=function (){xr_webpn(t.width>0&&t.height>0);};t.onerror = function (){xr_webpn(0);};t.src = "data:image/webp;base64,UklGRkoAAABXRUJQVlA4WAoAAAAQAAAAAAAAAAAAQUxQSAwAAAARBxAR/Q9ERP8DAABWUDggGAAAABQBAJ0BKgEAAQAAAP4AAA3AAP7mtQAAAA==";}function xr_htm(){var i;if(xr_webpf) xr_webps();xr_retina();if(!xr_ie6 && !xr_retinas && !xr_fitwidth && !xr_autoscale){var ll=document.getElementsByTagName('IMG');for (i=0;i=8){if(document.documentMode>=9) xr_ie9=1;else if(document.documentMode>7) xr_ie8n=1;else xr_ie7=1;}else if(v>=7){xr_ie7=1;};};if(xr_ie){var a=document.getElementsByTagName('A');for(var i=0;iwindow.innerWidth);window.addEventListener('orientationchange', xr_orichange);}if(xr_ipod){document.addEventListener('touchstart', function(event){xr_pul=xr_xpul;},false);document.addEventListener('touchend', function(event){xr_xmc();if(xr_rc>=0){if(xr_rc++>1){xr_re(0);xr_rc=-1;};};},false);};if (navigator.userAgent.indexOf('Chrome')!=-1) xr_chrome=1;if(xr_ie7 || xr_ie8n){var ll=document.getElementsByTagName('DIV');for (xr_i=0;xr_i=0 && nh) h=t;};};h=h-y;if(h>0) ll[i].style.height=h+"px";if(x<0||y<0){if(x<0) ll[i].style.left=parseFloat(ll[i].style.left)+x+"px";if(y<0) ll[i].style.top=parseFloat(ll[i].style.top)+y+"px";for (var j=0;j8)(v=window.getComputedStyle(n,null).getPropertyValue("visibility")=="visible");var r=n.getBoundingClientRect();var rl=0;var rr=0;if(r){rl=r.left;rr=r.right;rt=r.top;rb=r.bottom;};if(0 && navigator.userAgent.match(/Android/)){rl-=wXOffset();rr-=wXOffset();rt-=wYOffset();};if(r||!(xr_spavert||xr_spahor)) if(!v||(r&&(xr_spavert || xr_spahor)&&((rl-xr_pagegap)>(iw/2)||(rr+xr_pagegap)<(iw/2)||(rt-xr_pagegap)>(ih/2)||(rb+xr_pagegap)<(ih/2)))) f=1;else f=2;if(xr_autoscale&&v)f=2;}else{var v=1;if(!xr_ie||xr_ie>8)(v=window.getComputedStyle(ll[i],null).getPropertyValue("visibility")=="visible");var r=ll[i].getBoundingClientRect();if(r||!v){var rl=0;var rr=0;if(r){rl=r.left;rr=r.right;rt=r.top;rb=r.bottom;};if(0 && navigator.userAgent.match(/Android/)){rl-=wXOffset();rr-=wXOffset();rt-=wYOffset();};if(!v||(rl>iw||rr<0||rt>ih||rb<0)) f=1;else f=2;};if(!v) ll[i].xr_rev=1;if(xr_autoscale&&v)f=2;};if(f==1){if(ll[i].xr_rev||typeof(ll[i].xr_rev)=='undefined'){ll[i].xr_rev=0;eval(ts.substr(p+9).replace("xr_ce","xr_cer")+"();");};}else if(f==2){if(!ll[i].xr_rev){ll[i].xr_rev=1;eval(ts.substr(p+9)+"();");};};};};};function xr_ppc(n){var o=document.getElementById(n);if(o)xr_v0(o);};function xr_ppo(n){var o=document.getElementById(n);if(o){while((o.id.indexOf("xr_xp") == -1) && (o.className.indexOf("xr_xri_") == -1) && (o.id.indexOf("xr_page") != 0)) o=o.parentNode;if(o.id.indexOf("xr_xp") != -1) xr_v1(o);};};var xr_toinp=0;var xr_to_x=0;var xr_to_y=0;var xr_to_x0=0;var xr_to_y0=0;var xr_to_id=0;var xr_to_tt=20;function xr_to(){xr_toinp=1;var x=wXOffset();var y=wYOffset();var oi=document.getElementById('xr_xrii');if(oi&&oi.style.overflow=="auto"){x=oi.scrollLeft;y=oi.scrollTop;}else oi=0;var dx=(xr_to_x-x)/5;var dy=(xr_to_y-y)/5;if(dx>0&&dx<4)dx=4;if(dx<0&&dx>-4)dx=-4;if(dy>0&&dy<4)dy=4;if(dy<0&&dy>-4)dy=-4;if(Math.abs(dx)>Math.abs(xr_to_x-x))dx=xr_to_x-x;if(Math.abs(dy)>Math.abs(xr_to_y-y))dy=xr_to_y-y;if(Math.abs(xr_to_x0-x)>0.5 || Math.abs(xr_to_y0-y)>0.5 || xr_to_tt<40){if(!(Math.abs(xr_to_x0-x)>0.5 || Math.abs(xr_to_y0-y)>0.5)) xr_to_tt=40;xr_to_x0=x;xr_to_y0=y;var nx=Math.floor(x+dx);var ny=Math.floor(y+dy);if(oi){oi.scrollTop=ny;oi.scrollLeft=nx;}else wScrollTo(nx,ny);setTimeout("xr_to()",xr_to_tt);}else{if(xr_to_id) document.location.hash=xr_to_id;xr_toinp=0;xr_pvx();};};function xr_stickietop(){if(xr_ie&&xr_ie<9) return xr_wy/3;var h=0;var ll=document.getElementsByTagName('DIV');for (var i=0;ixr_wx/2) && r.top<(xr_wy-r.bottom)){var hh=r.bottom;if(hh>xr_wy/2) hh=xr_wy/2;if(hh>h) h=hh;};};};if(h>0) h+=8;return h;};function xr_reurl(s){while(s.indexOf(' ')!=-1) s=s.replace(' ','%20');while(s.indexOf('"')!=-1) s=s.replace('"','%22');while(s.indexOf("'")!=-1) s=s.replace("'",'%27');return s;};function xr_too(s){s=xr_reurl(s);var o=document.getElementById(s);if(o){xr_to_x=o.offsetLeft;xr_to_y=o.offsetTop;if(!xr_to_y&&o.style.top) xr_to_y=parseInt(o.style.top);if(!xr_to_x&&o.style.left) xr_to_x=parseInt(o.style.left);var o1=o;while(o1.parentElement&&o1.parentElement.id!='xr_xr'){o1=o1.parentElement;if(o1.offsetLeft) xr_to_x+=o1.offsetLeft;else if(o1.style.left) xr_to_x+=parseInt(o1.style.left);if(o1.offsetTop) xr_to_y+=o1.offsetTop;else if(o1.style.top) xr_to_y+=parseInt(o1.style.top);};if(xr_spahor){var op=0;if(o1.id.indexOf("xr_page")==0) op=o1;if(op){if(op.offsetWidth<=xr_wx){xr_to_x=op.offsetLeft-(xr_wx-op.offsetWidth)/2;}else if(xr_to_x-op.offsetLeft8)) d=window.getComputedStyle(o1,null).getPropertyValue("display");if(d=='none'){f=0;break;};};if(!o1.offsetParent)f=0;if(this.xr_i){if(f){if(!this.xr_p&&this.xr_params.autoplay) mxp.set("play",this.id,{});this.xr_p=1;}else{if(this.xr_p)mxp.set("stop",this.id,{});this.xr_p=0;};}else if(f){this.xr_i=1;this.xr_p=1;mxp.open(this.xr_params);};};function mxp_open(p){if(p.containerID){var o=document.getElementById(p.containerID);if(o){o.xr_params=p;o.className="xr_noreset";o.xr_reset=xr_mxp_reset;o.xr_i=0;o.xr_p=0;var or=document.getElementById('xr_xr');if(or.xr_i) xr_rld(or);};};};function xr_vid_reset(){setTimeout(""+this.id+".xr_reset1();", 100);};function xr_vid_reset1(){var o1=this;var f=1;while(o1.parentElement&&o1.parentElement.id!='xr_xr'){o1=o1.parentElement;if(o1.className.indexOf("mejs-")==-1){var d=o1.style.display;if(d==''&&(!xr_ie||xr_ie>8)) d=window.getComputedStyle(o1,null).getPropertyValue("display");if(d=='none'){f=0;break;};};};if(!o1.parentElement)f=0;if(this.xr_i){if(f){if(!this.xr_p&&this.autoplay) this.play();this.xr_p=1;}else{if(this.xr_p){this.pause();this.setCurrentTime(0);};this.xr_p=0;};}else if(f){this.xr_i=1;this.xr_p=1;if(this.autoplay&&this.paused){this.play();};}else{this.pause();this.setCurrentTime(0);this.xr_p=0;this.xr_i=0;};};function xr_allvids(){var ll=document.getElementsByTagName('*');for (var i=0;ire&&rp.left-(r.right-r.left)>=le){oo.style.left="";oo.style.right="100%";};}else{if(r.leftbe&&rp.top-(r.bottom-r.top)>=te){oo.style.top="";oo.style.bottom="0px";};}else{if(r.top .xr_nb2, .xr_nb1:hover > .xr_nb2 {visibility: visible; opacity: 1 !important; transform: none !important;}
-.xr_nb2 {white-space: nowrap; padding:0px; margin:0px; visibility: hidden; position: absolute; z-index:101;}
-.xr_nb2 li {display:block;}
-.xr_nb2 li a {display:block; text-decoration:none;}
-.xr_nb4 {display:block; padding:0px; margin:0px;}
-.xr_nb6 {width:100%; height:2px;}
-.xr_nb1 {position: relative;}
-.xr_nb1:after {content: ''; position: absolute; top: 50%; right: .5em; height: 0px; width: 0px; border: 5px solid transparent; margin-top: -5px; margin-right: -3px; border-color: transparent; border-left-color: inherit;}
-body {text-align:center;}
-@media screen, handheld {
-.xr_app {position: absolute;}
-.xr_apb {display:block; position:absolute;}
-.xr_c_Theme_Color_2 {color:#1C6C93;}
-.xr_c_Theme_Color_1 {color:#000000;}
-.xr_c_Website_Backdrop {color:#252525;}
-.xr_c_Page_Background {color:#FFFFFF;}
-.xr_c_Light_Text {color:#FFFFFF;}
-.xr_c_Dark_Text {color:#1B1B1B;}
-.xr_c_Text {color:#5C5C5C;}
-.xr_c_New_colour {color:#4472C4;}
-.xr_c_Contrasting_Text {color:#FFFFFF;}
-.xr_c_T1_Lighter {color:#000000;}
-.xr_c_T1_Darker {color:#000000;}
-.xr_c_T1_Light {color:#787878;}
-.xr_c_Theme_Color_3 {color:#86B7DF;}
-.xr_c_T1_Dark {color:#000000;}
-.xr_bgb0, .xr_bgc0 {background-color: #252525;}
-#xr_nb1 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb1 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb1 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb1 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb1 .xr_nb6 {background-color:#000000;}
-#xr_nb1 li {border-color:#000000;}
-#xr_nb1 li:hover {border-color:#FFFFFF;}
-#xr_nb1 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb1 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb1, .xr_bgc1 {background-color: #252525;}
-#xr_nb5 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb5 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb5 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb5 li > div {background-color:#252525; padding:15px;}
-#xr_nb5 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb5 li {border-color:#5C5C5C;}
-#xr_nb5 li:hover {border-color:#000000;}
-#xr_nb5 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb5 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb5 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb2, .xr_bgc2 {background-color: #252525;}
-#xr_nb7 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb7 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb7 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb7 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb7 .xr_nb6 {background-color:#000000;}
-#xr_nb7 li {border-color:#000000;}
-#xr_nb7 li:hover {border-color:#FFFFFF;}
-#xr_nb7 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb7 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb3, .xr_bgc3 {background-color: #252525;}
-#xr_nb11 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb11 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb11 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb11 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb11 .xr_nb6 {background-color:#000000;}
-#xr_nb11 li {border-color:#000000;}
-#xr_nb11 li:hover {border-color:#FFFFFF;}
-#xr_nb11 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb11 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb4, .xr_bgc4 {background-color: #252525;}
-#xr_nb15 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb15 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb15 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb15 li > div {background-color:#252525; padding:15px;}
-#xr_nb15 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb15 li {border-color:#5C5C5C;}
-#xr_nb15 li:hover {border-color:#000000;}
-#xr_nb15 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb15 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb15 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb5, .xr_bgc5 {background-color: #252525;}
-#xr_nb17 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb17 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb17 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb17 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb17 .xr_nb6 {background-color:#000000;}
-#xr_nb17 li {border-color:#000000;}
-#xr_nb17 li:hover {border-color:#FFFFFF;}
-#xr_nb17 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb17 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb6, .xr_bgc6 {background-color: #252525;}
-#xr_nb21 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb21 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb21 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb21 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb21 .xr_nb6 {background-color:#000000;}
-#xr_nb21 li {border-color:#000000;}
-#xr_nb21 li:hover {border-color:#FFFFFF;}
-#xr_nb21 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb21 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb7, .xr_bgc7 {background-color: #252525;}
-#xr_nb25 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb25 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb25 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb25 li > div {background-color:#252525; padding:15px;}
-#xr_nb25 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb25 li {border-color:#5C5C5C;}
-#xr_nb25 li:hover {border-color:#000000;}
-#xr_nb25 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb25 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb25 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb8, .xr_bgc8 {background-color: #252525;}
-#xr_nb27 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb27 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb27 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb27 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb27 .xr_nb6 {background-color:#000000;}
-#xr_nb27 li {border-color:#000000;}
-#xr_nb27 li:hover {border-color:#FFFFFF;}
-#xr_nb27 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb27 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb9, .xr_bgc9 {background-color: #252525;}
-#xr_nb31 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb31 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb31 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb31 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb31 .xr_nb6 {background-color:#000000;}
-#xr_nb31 li {border-color:#000000;}
-#xr_nb31 li:hover {border-color:#FFFFFF;}
-#xr_nb31 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb31 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb10, .xr_bgc10 {background-color: #252525;}
-#xr_nb35 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb35 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb35 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb35 li > div {background-color:#252525; padding:15px;}
-#xr_nb35 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb35 li {border-color:#5C5C5C;}
-#xr_nb35 li:hover {border-color:#000000;}
-#xr_nb35 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb35 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb35 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb11, .xr_bgc11 {background-color: #252525;}
-#xr_nb37 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb37 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb37 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb37 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb37 .xr_nb6 {background-color:#000000;}
-#xr_nb37 li {border-color:#000000;}
-#xr_nb37 li:hover {border-color:#FFFFFF;}
-#xr_nb37 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb37 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb12, .xr_bgc12 {background-color: #252525;}
-#xr_nb41 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb41 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb41 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb41 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb41 .xr_nb6 {background-color:#000000;}
-#xr_nb41 li {border-color:#000000;}
-#xr_nb41 li:hover {border-color:#FFFFFF;}
-#xr_nb41 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb41 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb13, .xr_bgc13 {background-color: #252525;}
-#xr_nb45 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb45 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb45 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb45 li > div {background-color:#252525; padding:15px;}
-#xr_nb45 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb45 li {border-color:#5C5C5C;}
-#xr_nb45 li:hover {border-color:#000000;}
-#xr_nb45 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb45 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb45 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb14, .xr_bgc14 {background-color: #252525;}
-#xr_nb47 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb47 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb47 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb47 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb47 .xr_nb6 {background-color:#000000;}
-#xr_nb47 li {border-color:#000000;}
-#xr_nb47 li:hover {border-color:#FFFFFF;}
-#xr_nb47 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb47 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb15, .xr_bgc15 {background-color: #252525;}
-#xr_nb51 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb51 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb51 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb51 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb51 .xr_nb6 {background-color:#000000;}
-#xr_nb51 li {border-color:#000000;}
-#xr_nb51 li:hover {border-color:#FFFFFF;}
-#xr_nb51 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb51 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb16, .xr_bgc16 {background-color: #252525;}
-#xr_nb55 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb55 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb55 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb55 li > div {background-color:#252525; padding:15px;}
-#xr_nb55 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb55 li {border-color:#5C5C5C;}
-#xr_nb55 li:hover {border-color:#000000;}
-#xr_nb55 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb55 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb55 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb17, .xr_bgc17 {background-color: #252525;}
-#xr_nb57 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb57 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb57 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb57 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb57 .xr_nb6 {background-color:#000000;}
-#xr_nb57 li {border-color:#000000;}
-#xr_nb57 li:hover {border-color:#FFFFFF;}
-#xr_nb57 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb57 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb18, .xr_bgc18 {background-color: #252525;}
-#xr_nb61 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb61 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb61 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb61 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb61 .xr_nb6 {background-color:#000000;}
-#xr_nb61 li {border-color:#000000;}
-#xr_nb61 li:hover {border-color:#FFFFFF;}
-#xr_nb61 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb61 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb19, .xr_bgc19 {background-color: #252525;}
-#xr_nb65 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb65 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb65 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb65 li > div {background-color:#252525; padding:15px;}
-#xr_nb65 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb65 li {border-color:#5C5C5C;}
-#xr_nb65 li:hover {border-color:#000000;}
-#xr_nb65 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb65 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb65 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb20, .xr_bgc20 {background-color: #252525;}
-#xr_nb67 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb67 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb67 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb67 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb67 .xr_nb6 {background-color:#000000;}
-#xr_nb67 li {border-color:#000000;}
-#xr_nb67 li:hover {border-color:#FFFFFF;}
-#xr_nb67 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb67 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb21, .xr_bgc21 {background-color: #252525;}
-#xr_nb71 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb71 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb71 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb71 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb71 .xr_nb6 {background-color:#000000;}
-#xr_nb71 li {border-color:#000000;}
-#xr_nb71 li:hover {border-color:#FFFFFF;}
-#xr_nb71 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb71 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb22, .xr_bgc22 {background-color: #252525;}
-#xr_nb75 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb75 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb75 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb75 li > div {background-color:#252525; padding:15px;}
-#xr_nb75 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb75 li {border-color:#5C5C5C;}
-#xr_nb75 li:hover {border-color:#000000;}
-#xr_nb75 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb75 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb75 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb23, .xr_bgc23 {background-color: #252525;}
-#xr_nb77 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb77 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb77 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb77 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb77 .xr_nb6 {background-color:#000000;}
-#xr_nb77 li {border-color:#000000;}
-#xr_nb77 li:hover {border-color:#FFFFFF;}
-#xr_nb77 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb77 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb24, .xr_bgc24 {background-color: #252525;}
-#xr_nb81 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb81 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb81 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb81 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb81 .xr_nb6 {background-color:#000000;}
-#xr_nb81 li {border-color:#000000;}
-#xr_nb81 li:hover {border-color:#FFFFFF;}
-#xr_nb81 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb81 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb25, .xr_bgc25 {background-color: #252525;}
-#xr_nb85 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb85 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb85 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb85 li > div {background-color:#252525; padding:15px;}
-#xr_nb85 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb85 li {border-color:#5C5C5C;}
-#xr_nb85 li:hover {border-color:#000000;}
-#xr_nb85 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb85 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb85 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb26, .xr_bgc26 {background-color: #252525;}
-#xr_nb87 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb87 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb87 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb87 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb87 .xr_nb6 {background-color:#000000;}
-#xr_nb87 li {border-color:#000000;}
-#xr_nb87 li:hover {border-color:#FFFFFF;}
-#xr_nb87 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb87 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb27, .xr_bgc27 {background-color: #252525;}
-#xr_nb91 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb91 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb91 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb91 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb91 .xr_nb6 {background-color:#000000;}
-#xr_nb91 li {border-color:#000000;}
-#xr_nb91 li:hover {border-color:#FFFFFF;}
-#xr_nb91 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb91 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb28, .xr_bgc28 {background-color: #252525;}
-#xr_nb95 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb95 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb95 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb95 li > div {background-color:#252525; padding:15px;}
-#xr_nb95 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb95 li {border-color:#5C5C5C;}
-#xr_nb95 li:hover {border-color:#000000;}
-#xr_nb95 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb95 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb95 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb29, .xr_bgc29 {background-color: #252525;}
-#xr_nb97 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb97 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb97 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb97 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb97 .xr_nb6 {background-color:#000000;}
-#xr_nb97 li {border-color:#000000;}
-#xr_nb97 li:hover {border-color:#FFFFFF;}
-#xr_nb97 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb97 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb30, .xr_bgc30 {background-color: #252525;}
-#xr_nb101 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb101 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb101 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb101 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb101 .xr_nb6 {background-color:#000000;}
-#xr_nb101 li {border-color:#000000;}
-#xr_nb101 li:hover {border-color:#FFFFFF;}
-#xr_nb101 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb101 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb31, .xr_bgc31 {background-color: #252525;}
-#xr_nb105 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb105 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb105 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb105 li > div {background-color:#252525; padding:15px;}
-#xr_nb105 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb105 li {border-color:#5C5C5C;}
-#xr_nb105 li:hover {border-color:#000000;}
-#xr_nb105 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb105 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb105 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb32, .xr_bgc32 {background-color: #252525;}
-#xr_nb107 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb107 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb107 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb107 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb107 .xr_nb6 {background-color:#000000;}
-#xr_nb107 li {border-color:#000000;}
-#xr_nb107 li:hover {border-color:#FFFFFF;}
-#xr_nb107 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb107 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb33, .xr_bgc33 {background-color: #252525;}
-#xr_nb111 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb111 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb111 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb111 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb111 .xr_nb6 {background-color:#000000;}
-#xr_nb111 li {border-color:#000000;}
-#xr_nb111 li:hover {border-color:#FFFFFF;}
-#xr_nb111 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb111 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb34, .xr_bgc34 {background-color: #252525;}
-#xr_nb115 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb115 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb115 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb115 li > div {background-color:#252525; padding:15px;}
-#xr_nb115 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb115 li {border-color:#5C5C5C;}
-#xr_nb115 li:hover {border-color:#000000;}
-#xr_nb115 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb115 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb115 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb35, .xr_bgc35 {background-color: #252525;}
-#xr_nb117 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb117 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb117 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb117 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb117 .xr_nb6 {background-color:#000000;}
-#xr_nb117 li {border-color:#000000;}
-#xr_nb117 li:hover {border-color:#FFFFFF;}
-#xr_nb117 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb117 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb36, .xr_bgc36 {background-color: #252525;}
-#xr_nb121 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb121 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb121 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb121 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb121 .xr_nb6 {background-color:#000000;}
-#xr_nb121 li {border-color:#000000;}
-#xr_nb121 li:hover {border-color:#FFFFFF;}
-#xr_nb121 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb121 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb37, .xr_bgc37 {background-color: #252525;}
-#xr_nb125 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb125 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb125 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb125 li > div {background-color:#252525; padding:15px;}
-#xr_nb125 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb125 li {border-color:#5C5C5C;}
-#xr_nb125 li:hover {border-color:#000000;}
-#xr_nb125 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb125 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb125 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb38, .xr_bgc38 {background-color: #252525;}
-#xr_nb127 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb127 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb127 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb127 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb127 .xr_nb6 {background-color:#000000;}
-#xr_nb127 li {border-color:#000000;}
-#xr_nb127 li:hover {border-color:#FFFFFF;}
-#xr_nb127 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb127 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb39, .xr_bgc39 {background-color: #252525;}
-#xr_nb131 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb131 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb131 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb131 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb131 .xr_nb6 {background-color:#000000;}
-#xr_nb131 li {border-color:#000000;}
-#xr_nb131 li:hover {border-color:#FFFFFF;}
-#xr_nb131 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb131 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb40, .xr_bgc40 {background-color: #252525;}
-#xr_nb135 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb135 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb135 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb135 li > div {background-color:#252525; padding:15px;}
-#xr_nb135 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb135 li {border-color:#5C5C5C;}
-#xr_nb135 li:hover {border-color:#000000;}
-#xr_nb135 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb135 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb135 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb41, .xr_bgc41 {background-color: #252525;}
-#xr_nb137 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb137 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb137 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb137 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb137 .xr_nb6 {background-color:#000000;}
-#xr_nb137 li {border-color:#000000;}
-#xr_nb137 li:hover {border-color:#FFFFFF;}
-#xr_nb137 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb137 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb42, .xr_bgc42 {background-color: #252525;}
-#xr_nb141 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb141 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb141 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb141 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb141 .xr_nb6 {background-color:#000000;}
-#xr_nb141 li {border-color:#000000;}
-#xr_nb141 li:hover {border-color:#FFFFFF;}
-#xr_nb141 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb141 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb43, .xr_bgc43 {background-color: #252525;}
-#xr_nb145 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb145 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb145 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb145 li > div {background-color:#252525; padding:15px;}
-#xr_nb145 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb145 li {border-color:#5C5C5C;}
-#xr_nb145 li:hover {border-color:#000000;}
-#xr_nb145 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb145 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb145 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb44, .xr_bgc44 {background-color: #252525;}
-#xr_nb147 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb147 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb147 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb147 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb147 .xr_nb6 {background-color:#000000;}
-#xr_nb147 li {border-color:#000000;}
-#xr_nb147 li:hover {border-color:#FFFFFF;}
-#xr_nb147 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb147 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb45, .xr_bgc45 {background-color: #252525;}
-#xr_nb151 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb151 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb151 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb151 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb151 .xr_nb6 {background-color:#000000;}
-#xr_nb151 li {border-color:#000000;}
-#xr_nb151 li:hover {border-color:#FFFFFF;}
-#xr_nb151 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb151 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb46, .xr_bgc46 {background-color: #252525;}
-#xr_nb155 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb155 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb155 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb155 li > div {background-color:#252525; padding:15px;}
-#xr_nb155 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb155 li {border-color:#5C5C5C;}
-#xr_nb155 li:hover {border-color:#000000;}
-#xr_nb155 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb155 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb155 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb47, .xr_bgc47 {background-color: #252525;}
-#xr_nb157 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb157 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb157 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb157 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb157 .xr_nb6 {background-color:#000000;}
-#xr_nb157 li {border-color:#000000;}
-#xr_nb157 li:hover {border-color:#FFFFFF;}
-#xr_nb157 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb157 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb48, .xr_bgc48 {background-color: #252525;}
-#xr_nb161 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb161 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb161 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb161 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb161 .xr_nb6 {background-color:#000000;}
-#xr_nb161 li {border-color:#000000;}
-#xr_nb161 li:hover {border-color:#FFFFFF;}
-#xr_nb161 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb161 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb49, .xr_bgc49 {background-color: #252525;}
-#xr_nb165 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb165 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb165 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb165 li > div {background-color:#252525; padding:15px;}
-#xr_nb165 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb165 li {border-color:#5C5C5C;}
-#xr_nb165 li:hover {border-color:#000000;}
-#xr_nb165 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb165 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb165 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb50, .xr_bgc50 {background-color: #252525;}
-#xr_nb167 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb167 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb167 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb167 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb167 .xr_nb6 {background-color:#000000;}
-#xr_nb167 li {border-color:#000000;}
-#xr_nb167 li:hover {border-color:#FFFFFF;}
-#xr_nb167 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb167 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb51, .xr_bgc51 {background-color: #252525;}
-#xr_nb171 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb171 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb171 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb171 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb171 .xr_nb6 {background-color:#000000;}
-#xr_nb171 li {border-color:#000000;}
-#xr_nb171 li:hover {border-color:#FFFFFF;}
-#xr_nb171 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb171 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb52, .xr_bgc52 {background-color: #252525;}
-#xr_nb175 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb175 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb175 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb175 li > div {background-color:#252525; padding:15px;}
-#xr_nb175 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb175 li {border-color:#5C5C5C;}
-#xr_nb175 li:hover {border-color:#000000;}
-#xr_nb175 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb175 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb175 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb53, .xr_bgc53 {background-color: #252525;}
-#xr_nb177 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb177 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb177 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb177 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb177 .xr_nb6 {background-color:#000000;}
-#xr_nb177 li {border-color:#000000;}
-#xr_nb177 li:hover {border-color:#FFFFFF;}
-#xr_nb177 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb177 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb54, .xr_bgc54 {background-color: #252525;}
-#xr_nb181 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb181 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb181 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb181 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb181 .xr_nb6 {background-color:#000000;}
-#xr_nb181 li {border-color:#000000;}
-#xr_nb181 li:hover {border-color:#FFFFFF;}
-#xr_nb181 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb181 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb55, .xr_bgc55 {background-color: #252525;}
-#xr_nb185 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb185 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb185 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb185 li > div {background-color:#252525; padding:15px;}
-#xr_nb185 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb185 li {border-color:#5C5C5C;}
-#xr_nb185 li:hover {border-color:#000000;}
-#xr_nb185 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb185 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb185 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb56, .xr_bgc56 {background-color: #252525;}
-#xr_nb187 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb187 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb187 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb187 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb187 .xr_nb6 {background-color:#000000;}
-#xr_nb187 li {border-color:#000000;}
-#xr_nb187 li:hover {border-color:#FFFFFF;}
-#xr_nb187 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb187 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb57, .xr_bgc57 {background-color: #252525;}
-#xr_nb191 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb191 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb191 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb191 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb191 .xr_nb6 {background-color:#000000;}
-#xr_nb191 li {border-color:#000000;}
-#xr_nb191 li:hover {border-color:#FFFFFF;}
-#xr_nb191 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb191 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb58, .xr_bgc58 {background-color: #252525;}
-#xr_nb195 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb195 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb195 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb195 li > div {background-color:#252525; padding:15px;}
-#xr_nb195 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb195 li {border-color:#5C5C5C;}
-#xr_nb195 li:hover {border-color:#000000;}
-#xr_nb195 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb195 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb195 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb59, .xr_bgc59 {background-color: #252525;}
-#xr_nb197 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb197 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb197 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb197 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb197 .xr_nb6 {background-color:#000000;}
-#xr_nb197 li {border-color:#000000;}
-#xr_nb197 li:hover {border-color:#FFFFFF;}
-#xr_nb197 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb197 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb60, .xr_bgc60 {background-color: #252525;}
-#xr_nb201 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb201 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb201 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb201 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb201 .xr_nb6 {background-color:#000000;}
-#xr_nb201 li {border-color:#000000;}
-#xr_nb201 li:hover {border-color:#FFFFFF;}
-#xr_nb201 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb201 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb61, .xr_bgc61 {background-color: #252525;}
-#xr_nb205 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb205 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb205 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb205 li > div {background-color:#252525; padding:15px;}
-#xr_nb205 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb205 li {border-color:#5C5C5C;}
-#xr_nb205 li:hover {border-color:#000000;}
-#xr_nb205 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb205 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb205 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb62, .xr_bgc62 {background-color: #252525;}
-#xr_nb207 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb207 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb207 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb207 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb207 .xr_nb6 {background-color:#000000;}
-#xr_nb207 li {border-color:#000000;}
-#xr_nb207 li:hover {border-color:#FFFFFF;}
-#xr_nb207 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb207 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb63, .xr_bgc63 {background-color: #252525;}
-#xr_nb211 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb211 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb211 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb211 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb211 .xr_nb6 {background-color:#000000;}
-#xr_nb211 li {border-color:#000000;}
-#xr_nb211 li:hover {border-color:#FFFFFF;}
-#xr_nb211 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb211 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb64, .xr_bgc64 {background-color: #252525;}
-#xr_nb215 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb215 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb215 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb215 li > div {background-color:#252525; padding:15px;}
-#xr_nb215 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb215 li {border-color:#5C5C5C;}
-#xr_nb215 li:hover {border-color:#000000;}
-#xr_nb215 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb215 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb215 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb65, .xr_bgc65 {background-color: #252525;}
-#xr_nb217 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb217 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb217 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb217 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb217 .xr_nb6 {background-color:#000000;}
-#xr_nb217 li {border-color:#000000;}
-#xr_nb217 li:hover {border-color:#FFFFFF;}
-#xr_nb217 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb217 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb66, .xr_bgc66 {background-color: #252525;}
-#xr_nb221 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb221 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb221 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb221 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb221 .xr_nb6 {background-color:#000000;}
-#xr_nb221 li {border-color:#000000;}
-#xr_nb221 li:hover {border-color:#FFFFFF;}
-#xr_nb221 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb221 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb67, .xr_bgc67 {background-color: #252525;}
-#xr_nb225 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb225 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb225 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb225 li > div {background-color:#252525; padding:15px;}
-#xr_nb225 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb225 li {border-color:#5C5C5C;}
-#xr_nb225 li:hover {border-color:#000000;}
-#xr_nb225 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb225 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb225 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb68, .xr_bgc68 {background-color: #252525;}
-#xr_nb227 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb227 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb227 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb227 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb227 .xr_nb6 {background-color:#000000;}
-#xr_nb227 li {border-color:#000000;}
-#xr_nb227 li:hover {border-color:#FFFFFF;}
-#xr_nb227 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb227 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb69, .xr_bgc69 {background-color: #252525;}
-#xr_nb231 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb231 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb231 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb231 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb231 .xr_nb6 {background-color:#000000;}
-#xr_nb231 li {border-color:#000000;}
-#xr_nb231 li:hover {border-color:#FFFFFF;}
-#xr_nb231 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb231 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb70, .xr_bgc70 {background-color: #252525;}
-#xr_nb235 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb235 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb235 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb235 li > div {background-color:#252525; padding:15px;}
-#xr_nb235 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb235 li {border-color:#5C5C5C;}
-#xr_nb235 li:hover {border-color:#000000;}
-#xr_nb235 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb235 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb235 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb71, .xr_bgc71 {background-color: #252525;}
-#xr_nb237 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb237 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb237 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb237 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb237 .xr_nb6 {background-color:#000000;}
-#xr_nb237 li {border-color:#000000;}
-#xr_nb237 li:hover {border-color:#FFFFFF;}
-#xr_nb237 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb237 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb72, .xr_bgc72 {background-color: #252525;}
-#xr_nb241 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb241 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb241 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb241 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb241 .xr_nb6 {background-color:#000000;}
-#xr_nb241 li {border-color:#000000;}
-#xr_nb241 li:hover {border-color:#FFFFFF;}
-#xr_nb241 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb241 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb73, .xr_bgc73 {background-color: #252525;}
-#xr_nb245 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb245 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb245 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb245 li > div {background-color:#252525; padding:15px;}
-#xr_nb245 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb245 li {border-color:#5C5C5C;}
-#xr_nb245 li:hover {border-color:#000000;}
-#xr_nb245 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb245 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb245 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb74, .xr_bgc74 {background-color: #252525;}
-#xr_nb247 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb247 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb247 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb247 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb247 .xr_nb6 {background-color:#000000;}
-#xr_nb247 li {border-color:#000000;}
-#xr_nb247 li:hover {border-color:#FFFFFF;}
-#xr_nb247 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb247 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb75, .xr_bgc75 {background-color: #252525;}
-#xr_nb251 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb251 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb251 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb251 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb251 .xr_nb6 {background-color:#000000;}
-#xr_nb251 li {border-color:#000000;}
-#xr_nb251 li:hover {border-color:#FFFFFF;}
-#xr_nb251 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb251 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb76, .xr_bgc76 {background-color: #252525;}
-#xr_nb255 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb255 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb255 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb255 li > div {background-color:#252525; padding:15px;}
-#xr_nb255 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb255 li {border-color:#5C5C5C;}
-#xr_nb255 li:hover {border-color:#000000;}
-#xr_nb255 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb255 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb255 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb77, .xr_bgc77 {background-color: #252525;}
-#xr_nb257 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb257 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb257 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb257 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb257 .xr_nb6 {background-color:#000000;}
-#xr_nb257 li {border-color:#000000;}
-#xr_nb257 li:hover {border-color:#FFFFFF;}
-#xr_nb257 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb257 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb78, .xr_bgc78 {background-color: #252525;}
-#xr_nb261 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb261 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb261 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb261 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb261 .xr_nb6 {background-color:#000000;}
-#xr_nb261 li {border-color:#000000;}
-#xr_nb261 li:hover {border-color:#FFFFFF;}
-#xr_nb261 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb261 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb79, .xr_bgc79 {background-color: #252525;}
-#xr_nb265 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:20px;}
-#xr_nb265 li:hover > a {background-color:#252525; color:#000000;}
-#xr_nb265 li a {color:#5C5C5C; background-color:#252525; padding:15px; padding-right:33px;}
-#xr_nb265 li > div {background-color:#252525; padding:15px;}
-#xr_nb265 .xr_nb6 {background-color:#5C5C5C;}
-#xr_nb265 li {border-color:#5C5C5C;}
-#xr_nb265 li:hover {border-color:#000000;}
-#xr_nb265 ul {border: solid 10px #252525; background-color:#252525;}
-#xr_nb265 .xr_nb1 ul {margin-top:-10px;}
-#xr_nb265 .xr_nb2 {transition: visibility 300ms;}
-.xr_bgb80, .xr_bgc80 {background-color: #252525;}
-#xr_nb267 {font-family:Trebuchet MS, Tahoma, sans-serif; font-size:18px;}
-#xr_nb267 li:hover > a {background-color:#666666; color:#FFFFFF;}
-#xr_nb267 li a {color:#000000; background-color:#B2B2B2; padding:2px; padding-right:20px;}
-#xr_nb267 li > div {background-color:#B2B2B2; padding:2px;}
-#xr_nb267 .xr_nb6 {background-color:#000000;}
-#xr_nb267 li {border-color:#000000;}
-#xr_nb267 li:hover {border-color:#FFFFFF;}
-#xr_nb267 ul {border: solid 0px #000000; background-color:#B2B2B2;}
-#xr_nb267 .xr_nb2 {transition: visibility 300ms;}
-}
-@media print {
- .xr_mvpo {display:none;}
-}
diff --git a/static_website/index_htm_files/xr_text.css b/static_website/index_htm_files/xr_text.css
deleted file mode 100644
index 00285b73..00000000
--- a/static_website/index_htm_files/xr_text.css
+++ /dev/null
@@ -1,114 +0,0 @@
-/* Text styles */
-.xr_s0 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:14.77px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#FFFFFF;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s1 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:10px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#FFFFFF;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s2 {font-size:21.33px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s3 {font-family:'VDL-GigaMaruJr';font-weight:500;font-style:normal;font-size:34px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s4 {font-family:'VDL-GigaMaruJr1';font-weight:500;font-style:normal;font-size:80px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#FFFFFF;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s5 {font-family:'VDL-GigaMaruJr';font-weight:500;font-style:normal;font-size:17px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#FF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s6 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:21.33px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s7 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:20px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s8 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:20px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#BF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s9 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:20px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s10 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:31.9px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s11 {font-family:'VDL-GigaMaruJr1';font-weight:500;font-style:normal;font-size:64px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#FFFFFF;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s12 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:11px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s13 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:11px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s14 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:11px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#BF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s15 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:16px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s16 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:16px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#BF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s17 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:16px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s18 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:16px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1B1B1B;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s19 {font-family:'VDL-GigaMaruJr';font-weight:500;font-style:normal;font-size:15px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1B1B1B;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s20 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:14px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s21 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:14px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#FF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s22 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:14px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#FF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s23 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:14px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1B1B1B;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s24 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:12px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1B1B1B;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s25 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:12px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s26 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:12px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#FF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s27 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:12px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#FF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s28 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:24.48px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#FFFFFF;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s29 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:24px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s30 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:24px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s31 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:13px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s32 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:13px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#FF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s33 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:13px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1C6C93;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s34 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:14px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s35 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:14px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s36 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:14px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#BF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s37 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:28px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1B1B1B;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s38 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:21.33px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s39 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:24px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#FF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s40 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:14px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#FF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s41 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:14px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1C6C93;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s42 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:18px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1B1B1B;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s43 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:18px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1B1B1B;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s44 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:18px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#BF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s45 {font-family:Times New Roman;font-weight:normal;font-style:normal;font-size:18px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#BF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s46 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:16px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1B1B1B;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s47 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:16px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1B1B1B;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s48 {font-family:Times New Roman;font-weight:normal;font-style:normal;font-size:16px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#BF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s49 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:16px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1C6C93;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s50 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:20px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s51 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:20px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s52 {font-family:Times New Roman;font-weight:normal;font-style:normal;font-size:18.67px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s53 {font-family:Times New Roman;font-weight:normal;font-style:normal;font-size:18.67px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1B1B1B;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s54 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:16px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#0563C1;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s55 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:16px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s56 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:14px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s57 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:14px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1C6C93;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s58 {font-family:Times New Roman;font-weight:normal;font-style:normal;font-size:14px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1B1B1B;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s59 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:14px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#0563C1;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s60 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:14px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s61 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:16px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s62 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:16px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s63 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:20px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#FF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s64 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:20px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s65 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:20px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#BF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s66 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:14px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#BF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s67 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:32px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s68 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:32px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1B1B1B;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s69 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:32px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1C6C93;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s70 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:32px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1C6C93;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s71 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:20px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s72 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:28px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s73 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:28px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s74 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:28px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#BF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s75 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:12px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#BF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s76 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:12px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s77 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:24px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s78 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:24px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s79 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:24px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#BF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s80 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:20px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s81 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:20px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1B1B1B;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s82 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:20px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#BF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s83 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:22px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s84 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:22px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#BF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s85 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:22px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#FF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s86 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:22px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1C6C93;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s87 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:20px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s88 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:18px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s89 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:18px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1B1B1B;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s90 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:18px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s91 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:13px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s92 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:13px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1B1B1B;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s93 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:13px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#BF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s94 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:13px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s95 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:24px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1B1B1B;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s96 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:24px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1B1B1B;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s97 {font-family:Times New Roman;font-weight:normal;font-style:normal;font-size:16px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s98 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:28px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#FF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s99 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:28px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#0563C1;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s100 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:28px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#0563C1;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s101 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:16px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#FF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s102 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:32px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#0563C1;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s103 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:32px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#0563C1;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s104 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:32px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s105 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:32px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s106 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:18px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#BF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s107 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:16px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s108 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:16px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#BF0000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s109 {font-family:'Trebuchet MS';font-weight:normal;font-style:normal;font-size:18px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#1C6C93;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s110 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:18px;text-decoration:underline;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s111 {font-family:'xr5_Trebuchet MS1';font-weight:bold;font-style:normal;font-size:18px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;color:#000000;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
-.xr_s112 {font-family:Times New Roman;font-weight:normal;font-style:normal;font-size:16px;text-decoration:none;font-feature-settings:'kern','liga' 0,'clig' 0,'calt' 0,'titl' 0,'salt' 0,'swsh' 0,'cswh' 0;text-transform: none;background-color:Transparent;-webkit-text-stroke: 0px black;letter-spacing:0em;}
diff --git a/static_website/index_htm_files/zoomin.cur b/static_website/index_htm_files/zoomin.cur
deleted file mode 100644
index cb791243..00000000
Binary files a/static_website/index_htm_files/zoomin.cur and /dev/null differ
diff --git a/static_website/index_htm_files/zoomout.cur b/static_website/index_htm_files/zoomout.cur
deleted file mode 100644
index acf61999..00000000
Binary files a/static_website/index_htm_files/zoomout.cur and /dev/null differ
diff --git a/static_website/install randovania.htm b/static_website/install randovania.htm
deleted file mode 100644
index cdea68a8..00000000
--- a/static_website/install randovania.htm
+++ /dev/null
@@ -1,415 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- How to install Randovania
-
-
- Please be sure that you always use the newest version
- to ensure the best play experience.
-
-
-
Installer version ( Windows only for now )
-
Execute the installer and follow the wizard.
-
Executable version
-
Unpack the zip file and start the application.
-
You need no other programs or tools to start Randovania.
-
To run a multiworld session you will need to install Discord.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- How to install Randovania
-
-
- Please be sure that you always use the newest version
- to ensure the best play experience.
-
-
-
Installer version ( Windows only for now )
-
Execute the installer and follow the wizard.
-
Executable version
-
Unpack the zip file and start the application.
-
You need no other programs or tools to start Randovania.
-
To run a multiworld session you will need to install Discord.
-
-
-
-
-
-
-
-
Nothing to see here
-
-
- Randovania is not available
- on mobile
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- How to install Randovania
-
-
- Please be sure that you always use the newest version
- to ensure the best play experience.
-
-
-
Installer version ( Windows only for now )
-
Execute the installer and follow the wizard.
-
Executable version
-
Unpack the zip file and start the application.
-
You need no other programs or tools to start Randovania.
-
To run a multiworld session you will need to install Discord.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/static_website/install smm 2.htm b/static_website/install smm 2.htm
deleted file mode 100644
index a5776a7e..00000000
--- a/static_website/install smm 2.htm
+++ /dev/null
@@ -1,397 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
-
-
-
-
-
-
- All of your randomized games will be shown here.
- ( Note : You can have more then one randomized game on your Switch.
- But please be sure that only one of the games is Active and the others are Inactive )
-
-
- Choose the game you want to activate and press A to apply
-
-
-
-
-
- The randomized game will be activated
-
-
-
-
-
- When you see Active on the game
- everything is finished and you´re ready to play.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
-
-
-
-
-
-
- Choose the game you want to activate and press A to apply
-
-
-
-
-
- The randomized game will be activated
-
-
-
-
-
- When you see Active on the game
- everything is finished and you´re ready to play.
-
-
- All of your randomized games will be shown here.
- ( Note : You can have more then one randomized game on your Switch.
- But please be sure that only one of the games is Active and the others are Inactive )
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
-
-
-
-
-
-
- All of your randomized games will be shown here.
- ( Note : You can have more then one randomized game on your Switch.
- But please be sure that only one of the games is Active and the others are Inactive )
-
-
- Choose the game you want to activate and press A to apply
-
-
-
-
-
- The randomized game will be activated
-
-
-
-
-
- When you see Active on the game
- everything is finished and you´re ready to play.
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/install smm 3.htm b/static_website/install smm 3.htm
deleted file mode 100644
index 7eada393..00000000
--- a/static_website/install smm 3.htm
+++ /dev/null
@@ -1,365 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Now start Metroid Dread
-
-
- You can check on the button of the Title screen if the randomizer is applied correctly.
- You need to start a new game . It is not possible to load old saves .
-
-
- Good luck and have fun
- with your randomized game!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Now start Metroid Dread
-
-
- Good luck and have fun
- with your randomized game!
-
-
-
-
-
-
- You can check on the button of the Title screen if
- the randomizer is applied correctly.
- You need to start a new game . It is not possible to load old saves .
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Now start Metroid Dread
-
-
- You can check on the button of the Title screen if the randomizer is applied correctly.
- You need to start a new game . It is not possible to load old saves .
-
-
- Good luck and have fun
- with your randomized game!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/install smm.htm b/static_website/install smm.htm
deleted file mode 100644
index e66d5630..00000000
--- a/static_website/install smm.htm
+++ /dev/null
@@ -1,392 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Install and use of SimpleModManager (SMM)
-
-
-
You can find the newest version of the SimpleModManger here:
-
https://github.com/nadrino/SimpleModManager/releases
-
-
- Download the newest version and copy the file to your Atmosphere folder on your Switch.
-
-
-
- Open the SMM and choose the Metroid Dread tab
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Install and use of SimpleModManager (SMM)
-
-
-
You can find the newest version of the SimpleModManger here:
-
https://github.com/nadrino/SimpleModManager/releases
-
-
-
- Open the SMM and choose the Metroid Dread tab
-
-
-
-
-
-
-
- Download the newest version
- and copy the file to your Atmosphere folder on your Switch.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Install and use of SimpleModManager (SMM)
-
-
-
You can find the newest version of the SimpleModManger here:
-
https://github.com/nadrino/SimpleModManager/releases
-
-
- Download the newest version and copy the file to your Atmosphere folder on your Switch.
-
-
-
- Open the SMM and choose the Metroid Dread tab
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/metroid dread.htm b/static_website/metroid dread.htm
deleted file mode 100644
index 1a57d66b..00000000
--- a/static_website/metroid dread.htm
+++ /dev/null
@@ -1,395 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
What can be randomized?
-
-
-
-
All items can be randomized
-
-
-
-
A new goal has been added (DNA Hunt)
-
What do I need to play?
-
-
-
-
A modded Switch with Atmosphere and SimpleModManger or an emulator like Ryujinx
-
-
-
-
A dumped RomFS of your original game
-
-
-
-
The game in the Version “1.0.0” or “2.1.0”
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
What can be randomized?
-
-
-
-
All items can be randomized
-
-
-
-
A new goal has been added (DNA Hunt)
-
What do I need to play?
-
-
-
-
A modded Switch with Atmosphere and SimpleModManger
-
or an emulator like Ryujinx
-
-
-
-
A dumped RomFS of your original game
-
-
-
-
The game in the Version “1.0.0” or “2.1.0”
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
What can be randomized?
-
-
-
-
All items can be randomized
-
-
-
-
A new goal has been added (DNA Hunt)
-
What do I need to play?
-
-
-
-
A modded Switch with Atmosphere and SimpleModManger or an emulator like Ryujinx
-
-
-
-
A dumped RomFS of your original game
-
-
-
-
The game in the Version “1.0.0” or “2.1.0”
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/metroid prime 2.htm b/static_website/metroid prime 2.htm
deleted file mode 100644
index 979a524f..00000000
--- a/static_website/metroid prime 2.htm
+++ /dev/null
@@ -1,403 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
What can be randomized?
-
-
-
-
All items including temple keys
-
-
-
-
Elevator destinations
-
-
-
-
Starting location
-
-
-
-
Translator gate requirements
-
What do I need to play?
-
-
-
-
An ISO of the Gamecube version of the game
-
-
-
-
A modded Wii (https://wii.guide/ ) or an emulator (Dolphin)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
What can be randomized?
-
-
-
-
All items including temple keys
-
-
-
-
Elevator destinations
-
-
-
-
Starting location
-
-
-
-
Translator gate requirements
-
What do I need to play?
-
-
-
-
An ISO of the Gamecube version of the game
-
-
-
-
A modded Wii (https://wii.guide/ ) or an emulator (Dolphin)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
What can be randomized?
-
-
-
-
All items including temple keys
-
-
-
-
Elevator destinations
-
-
-
-
Starting location
-
-
-
-
Translator gate requirements
-
What do I need to play?
-
-
-
-
An ISO of the Gamecube version of the game
-
-
-
-
A modded Wii (https://wii.guide/ ) or an emulator (Dolphin)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/metroid prime.htm b/static_website/metroid prime.htm
deleted file mode 100644
index a1d81ead..00000000
--- a/static_website/metroid prime.htm
+++ /dev/null
@@ -1,403 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
What can be randomized?
-
-
-
-
All items including artifacts
-
-
-
-
Elevator destinations
-
-
-
-
Starting locations
-
-
-
-
Door locks
-
What do I need to play?
-
-
-
-
An ISO of the Gamecube version of the game
-
-
-
-
A modded Wii (https://wii.guide/ ) or an emulator (Dolphin)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
What can be randomized?
-
-
-
-
All items including artifacts
-
-
-
-
Elevator destinations
-
-
-
-
Starting locations
-
-
-
-
Door locks
-
What do I need to play?
-
-
-
-
An ISO of the Gamecube version of the game
-
-
-
-
A modded Wii (https://wii.guide/ ) or an emulator (Dolphin)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
What can be randomized?
-
-
-
-
All items including artifacts
-
-
-
-
Elevator destinations
-
-
-
-
Starting locations
-
-
-
-
Door locks
-
What do I need to play?
-
-
-
-
An ISO of the Gamecube version of the game
-
-
-
-
A modded Wii (https://wii.guide/ ) or an emulator (Dolphin)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/rom-fs 2.htm b/static_website/rom-fs 2.htm
deleted file mode 100644
index 588a3424..00000000
--- a/static_website/rom-fs 2.htm
+++ /dev/null
@@ -1,388 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
-
-
-
-
-
-
- Under Options click on Settings
- you now can add your directory of your image file.
-
-
-
- Your game should be shown in Ryujinx now.
- Right-click on the game and choose Extract Data and click on RomFS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
-
-
-
-
-
-
- Under Options click on Settings
- you now can add your directory of your image file.
-
-
-
- Your game should be shown in Ryujinx now.
- Right-click on the game and choose Extract Data and click on RomFS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
-
-
-
-
-
-
- Under Options click on Settings
- you now can add your directory of your image file.
-
-
-
- Your game should be shown in Ryujinx now.
- Right-click on the game and choose Extract Data and click on RomFS
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/rom-fs 3.htm b/static_website/rom-fs 3.htm
deleted file mode 100644
index 058e6a70..00000000
--- a/static_website/rom-fs 3.htm
+++ /dev/null
@@ -1,358 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Please be sure that you use the
- same version for the RomFS dumb and to play on your Switch!
- Using different Version can and will cause problems with the randomizer.
- The supported versions are 1.0.0 and 2.1.0 for now.
- Now that you extracted the RomFS
- you can export your randomized Dread game.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
-
-
-
-
-
-
-
-
- Please be sure that you use the
- same version for the RomFS dumb and to play on your Switch!
- Using different Version can and will cause problems with the randomizer.
- The supported versions are 1.0.0 and 2.1.0 for now.
- Now that you extracted the RomFS
- you can export your randomized Dread game.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Please be sure that you use the
- same version for the RomFS dumb and to play on your Switch!
- Using different Version can and will cause problems with the randomizer.
- The supported versions are 1.0.0 and 2.1.0 for now.
- Now that you extracted the RomFS
- you can export your randomized Dread game.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/rom-fs.htm b/static_website/rom-fs.htm
deleted file mode 100644
index 975ebb2b..00000000
--- a/static_website/rom-fs.htm
+++ /dev/null
@@ -1,391 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- HowTo export a RomFS from your Metroid Dread module or image
-
-
-
You can either export a RomFS with nxdumptool from your Switch or use Ryujinx to export the RomFS from an image
-
(.nsp or .xci)
-
We´ll show you how you do it with Ryujinx and an image of your original game.
-
F irst we need to install Ryujinx .Download the newest Ryujinx version here: https://ryujinx.org/download
-
-
-
To run Ryujinx you´ll need the prod.keys file from your Switch.
-
To get the you´ll need to run Lockpick RCM on your Switch.
-
You can get the tool and a tutorial how to do it here: https://github.com/shchmue/Lockpick_RCM
-
-
- After you have the key file start Ryujinx.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- You can either export a RomFS with nxdumptool from your Switch
- or use Ryujinx to export the RomFS from an image (.nsp or .xci)
- We´ll show you how you do it with Ryujinx
- and an image of your original game.
- F irst we need to install Ryujinx .
-
-
-
Download the newest Ryujinx version here: https://ryujinx.org/download
-
To run Ryujinx you´ll need the prod.keys file from your Switch.
-
To get the you´ll need to run Lockpick RCM on your Switch.
-
You can get the tool and a tutorial how to do it here:
-
https://github.com/shchmue/Lockpick_RCM
-
-
- After you have the key file start Ryujinx.
-
-
-
-
-
-
-
- HowTo export a RomFS from your Metroid Dread module or image
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- HowTo export a RomFS from your Metroid Dread module or image
-
-
-
You can either export a RomFS with nxdumptool from your Switch or use Ryujinx to export the RomFS from an image
-
(.nsp or .xci)
-
We´ll show you how you do it with Ryujinx and an image of your original game.
-
F irst we need to install Ryujinx .Download the newest Ryujinx version here: https://ryujinx.org/download
-
-
-
To run Ryujinx you´ll need the prod.keys file from your Switch.
-
To get the you´ll need to run Lockpick RCM on your Switch.
-
You can get the tool and a tutorial how to do it here: https://github.com/shchmue/Lockpick_RCM
-
-
- After you have the key file start Ryujinx.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static_website/upload via ftp.htm b/static_website/upload via ftp.htm
deleted file mode 100644
index c459282d..00000000
--- a/static_website/upload via ftp.htm
+++ /dev/null
@@ -1,385 +0,0 @@
-
-
-
-
-
-
-
- Randovania
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Upload via FTP ( recommended )
-
-
-
-
-
-
You need to install ftpd or sys-ftpd on your switch to use the FTP feature.
-
Choose the Upload via FTP tab and type in the IP address of your switch.
-
The game will be uploaded to the SimpleModManager folder automatically.
-
-
- Custom Path ( for experts only )
-
-
-
-
-
- You can simply choose a path you want the game to be exported to.
- Just use this if you know what you´re doing.
-
-
-
After you exported the game onto your switch
-
you need to activate it in SimpleModManager
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Upload via FTP ( recommended )
-
-
-
-
-
- Custom Path ( for experts only )
-
-
-
-
-
-
After you exported the game onto your switch
-
you need to activate it in SimpleModManager
-
-
-
You need to install ftpd or sys-ftpd on your switch to use the FTP feature.
-
Choose the Upload via FTP tab and type in the IP address of your switch.
-
The game will be uploaded to the SimpleModManager folder automatically.
-
-
- You can simply choose a path you want the game to be exported to.
- Just use this if you know what you´re doing.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- a randomizer platform for a multitude of games
-
-
-
- Upload via FTP ( recommended )
-
-
-
-
-
-
You need to install ftpd or sys-ftpd on your switch to use the FTP feature.
-
Choose the Upload via FTP tab and type in the IP address of your switch.
-
The game will be uploaded to the SimpleModManager folder automatically.
-
-
- Custom Path ( for experts only )
-
-
-
-
-
- You can simply choose a path you want the game to be exported to.
- Just use this if you know what you´re doing.
-
-
-
After you exported the game onto your switch
-
you need to activate it in SimpleModManager
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file