Oh, that looks good (but why it's auto centered?)
I see there're some composing problems (can be fixed by editing the text, removing some extra line-break).
And I forgot to mention that day. I fixed a minor fade in/out bug and updated the file.
For instance, at the end of decode_fadein and decode_fadeout
setTimeout('fadein()', 0);
...
setTimeout('fadeout()', 0);
Instead of
fadein();
...
fadeout();
Now works fine when fade delay is 0 (instant change instead of fading).
Edit*
The control code sheet can be found here:
http://sourceforge.net/projects/radicaldreamers/files/Textfiles%20and%20amp_%20Info/
Edit again*
Hmm, save/load don't work.
And load buttons should be disabled as well when save buttons are disabled, just in case the data is loaded when the engine is not paused.