﻿

function mouseaction(id,imgpath) {
    document.getElementById(id).src = imgpath;
}


