Page is a not externally linkable
txbakers - 3:04 am on Feb 14, 2002 (gmt 0)
function over(name) { <img name="bob" src="bob.gif" onMouseover="over(this)">
when I'm not using DW, I code it very simply also by incorporating the name of the img into the routine. I also create the images with the a character such as "O" for over in the name.
name.src=name + "O.gif"
}