That was one thing...
Why did I have to do this:
document.images[typeName].src = ImArr[n].src;
And use name instead of 'Blend':
<img src='Blend1.jpg' name='Blend' onMouseOver='over(name, 1)' ...
I'm annoyed and confused...C++ is not annoying like this.
Can someone help me understand?