It sees there are a lot of large javascript samples out there to change an image source on mouse over, but they all seem overly complex. Here's a little one I made recently for a project I was working on: <script> function imgHover(imgObj,imgSrc){ imgObj.src=imgObj...