﻿function RolloverImageSet(id, imageSrc)
{
    document.getElementById(id).src = imageSrc;
}