I'm new to JavaScript and I'm using some code posted for free use. I altered to accommodate my layout. Everything is working fine except I'm getting an error in Firebug that says:
"myimages is not defined" for the following line of code hilighted in red
myimages[x] = new Image();
All of the code can be viewed here:
http://www.royaltin.com/MZ09/marla/archive.html
How do I define this? The original code is no different and it doesn't return any errors.
The original code:
http://www.banksmedia.com/portfolio
Any help is greatly appreciated.