Ok I installed it, works pretty well. However, the spell check button does not match the color/size of the other buttons, so I went ahead and fixed it (and I suggest you update the original file too

).
I changed this
Code:
<input type="button" name="SpellCheck" value="SpellCheck" onclick="sendtext()">
to
Code:
<input type="button" name="SpellCheck" value="Spell Check" onclick="sendtext()" class="bginput" tabindex="5" accesskey="c">