﻿

function imageRollover(id, imageFile) {

    var link = document.getElementById(id);
    link.src = imageFile;
}


