// JavaScript Document
function rolloverImage(imgID, imgPath)
{
document.getElementById(imgID).src = imgPath;
}