diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..e966e83
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/rtwx.iml b/.idea/rtwx.iml
new file mode 100644
index 0000000..bbe0211
--- /dev/null
+++ b/.idea/rtwx.iml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/nexrad-browser/commands.md b/nexrad-browser/commands.md
new file mode 100644
index 0000000..e928857
--- /dev/null
+++ b/nexrad-browser/commands.md
@@ -0,0 +1,38 @@
+# `CLF ...`
+Currently loaded file.
+
+| Command | Description | Example |
+|-----------|-------------------------------------------------------------------------------------|-----------|
+| `CLF OV` | Overwrite the currently loaded file with a new file from the file selection dialog. | `CLF OV` |
+| `CLF LD` | Load the currently loaded file into the scope. | `CLF LD` |
+| `CLF CLR` | Clear the currently loaded file. | `CLF CLR` |
+
+# `POS ...`
+Position.
+
+| Command | Description | Example |
+|----------------------------------|-------------------------------------------------------------|----------------------------|
+| `POS SHOW` | Show the current position in latitude/longitude. | `POS SHOW` |
+| `POS SLL [latitude] [longitude]` | Set the position to the desired latitude/longitude. | `POS SLL 38.8977 -77.0366` |
+| `POS SITE [site]` | Set the position to the position of the desired radar site. | `POS SITE KRAX` |
+
+# `PREF` and `PREFSET`
+Preferences.
+
+| Command | Description | Example |
+|---------------------------|---------------------------------------------------|--------------------------------|
+| `PREF SHOW [pref]` | Show the value of the preference. | `PREF SHOW RR` |
+| `PREF SET [pref] [value]` | Set the value of the preference. | `PREF SET RR 5` |
+| `PREF CLR [pref]` | Clear the prefernece (return to default value) | `PREF CLEAR RR` |
+| `PREFSET SAVE [name]` | Save the current setup of the scope as a prefset. | `PREF SET SAVE krax_tornadoes` |
+| `PREFSET RCL [name]` | Load the scope from the given prefset. | `PREF SET RCL krax_tornadoes` |
+| `PREFSET CLR [name]` | Remove the saved prefset. | `PREF SET CLR krax_tornadoes` |
+| `PREFSET CLRA` | Remove all saved prefsets. | `PREF SET CLRA` |
+
+## Available Preferences
+
+| Preference | Description | Value |
+|------------|---------------------|----------------------------|
+| RR | Range Rings | 1-100 (default 5) |
+| RREN | Range Rings Enabled | true, false (default true) |
+| FCS | Font Character Size | 1-100 (default 12) |
\ No newline at end of file
diff --git a/nexrad-browser/www/VT323-Regular.ttf b/nexrad-browser/www/VT323-Regular.ttf
new file mode 100644
index 0000000..e69de29
diff --git a/nexrad-browser/www/index.html b/nexrad-browser/www/index.html
index 89c6523..570b486 100644
--- a/nexrad-browser/www/index.html
+++ b/nexrad-browser/www/index.html
@@ -2,36 +2,27 @@