function swapImg(imgName,imgURL){
document.getElementById("mainImg").src = imgURL;
}
