Hi Dave (LookingForInfo),
Thanks for taking the time to reply, unfortunately I cannot get your code to work. I noticed that you put a form path around my code, but I want it for images.
Here is the code in full - it is triggered on MouseOver. This works (but only for one button) but I want it to change 4 buttons sumultaneously - hence the loop :
onmouseover="for(var i = 0 ; i <= 4 ; i++){document.images.button1.src='images/n-butt1.gif'}"
I tried to adapt this with variations based on your code but it wouldn't work.
Any further thoughts anyone?