diff --git a/HelpText.js b/HelpText.js
index 91fb015..792d470 100644
--- a/HelpText.js
+++ b/HelpText.js
@@ -27,5 +27,5 @@ var HELP_TEXT = "
"
+ "- Click the Quiz link to view a URL for a quiz featuring a blank Fretboard. Testees viewing Quiz links can click all notes matching the Page Title. Clicking the Check Answer! button (only available with Quiz URLs) will highlight 'correct' notes in green and 'wrong' notes in red, per the view created by the tester.
"
+ "- Click the Reset link to get a fresh URL.
"
+ "- Click the Random Interval button to view two random notes, with the root colored in red. Guess the related interval of the blank green note and click the 'Check Answer' button to view the interval. The intervals are based on the last Notegroup chosen, ie, after clicking a 'Symmetrical Diminished' Notegroup, a double-flat 7 will appear in place of a Major 13.
"
-+ "- Click the Random Root button to show the root of a random Notegroup, which will be identified above the fretboard on the right. Paint the notes of the notegroup. With the Color Intervals mode selected, all notes in the notgroup will have a black background.
"
++ "- Click the Random Root button to show the root of a random Notegroup, which will be identified above the fretboard on the right. Paint the notes of the notegroup. With the Color Intervals mode selected, all notes in the Notegroup will have a black background.
"
+ "
";
\ No newline at end of file
diff --git a/boxfrets.js b/boxfrets.js
index 921a48a..0995c08 100644
--- a/boxfrets.js
+++ b/boxfrets.js
@@ -1126,7 +1126,7 @@ jQuery(document).ready(function() {
autoOpen: false
},{
width: 640,
- height: 640
+ height: 372
},{
dialogClass:".helpInstructions",