function swap_image(imgName, imgSrc) 
{
 document.getElementById(imgName).src = imgSrc;
}
