// JavaScript Document

function bov(imgName,imgLocation) {
  document[imgName].src = "./img/" + imgLocation ;
}