Speed = 30 [ lower is faster ]

This code does not work in Internet Explorer. I simply swapped 'document.all' with 'document.getElementById' and suddenly it works for Firefox, but not IE.
Notably Firefox does not seem to support aliasing of elements. With IE you are able to put 'document.all' into a variable, for speed and backward compatibility, in Firefox this does not appear to be possible.