Sorry mate, my earlier comments would have nothing to do with why your script fails. I was just pointing out general coding style. never rely on semi-colen insertion. as to your problem...
in your event handlers try document[image].src instead of document.[image].src
i haven't actually tried it but at least the syntax is correct
Last edited by AaronASterling; Apr 6th, 2008 at 11:37 am. Reason: fix code tags
Aaron Sterling