// JavaScript Document
function swapImage(imgName){
 document.getElementById("banner").src = imgName;
}
